You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should be pretty straightforward, see the work that was done to support Java 16 for guidance.
Upgrade ASM version
Update use of ASM Opcodes in agent (see WeaveUtils.ASM_API_LEVEL)
Address all classes with the following comment: NOTE: If you are upgrading from org.ow2.asm:asm / org.ow2.asm:asm-tree make sure to double check that this class hasn't changed between versions.
Configure tests to run with Java 17 JRE
Update JavaVersionUtils and related test
Add Java17IncompatibleTest marker interface and annotate tests that are incompatible with Java 17
Ensure all unit tests pass
Ensure all functional tests pass
Ensure all instrumentation tests pass
The text was updated successfully, but these errors were encountered:
Wondering why our latest deploys are having issues with getting data to NewRelic. We really did not expect the situation where:
Java 16 support arrives 2 weeks after the release of Java 17
Java 17 support is still not available 5 weeks after.
The expectation of companies that we are paying for tooling is that, like Eclipse, JetBrains, Microsoft, Amazon, Google, and countless others, that companies would use preview builds to get this stuff sorted and to have support released prior to the formal release.
This should be pretty straightforward, see the work that was done to support Java 16 for guidance.
WeaveUtils.ASM_API_LEVEL
)NOTE: If you are upgrading from org.ow2.asm:asm / org.ow2.asm:asm-tree make sure to double check that this class hasn't changed between versions.
JavaVersionUtils
and related testJava17IncompatibleTest
marker interface and annotate tests that are incompatible with Java 17The text was updated successfully, but these errors were encountered: