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

[CDR-1442] fix class not found #15

Merged
merged 2 commits into from
Jun 13, 2024

Conversation

alexlehn
Copy link
Contributor

@alexlehn alexlehn commented Jun 13, 2024

Content

Exlcude wiremock guava that messes up with guava from archie.

Wiremock uses an older version that is missing findbugs, when maven decides to use this version for packaging, it will lead to runtime failure because some Nullable annotation can not be found in the classpath.

I also added a docker-compose setup to verify, that the docker image is working as expected.

@alexlehn alexlehn force-pushed the feature/CDR-1442-fix-class-not-found branch from 95ff009 to 04e6c25 Compare June 13, 2024 08:46
@alexlehn alexlehn self-assigned this Jun 13, 2024
@alexlehn alexlehn force-pushed the feature/CDR-1442-fix-class-not-found branch from 04e6c25 to b2a9c4e Compare June 13, 2024 09:00
@alexlehn alexlehn marked this pull request as ready for review June 13, 2024 09:00
@alexlehn alexlehn requested a review from micha1970 June 13, 2024 09:10
@alexlehn alexlehn merged commit ca8e002 into develop Jun 13, 2024
2 checks passed
@alexlehn alexlehn deleted the feature/CDR-1442-fix-class-not-found branch June 13, 2024 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Migration via Docker Compose with java.lang.ClassNotFoundException: javax.annotation.Nullable
2 participants