eventuate-tram-examples-customers-and-orders icon indicating copy to clipboard operation
eventuate-tram-examples-customers-and-orders copied to clipboard

Services built using Maven randomly fail to when build using Java 8

Open cer opened this issue 4 years ago • 0 comments

  • 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

cer avatar Jun 10 '20 13:06 cer