-
Notifications
You must be signed in to change notification settings - Fork 5
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
Story #12306 build: upgrade to java 17 #1933
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Regzox
added
java
Pull requests that update Java code
VAS
VAS contribution
enhancement
New feature or request
labels
Jul 5, 2024
Regzox
force-pushed
the
story_12306
branch
4 times, most recently
from
July 11, 2024 14:05
d0c100b
to
765a2dc
Compare
ebernard
reviewed
Jul 11, 2024
commons/commons-test/src/test/java/fr/gouv/vitamui/commons/test/AbstractMongoTests.java
Outdated
Show resolved
Hide resolved
Regzox
force-pushed
the
story_12306
branch
2 times, most recently
from
July 15, 2024 07:42
1c0240e
to
052968a
Compare
GiooDev
requested changes
Jul 15, 2024
ebernard
reviewed
Jul 15, 2024
...src/test/java/fr/gouv/vitamui/iam/internal/server/cas/service/CasServiceIntegrationTest.java
Show resolved
Hide resolved
...fr/gouv/vitamui/iam/internal/server/customer/service/InitCustomerServiceIntegrationTest.java
Show resolved
Hide resolved
...mons/src/test/java/fr/gouv/vitamui/referential/common/service/IngestContractServiceTest.java
Show resolved
Hide resolved
...c/test/java/fr/gouv/vitamui/referential/common/service/VitamUIAccessContractServiceTest.java
Show resolved
Hide resolved
commons/commons-test/src/test/java/fr/gouv/vitamui/commons/test/AbstractMongoTests.java
Show resolved
Hide resolved
commons/commons-mongo/src/test/java/fr/gouv/vitamui/commons/mongo/Application.java
Outdated
Show resolved
Hide resolved
...ons-rest/src/test/java/fr/gouv/vitamui/commons/rest/controller/RestExceptionHandlerTest.java
Outdated
Show resolved
Hide resolved
...s/commons-vitam/src/test/java/fr/gouv/vitamui/commons/vitam/api/util/VitamRestUtilsTest.java
Outdated
Show resolved
Hide resolved
ebernard
approved these changes
Jul 15, 2024
Regzox
changed the title
Story #12306: update java 17
Story #12306 build: upgrade to java 17
Jul 15, 2024
lgheribi
reviewed
Jul 15, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why vitam-ui logger was removed. Too many updates, I am not sure why it was required
laedanrex
approved these changes
Jul 16, 2024
lgheribi
approved these changes
Jul 16, 2024
...al/src/main/java/fr/gouv/vitamui/iam/internal/server/customer/config/CustomerInitConfig.java
Outdated
Show resolved
Hide resolved
...mons-api/src/main/java/fr/gouv/vitamui/commons/api/identity/ServerIdentityConfiguration.java
Show resolved
Hide resolved
...ons-mongo/src/main/java/fr/gouv/vitamui/commons/mongo/codec/OffsetDateTimeCodecProvider.java
Outdated
Show resolved
Hide resolved
lgheribi
reviewed
Jul 16, 2024
...nal/src/main/java/fr/gouv/vitamui/iam/internal/server/logbook/service/IamLogbookService.java
Show resolved
Hide resolved
changes: * update project dependencies for java 17 * replace flatdoodle for testcontainers * update mongo to 7.0.8 * replace vitam ui logger by slf4j one * update several tests to junit 5 * remove easymock and powermock
GiooDev
approved these changes
Jul 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Update Java 17