Skip to content

Commit aa8716a

Browse files
authored
2.3.7 (#27)
* pom.xml Bumped to 2.3.2 Bumped DockerClient to 2023-05-07T23-22-00 * pom.xml * Bumped to 2.3.3 JsmContainer.groovy * Added enableJvmDebug() * AlpineContainer.groovy * Moved the runCmdAndRm() and runCmdAndRm() to the interface class Container Container.groovy * added customizeContainerCreateRequest() that allows implementing methods to easily override parts of the ContainerCreateRequest * added runCmdAndRm() TimeMachine.groovy * A new helper method for traveling in time! pom.xml * Bumped to 2.3.4 * TimeMachine.groovy * Added several helper set methods for different time/date classes pom.xml * Bumped to 2.3.5 * pom.xml * Bumped to 2.3.6 * Bumped jirainstancemanager to 2.0.0 * pom.xml * Bumped to 2.3.7 * Bumped JIM to 2.0.1 JsmH2Deployment.groovy * Now setups basic user preferences on setup
1 parent c363879 commit aa8716a

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.eficode</groupId>
88
<artifactId>devstack</artifactId>
9-
<version>2.3.6-SNAPSHOT</version>
9+
<version>2.3.7-SNAPSHOT</version>
1010
<packaging>jar</packaging>
1111

1212
<name>DevStack</name>
@@ -91,7 +91,7 @@
9191
<dependency>
9292
<groupId>com.eficode.atlassian</groupId>
9393
<artifactId>jirainstancemanager</artifactId>
94-
<version>2.0.0-SNAPSHOT</version>
94+
<version>2.0.1-SNAPSHOT</version>
9595
</dependency>
9696

9797

src/main/groovy/com/eficode/devstack/deployment/impl/JsmH2Deployment.groovy

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ class JsmH2Deployment implements Deployment{
115115
assert jiraRest.setApplicationProperties(jiraLicense, "JIRA", jiraBaseUrl)
116116
log.info("\t\tLicense and properties setup successfully")
117117

118+
if (jiraRest.setupUserBasicPref()) {
119+
log.info("\tSetup defaults for user ${jiraRest.adminUsername} and removed pop-ups")
120+
}else {
121+
log.warn("\tThere was a problem setting defaults for user ${jiraRest.adminUsername} and removing pop-ups")
122+
}
123+
118124
if(appsToInstall) {
119125
installApps()
120126
}

0 commit comments

Comments
 (0)