-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove java 1.8 support #242
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,8 +23,8 @@ | |
cleanup => true, | ||
} -> | ||
class { 'confluence': | ||
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. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Seems like my change to the archive resource above in 2a4bfcc is incomplete ... |
||
download_url => fact('download_url'), | ||
javahome => $jh, | ||
} | ||
|
@@ -55,6 +55,6 @@ | |
end | ||
|
||
describe command('wget -q --tries=240 --retry-connrefused --read-timeout=10 -O- localhost:8090') do | ||
its(:stdout) { is_expected.to match %r{http://www.atlassian.com/} } | ||
Check failure on line 58 in spec/acceptance/1_default_parameters_spec.rb GitHub Actions / Puppet / Puppet 8 - AlmaLinux 8
Check failure on line 58 in spec/acceptance/1_default_parameters_spec.rb GitHub Actions / Puppet / Puppet 7 - AlmaLinux 8
Check failure on line 58 in spec/acceptance/1_default_parameters_spec.rb GitHub Actions / Puppet / Puppet 8 - AlmaLinux 9
Check failure on line 58 in spec/acceptance/1_default_parameters_spec.rb GitHub Actions / Puppet / Puppet 7 - AlmaLinux 9
Check failure on line 58 in spec/acceptance/1_default_parameters_spec.rb GitHub Actions / Puppet / Puppet 8 - Rocky 8
Check failure on line 58 in spec/acceptance/1_default_parameters_spec.rb GitHub Actions / Puppet / Puppet 7 - Rocky 8
Check failure on line 58 in spec/acceptance/1_default_parameters_spec.rb GitHub Actions / Puppet / Puppet 8 - Rocky 9
Check failure on line 58 in spec/acceptance/1_default_parameters_spec.rb GitHub Actions / Puppet / Puppet 7 - Rocky 9
Check failure on line 58 in spec/acceptance/1_default_parameters_spec.rb GitHub Actions / Puppet / Puppet 8 - CentOS 9
Check failure on line 58 in spec/acceptance/1_default_parameters_spec.rb GitHub Actions / Puppet / Puppet 7 - CentOS 9
Check failure on line 58 in spec/acceptance/1_default_parameters_spec.rb GitHub Actions / Puppet / Puppet 8 - Ubuntu 20.04
Check failure on line 58 in spec/acceptance/1_default_parameters_spec.rb GitHub Actions / Puppet / Puppet 7 - Ubuntu 20.04
Check failure on line 58 in spec/acceptance/1_default_parameters_spec.rb GitHub Actions / Puppet / Puppet 8 - Ubuntu 22.04
Check failure on line 58 in spec/acceptance/1_default_parameters_spec.rb GitHub Actions / Puppet / Puppet 7 - Ubuntu 22.04
Check failure on line 58 in spec/acceptance/1_default_parameters_spec.rb GitHub Actions / Puppet / Puppet 8 - Debian 11
Check failure on line 58 in spec/acceptance/1_default_parameters_spec.rb GitHub Actions / Puppet / Puppet 7 - Debian 11
Check failure on line 58 in spec/acceptance/1_default_parameters_spec.rb GitHub Actions / Puppet / Puppet 8 - Debian 12
Check failure on line 58 in spec/acceptance/1_default_parameters_spec.rb GitHub Actions / Puppet / Puppet 7 - Debian 12
|
||
end | ||
end |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
$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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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.