remove java 1.8 support#242
Conversation
cab71ef to
2717828
Compare
| version => '5.5.6', | ||
| jvm_type => 'oracle-jdk-1.8', | ||
| version => '8.5.12', | ||
| jvm_type => 'openjdk-11', |
There was a problem hiding this comment.
Seems like my change to the archive resource above in 2a4bfcc is incomplete ...
Title 'jdk11' but it downloads zulu jdk8.
| # JVM Settings | ||
| $javahome = undef, | ||
| Enum['openjdk-11', 'oracle-jdk-1.8', 'custom'] $jvm_type = 'openjdk-11', | ||
| Enum['openjdk-11', 'custom'] $jvm_type = 'openjdk-11', |
There was a problem hiding this comment.
$version still defaults to 5.7.1. Is 5.7.1 still supported by atlassian? Does it support running on jdk11?
There was a problem hiding this comment.
I've looked into this now.
According to https://confluence.atlassian.com/support/atlassian-support-end-of-life-policy-201851003.html 7.19 is the oldest supported version with EOL 13 Dec 2024
Since 7.x is still supported on java8 and Oracle continue to support java8 for paying customers https://www.oracle.com/java/technologies/java-se-support-roadmap.html it's a bit to early to remove support in the module.
2717828 to
7d94fe2
Compare
|
The acceptance tests btw is failing because the href in the welcome screen has been changed from http to https. |
|
When it comes to testing confluence versions I think we should adopt https://github.com/voxpupuli/voxpupuli-acceptance/blob/5b396938f5fd7c3f190fe78550913caafffdb39d/README.md?plain=1#L149 and test all supported major.minor.latest releases. Example of adding this to CI as well: |
java 1.8 is unsupported for a long long time. the tests are something which needs a deeper look. titles don't fit the java version actually installed