Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Development: Upgrade to Spring Boot 3, Spring 6, Hibernate 6 #7719

Merged
merged 182 commits into from
Mar 27, 2024

add JavaDoc and other code improvements

c525f40
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Development: Upgrade to Spring Boot 3, Spring 6, Hibernate 6 #7719

add JavaDoc and other code improvements
c525f40
Select commit
Loading
Failed to load commit list.
GitHub Actions / Java Architecture Tests succeeded Mar 27, 2024 in 1s

32 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
build/test-results/test/TEST-de.tum.in.www1.artemis.architecture.ArchitectureTest.xml 22✅ 5s
build/test-results/test/TEST-de.tum.in.www1.artemis.authorization.AuthorizationArchitectureTest.xml 8✅ 98ms
build/test-results/test/TEST-de.tum.in.www1.artemis.domain.FeedbackArchitectureTest.xml 2✅ 294ms

✅ build/test-results/test/TEST-de.tum.in.www1.artemis.architecture.ArchitectureTest.xml

22 tests were completed in 5s with 22 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.tum.in.www1.artemis.architecture.ArchitectureTest 22✅ 5s

✅ de.tum.in.www1.artemis.architecture.ArchitectureTest

✅ testNoEntityGraphsOnQueries()
✅ testEnforceRoleInExerciseEndpointHasExerciseIdParameter()
✅ testTransactional()
✅ ensureSpringComponentsAreProfileAnnotated()
✅ testNoJunitJupiterAssertions()
✅ testRepositoryParamAnnotation()
✅ testFileWriteUsage()
✅ testCorrectStringUtils()
✅ testValidSimpMessageSendingOperationsUsage()
✅ testLogging()
✅ testEnforceRoleInCourseEndpointHasCourseIdParameter()
✅ testCorrectServiceAnnotation()
✅ testNoHazelcastUsageInConstructors()
✅ testJSONImplementations()
✅ testNoWrongServiceImports()
✅ testNoDirectGitCommitCalls()
✅ testNoCollectorsToList()
✅ testNoJUnit4()
✅ testJPQLStyle()
✅ testOnlySpringTransactionalAnnotation()
✅ testCorrectLoggerFields()
✅ testNullnessAnnotations()

✅ build/test-results/test/TEST-de.tum.in.www1.artemis.authorization.AuthorizationArchitectureTest.xml

8 tests were completed in 98ms with 8 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.tum.in.www1.artemis.authorization.AuthorizationArchitectureTest 8✅ 98ms

✅ de.tum.in.www1.artemis.authorization.AuthorizationArchitectureTest

✅ testEnforceAdminAnnotations()
✅ testEnforceAtLeastEditorAnnotations()
✅ testNoPreAuthorizeOnRestEndpoints()
✅ testEnforceAtLeastTutorAnnotations()
✅ testEnforceAtLeastInstructorAnnotations()
✅ testEnforceAtLeastStudentAnnotations()
✅ testEnforceNothingAnnotations()
✅ testNoPreAuthorizeOnRestControllers()

✅ build/test-results/test/TEST-de.tum.in.www1.artemis.domain.FeedbackArchitectureTest.xml

2 tests were completed in 294ms with 2 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
de.tum.in.www1.artemis.domain.FeedbackArchitectureTest 2✅ 294ms

✅ de.tum.in.www1.artemis.domain.FeedbackArchitectureTest

✅ testSetLongFeedbackTextNotUsed()
✅ testGetLongFeedbackTextNotUsed()