Skip to content

Commit

Permalink
Fix vanilla-tx sample on Java11
Browse files Browse the repository at this point in the history
  • Loading branch information
aclement committed Jan 23, 2020
1 parent be77b7b commit f69f499
Showing 1 changed file with 5 additions and 0 deletions.
Expand Up @@ -53,6 +53,11 @@
],
"buildTimeInitialization":
[
// This is due to the code using VarHandle in a multi release jar - so if on Java 9 or
// later the 'new implementation' will be picked up that uses VarHandle and we need that
// compiled early
{"class":"org.h2.util.Bits"},

{"class": "org.springframework.core.GraalDetector"},
// vvv petclinic
{"package": "org.springframework.core.env"},
Expand Down

0 comments on commit f69f499

Please sign in to comment.