-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Bamboo Release, Infrastructure, Requirements
-
None
Following the recent integration of deserialization libraries in Bamboo 9.2.7, the application now requires a minimum of Java 8u121 to function effectively.
When using a version of Java earlier than 8u121 we can see the following messages during the Bamboo startup:
INFO [main] [JDKFilterConfigurator] Could not set JDK 8 DeserializationFilter. INFO [main] [DeserializationFilterConfigurator] Could not set a JDK 8 DeserializationFilter. Trying to set JDK 11 DeserializationFilter fatal bootstrap Could not load bootstrap from environment java.lang.RuntimeException: Cannot set any global DeserializationFilter filter
This Feature Request is intended to modify the minimum Java version constraint within the JavaVersionIsSupported class. This will ensure that the application performs as intended and, in instances where the Java version does not meet this requirement, provides comprehensive instructions to users on the appropriate course of action.