Skip to content

Conversation

SimonHoenscheid
Copy link
Member

Raise Jira Test Version to 9.12.18

@SimonHoenscheid SimonHoenscheid force-pushed the upgrade_test_version branch 2 times, most recently from 59be56a to 8c47726 Compare February 27, 2025 18:21
@SimonHoenscheid SimonHoenscheid added the enhancement New feature or request label Feb 27, 2025
class { 'jira':
version => '8.16.0',
version => '9.12.18',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version parameter in init.pp still defaults to 8. Should that be updated as well? Or do we want to keep the old version and test if the module can upgrade jira 8 to 9?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Jira 8.x, which has been eol a year now, does not support Java 17.
I guess most module users have moved to 9 by now, so I vote for bumping the default version :)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hopefully that will solve the Debian 12/Ubuntu 24.04 issues as well.

'RedHat' => 'java-11-openjdk-headless',
'Debian' => 'openjdk-11-jre-headless',
'RedHat' => 'java-17-openjdk-headless',
'Debian' => 'openjdk-17-jdk-headless',
Copy link
Contributor

@h-haaks h-haaks Feb 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The module doesn't really support java17 that well ..
https://github.com/voxpupuli/puppet-jira/blob/master/types/jvm_types.pp

if $jira::jvm_type == 'openjdk-11' {
$jvm_gc_args = '-XX:+UseG1GC -XX:+ExplicitGCInvokesConcurrent'
} else {
$jvm_gc_args = '-XX:+ExplicitGCInvokesConcurrent'
}

@kenyon kenyon force-pushed the upgrade_test_version branch from 2a85de4 to 40686bc Compare June 23, 2025 22:42
@kenyon kenyon changed the title Upgrade test version Upgrade Jira test version Jun 23, 2025
@kenyon kenyon changed the title Upgrade Jira test version Upgrade Jira test version to 9.12.18 Jun 23, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants