(axis-axis2-java-core) branch master updated: Fix Jakarta Activation and Mail dependencies

2023-11-01 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
 new 0d9276f1d7 Fix Jakarta Activation and Mail dependencies
0d9276f1d7 is described below

commit 0d9276f1d75d40694b90d01ceb8bce2845039ed7
Author: Andreas Veithen 
AuthorDate: Wed Nov 1 01:02:43 2023 +

Fix Jakarta Activation and Mail dependencies

Commit af639ba incorrectly replaced dependencies on
com.sun.activation:jakarta.activation (resp. com.sun.mail:jakarta.mail)
by jakarta.activation:jakarta.activation-api (resp.
jakarta.mail:jakarta.mail-api). At the same time, a change in Axiom
added an unnecessary dependency on the Jakarta Mail implementation
to axiom-legacy-attachments. With that unnecessary dependency removed,
we now need to fix the dependencies in Axis2.

While we are at it, use proper dependency management for these
dependencies.
---
 modules/adb/pom.xml|  5 +
 modules/distribution/pom.xml   |  2 --
 modules/kernel/pom.xml |  4 ++--
 modules/transport/mail/pom.xml |  4 ++--
 modules/webapp/pom.xml |  2 --
 pom.xml| 13 +++--
 6 files changed, 20 insertions(+), 10 deletions(-)

diff --git a/modules/adb/pom.xml b/modules/adb/pom.xml
index 6899825606..a5bc4b9ba6 100644
--- a/modules/adb/pom.xml
+++ b/modules/adb/pom.xml
@@ -88,6 +88,11 @@
 jakarta.mail-api
 test
 
+
+org.eclipse.angus
+angus-activation
+test
+
 
 
 
diff --git a/modules/distribution/pom.xml b/modules/distribution/pom.xml
index c2c3e63c57..fef191039f 100755
--- a/modules/distribution/pom.xml
+++ b/modules/distribution/pom.xml
@@ -297,12 +297,10 @@
 
 org.eclipse.angus
 angus-activation
-2.0.1
 
 
 org.eclipse.angus
 angus-mail
-2.0.2
 
 
 com.fasterxml.woodstox
diff --git a/modules/kernel/pom.xml b/modules/kernel/pom.xml
index c7bf084d61..3da9c6489b 100644
--- a/modules/kernel/pom.xml
+++ b/modules/kernel/pom.xml
@@ -134,8 +134,8 @@
 test
 
 
-jakarta.mail
-jakarta.mail-api
+org.eclipse.angus
+angus-mail
 test
 
 
diff --git a/modules/transport/mail/pom.xml b/modules/transport/mail/pom.xml
index b5080e1f39..ea6530f981 100644
--- a/modules/transport/mail/pom.xml
+++ b/modules/transport/mail/pom.xml
@@ -45,8 +45,8 @@
 
 
 
-jakarta.mail
-jakarta.mail-api
+org.eclipse.angus
+angus-mail
 
 
 
diff --git a/modules/webapp/pom.xml b/modules/webapp/pom.xml
index 7470980a28..bc56e36f39 100644
--- a/modules/webapp/pom.xml
+++ b/modules/webapp/pom.xml
@@ -241,12 +241,10 @@
 
 org.eclipse.angus
 angus-mail
-2.0.2
 
 
 org.eclipse.angus
 angus-activation
-2.0.1
 
 
 com.fasterxml.woodstox
diff --git a/pom.xml b/pom.xml
index e0618a2fbf..e508dbcc1b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -466,7 +466,6 @@
 1.0M10
 2.0.0-SNAPSHOT
 2.3.0
-2.1.2
 1.10.14
 2.7.7
 1.9.9.1
@@ -526,7 +525,12 @@
 
 jakarta.activation
 jakarta.activation-api
-${activation.version}
+2.1.2
+
+
+org.eclipse.angus
+angus-activation
+2.0.1
 
 
 org.glassfish.jaxb
@@ -746,6 +750,11 @@
 jakarta.mail-api
 2.1.2
 
+
+org.eclipse.angus
+angus-mail
+2.0.2
+
 
 org.apache.geronimo.specs
 geronimo-annotation_1.0_spec



(axis-axis2-java-core) branch dependabot/maven/jetty.version-10.0.18 updated (0e5d102f21 -> 3b4b38b8d0)

2023-11-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/jetty.version-10.0.18
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


omit 0e5d102f21 Bump jetty.version from 10.0.17 to 10.0.18
 add 0d9276f1d7 Fix Jakarta Activation and Mail dependencies
 add 3b4b38b8d0 Bump jetty.version from 10.0.17 to 10.0.18

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0e5d102f21)
\
 N -- N -- N   refs/heads/dependabot/maven/jetty.version-10.0.18 
(3b4b38b8d0)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 modules/adb/pom.xml|  5 +
 modules/distribution/pom.xml   |  2 --
 modules/kernel/pom.xml |  4 ++--
 modules/transport/mail/pom.xml |  4 ++--
 modules/webapp/pom.xml |  2 --
 pom.xml| 13 +++--
 6 files changed, 20 insertions(+), 10 deletions(-)



(axis-axis2-java-core) branch master updated: Bump jetty.version from 10.0.17 to 10.0.18

2023-11-01 Thread veithen
This is an automated email from the ASF dual-hosted git repository.

veithen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


The following commit(s) were added to refs/heads/master by this push:
 new 520faa9998 Bump jetty.version from 10.0.17 to 10.0.18
520faa9998 is described below

commit 520faa99987da5af56deff7a77d8d20287a6b240
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 1 12:08:52 2023 +

Bump jetty.version from 10.0.17 to 10.0.18

Bumps `jetty.version` from 10.0.17 to 10.0.18.

Updates `org.eclipse.jetty:jetty-server` from 10.0.17 to 10.0.18
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- 
[Commits](https://github.com/eclipse/jetty.project/compare/jetty-10.0.17...jetty-10.0.18)

Updates `org.eclipse.jetty:jetty-webapp` from 10.0.17 to 10.0.18
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- 
[Commits](https://github.com/eclipse/jetty.project/compare/jetty-10.0.17...jetty-10.0.18)

Updates `org.eclipse.jetty:jetty-maven-plugin` from 10.0.17 to 10.0.18
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- 
[Commits](https://github.com/eclipse/jetty.project/compare/jetty-10.0.17...jetty-10.0.18)

Updates `org.eclipse.jetty:jetty-jspc-maven-plugin` from 10.0.17 to 10.0.18
- [Release notes](https://github.com/eclipse/jetty.project/releases)
- 
[Commits](https://github.com/eclipse/jetty.project/compare/jetty-10.0.17...jetty-10.0.18)

---
updated-dependencies:
- dependency-name: org.eclipse.jetty:jetty-server
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-webapp
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.eclipse.jetty:jetty-jspc-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] 
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e508dbcc1b..b9b013686e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -483,7 +483,7 @@
 4.5.14
 5.0
 4.0.3
-10.0.17
+10.0.18
 1.4.2
 2.20.0
 3.6.0



(axis-axis2-java-core) branch dependabot/maven/jetty.version-10.0.18 deleted (was 3b4b38b8d0)

2023-11-01 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/maven/jetty.version-10.0.18
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git


 was 3b4b38b8d0 Bump jetty.version from 10.0.17 to 10.0.18

The revisions that were on this branch are still contained in
other references; therefore, this change does not discard any commits
from the repository.