Other than testing everything possible in the entire app, any thoughts on what to test after a java update, beyond "did the server start up ok"?
One piece we've had break is PDF generation.
Any other ideas?
@Jim Frankowski Thanks, good idea.
We're only coming from jdk-11.0.18, and pretty recently before that jdk-11.0.17, so we already had that jvm arg in place.
Keep em coming folks 🙂
What else have you seen get broken by java updates?
j
Jim Frankowski
04/26/2023, 4:05 PM
one more thing - make sure your keystore gets updated...
e
Evil Ware
04/26/2023, 4:28 PM
automate your testing. Plenty of ways to do this. One of the most "Basic" ways is to install autoIt on a machine, run through the tests in record mode, then play the "recorded" macro back
m
Mark Berning
04/26/2023, 10:08 PM
Check any cfhttp calls, they are changing defaults and supported algorithms and TLS defaults.