You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Experimenting with separate pom file for standalone
* publish-maven-package.yml
createStandalonePom.groovy
shadingConf.xml
* Improved workflow to build two separate artifacts devstack and devstack-standalone
* Using the same artifact name but two classifiers ended up breaking the projects pom when importing in third party projects
pom.xml
* Bumped to 2.3.9
* Added steps to generate pom-standalone.xml
* Updated README.md
Copy file name to clipboardExpand all lines: README.md
+27-12Lines changed: 27 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,7 +38,10 @@ SubDeployments are simply a collection of deployments used by a more complex dep
38
38
39
39
## Utils
40
40
41
-
These are classes mainly intended to be used by Container/Deployment-classes when massaging of the containers are needed for example. Currently [ImageBuilder.groovy](src%2Fmain%2Fgroovy%2Fcom%2Feficode%2Fdevstack%2Futil%2FImageBuilder.groovy) dynamically builds Atlassian images for non x86 architectures on the fly.
41
+
These are classes mainly intended to be used by Container/Deployment-classes when massaging of the containers are needed for example.
42
+
Currently, [ImageBuilder.groovy](src%2Fmain%2Fgroovy%2Fcom%2Feficode%2Fdevstack%2Futil%2FImageBuilder.groovy) dynamically builds Atlassian images for non x86 architectures on the fly.
43
+
[TimeMachine.groovy](src%2Fmain%2Fgroovy%2Fcom%2Feficode%2Fdevstack%2Futil%2FTimeMachine.groovy) changes the apparent time for all
44
+
containers sharing a Docker Engine, intended for testing date changes.
42
45
43
46
# Setup Docker Engine in AWS
44
47
@@ -90,15 +93,15 @@ JsmH2Deployment jsmDep = new JsmH2Deployment(jiraBaseUrl, dockerRemoteHost, dock
90
93
91
94
## Using DevStack in your project
92
95
93
-
A note on versions, DevStack is cross-compiled for both Groovy 3 and 2.5, these editions are also available in a standalone edition with shaded dependencies.
96
+
A note on versions, DevStack is available in two version a "normal" one and a standalone edition with shaded dependencies.
94
97
95
98
The standalone edition should alleviate dependency issues but is also larger
0 commit comments