Exclude the jackson package from compilation. This
fixes the JVM crash when compiling on OpenJDK 21.0.7
Issue-ID: POLICY-5508
Change-Id: I676cae6310c07a0e0556cb39da153bece4415800
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.sql/java.sql=ALL-UNNAMED
-XX:+EnableDynamicAgentLoading
- -XX:TieredStopAtLevel=3
- -XX:ReservedCodeCacheSize=256m
- -XX:ProfiledCodeHeapSize=128m
- -XX:NonProfiledCodeHeapSize=96m
+ -XX:CompileCommand=exclude,com/fasterxml/jackson/databind/introspect/*.*
</surefireArgLine>
</properties>