eventuate-tram-examples-customers-and-orders
eventuate-tram-examples-customers-and-orders copied to clipboard
Services built using Maven randomly fail to when build using Java 8
- This problem first appeared when the CircleCI build was switched from Java 14 back to Java 8.
- The containers always used Java 8 even when Maven was running using Java 14
- This mostly could not be reproduced locally
- The exception was due to some annotation introspection problem on startup
- The Spring Boot plugin seems to sometimes build a fat jar that is missing common-swagger