Skip to content

Commit

Permalink
upgrade the jetty version
Browse files Browse the repository at this point in the history
Signed-off-by: Batuhan Apaydin <[email protected]>
  • Loading branch information
developer-guy committed Nov 5, 2023
1 parent 36a8f49 commit f94b2e3
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 2 deletions.
6 changes: 5 additions & 1 deletion zookeeper-3.8.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: zookeeper-3.8
version: 3.8.3.0
epoch: 5
epoch: 6
description: Distributed, highly available, robust, fault-tolerant system for distributed coordination
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -40,6 +40,10 @@ pipeline:
tag: release-${{vars.mangled-package-version}}
expected-commit: 6ad6d364c7c0bcf0de452d54ebefa3058098ab56

- uses: patch
with:
patches: upgrade-the-jetty-version.patch

- runs: |
export LANG=en_US.UTF-8
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk
Expand Down
26 changes: 26 additions & 0 deletions zookeeper-3.8/upgrade-the-jetty-version.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
From 28fd3caaac712914004c18eb27c8deb4000e4b28 Mon Sep 17 00:00:00 2001
From: Batuhan Apaydin <[email protected]>
Date: Sat, 4 Nov 2023 23:52:54 +0300
Subject: [PATCH] upgrade the jetty version

Signed-off-by: Batuhan Apaydin <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6158b7f4e..d8444cdea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -560,7 +560,7 @@
<hamcrest.version>2.2</hamcrest.version>
<commons-cli.version>1.5.0</commons-cli.version>
<netty.version>4.1.94.Final</netty.version>
- <jetty.version>9.4.52.v20230823</jetty.version>
+ <jetty.version>9.4.53.v20231009</jetty.version>
<jackson.version>2.15.2</jackson.version>
<jline.version>2.14.6</jline.version>
<snappy.version>1.1.10.5</snappy.version>
--
2.39.3 (Apple Git-145)

6 changes: 5 additions & 1 deletion zookeeper-3.9.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: zookeeper-3.9
version: 3.9.1.0
epoch: 5
epoch: 6
description: Distributed, highly available, robust, fault-tolerant system for distributed coordination
copyright:
- license: Apache-2.0
Expand Down Expand Up @@ -40,6 +40,10 @@ pipeline:
tag: release-${{vars.mangled-package-version}}
expected-commit: 1398af177833412e9ead6b9bb737dc9fd7418a45

- uses: patch
with:
patches: upgrade-the-jetty-version.patch

- runs: |
export LANG=en_US.UTF-8
export JAVA_HOME=/usr/lib/jvm/java-17-openjdk
Expand Down
26 changes: 26 additions & 0 deletions zookeeper-3.9/upgrade-the-jetty-version.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
From 28fd3caaac712914004c18eb27c8deb4000e4b28 Mon Sep 17 00:00:00 2001
From: Batuhan Apaydin <[email protected]>
Date: Sat, 4 Nov 2023 23:52:54 +0300
Subject: [PATCH] upgrade the jetty version

Signed-off-by: Batuhan Apaydin <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 6158b7f4e..d8444cdea 100644
--- a/pom.xml
+++ b/pom.xml
@@ -560,7 +560,7 @@
<hamcrest.version>2.2</hamcrest.version>
<commons-cli.version>1.5.0</commons-cli.version>
<netty.version>4.1.94.Final</netty.version>
- <jetty.version>9.4.52.v20230823</jetty.version>
+ <jetty.version>9.4.53.v20231009</jetty.version>
<jackson.version>2.15.2</jackson.version>
<jline.version>2.14.6</jline.version>
<snappy.version>1.1.10.5</snappy.version>
--
2.39.3 (Apple Git-145)

0 comments on commit f94b2e3

Please sign in to comment.