Skip to content

Commit 0e7dcdb

Browse files
Updated Demos, Dropwizard, Spring, Compose, Javalin, Ktor and Micronaut samples to use GroupDocs.Comparison for Java v23.1
1 parent 501e006 commit 0e7dcdb

111 files changed

Lines changed: 188 additions & 398 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ deploy_key
44
build
55

66
DocumentSamples
7+
ResultFiles
78

89
#License files
910
*.lic

Demos/Compose/README.md

Lines changed: 1 addition & 1 deletion

Demos/Compose/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = "com.groupdocs.ui"
11-
version = "22.11"
11+
version = "23.1"
1212

1313
repositories {
1414
google()

Demos/Dropwizard/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
SHELL=CMD
12

23
COMPARISON_VERSION = 22.11
34

Demos/Dropwizard/Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web: java -jar target/comparison-dropwizard-22.11.jar
1+
web: java -jar target/comparison-dropwizard-23.1.jar

Demos/Dropwizard/README.md

Lines changed: 3 additions & 3 deletions

Demos/Dropwizard/docker/Dockerfile-openjdk18-bullseye

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ENV FILES_DIR "DocumentSamples"
3333
ENV RESULT_DIR "DocumentSamples"
3434
ENV HOST_ADDRESS ""
3535

36-
LABEL version="22.11" \
36+
LABEL version="23.1" \
3737
maintainer="GroupDocs Team" \
3838
url="https://products.groupdocs.com/comparison/java" \
3939
documentation="https://docs.groupdocs.com/comparison/java" \

Demos/Dropwizard/docker/Dockerfile-openjdk8-bullseye

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ ENV FILES_DIR "DocumentSamples"
3333
ENV RESULT_DIR "DocumentSamples"
3434
ENV HOST_ADDRESS ""
3535

36-
LABEL version="22.11" \
36+
LABEL version="23.1" \
3737
maintainer="GroupDocs Team" \
3838
url="https://products.groupdocs.com/comparison/java" \
3939
documentation="https://docs.groupdocs.com/comparison/java" \

Demos/Dropwizard/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>com.groupdocs.ui</groupId>
88
<artifactId>comparison-dropwizard</artifactId>
9-
<version>22.11</version>
9+
<version>23.1</version>
1010
<packaging>jar</packaging>
1111

1212
<name>GroupDocs.Comparison Dropwizard</name>

Demos/Javalin/README.md

Lines changed: 4 additions & 4 deletions

0 commit comments

Comments
 (0)