(axis-axis2-java-core) branch master updated: Bump jetty.version from 12.0.14 to 12.0.15
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 86a5542c38 Bump jetty.version from 12.0.14 to 12.0.15 86a5542c38 is described below commit 86a5542c38758216426b86ab5558c1c314d0236a Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Nov 7 13:45:34 2024 + Bump jetty.version from 12.0.14 to 12.0.15 Bumps `jetty.version` from 12.0.14 to 12.0.15. Updates `org.eclipse.jetty:jetty-server` from 12.0.14 to 12.0.15 Updates `org.eclipse.jetty.ee9:jetty-ee9-nested` from 12.0.14 to 12.0.15 Updates `org.eclipse.jetty.ee10:jetty-ee10-webapp` from 12.0.14 to 12.0.15 Updates `org.eclipse.jetty.ee10:jetty-ee10-maven-plugin` from 12.0.14 to 12.0.15 Updates `org.eclipse.jetty.ee10:jetty-ee10-jspc-maven-plugin` from 12.0.14 to 12.0.15 --- updated-dependencies: - dependency-name: org.eclipse.jetty:jetty-server dependency-type: direct:development update-type: version-update:semver-patch - dependency-name: org.eclipse.jetty.ee9:jetty-ee9-nested dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.eclipse.jetty.ee10:jetty-ee10-webapp dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.eclipse.jetty.ee10:jetty-ee10-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.eclipse.jetty.ee10:jetty-ee10-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 b83df1b22d..c6580ed186 100644 --- a/pom.xml +++ b/pom.xml @@ -482,7 +482,7 @@ 5.4.1 5.0 4.0.3 -12.0.14 +12.0.15 1.4.2 3.6.3 3.9.9
(axis-axis2-java-core) branch dependabot/maven/jetty.version-12.0.15 deleted (was 6c0211d2a5)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/jetty.version-12.0.15 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git was 6c0211d2a5 Bump jetty.version from 12.0.14 to 12.0.15 The revisions that were on this branch are still contained in other references; therefore, this change does not discard any commits from the repository.
(axis-axis2-java-core) branch dependabot/maven/jaxbri.version-4.0.5 updated (28caa51be4 -> 735aec669e)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/jaxbri.version-4.0.5 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git discard 28caa51be4 Bump jaxbri.version from 4.0.3 to 4.0.5 add ce77042dad AXIS2-5948 Proxy settings ignored if username not specified add f644974d6e AXIS2-5948 comments typo add 409466a589 AXIS2-6057 Special characters are not allowed in password after upgrade( from 1.7.9 to 1.8.2) add a8fd43c2aa AXIS2-6046 we supported a null content-type and null charSetEnc up until 1.7.9, so support that now add d64128f818 Bump org.apache.httpcomponents.client5:httpclient5 from 5.4 to 5.4.1 add c08748df8d Bump maven-archetype.version from 3.3.0 to 3.3.1 add eb33edee92 Bump org.apache.neethi:neethi from 3.2.0 to 3.2.1 add a58b6ea110 Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.10.1 to 3.11.1 add 6edf57168f Bump surefire.version from 3.5.1 to 3.5.2 add 86a5542c38 Bump jetty.version from 12.0.14 to 12.0.15 add 735aec669e Bump jaxbri.version from 4.0.3 to 4.0.5 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 (28caa51be4) \ N -- N -- N refs/heads/dependabot/maven/jaxbri.version-4.0.5 (735aec669e) 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: .../apache/axis2/transport/http/HTTPSender.java| 40 +- .../impl/httpclient5/HTTPProxyConfigurator.java| 14 .../java/org/apache/axis2/webapp/AdminActions.java | 5 --- pom.xml| 12 +++ 4 files changed, 36 insertions(+), 35 deletions(-)
(axis-axis2-java-rampart) branch master updated: RampartEngine fixes
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git The following commit(s) were added to refs/heads/master by this push: new 3a743272 RampartEngine fixes 3a743272 is described below commit 3a743272cf951345795ddebfa49876092d6c033c Author: Robert Lazarski AuthorDate: Thu Nov 7 11:36:45 2024 -1000 RampartEngine fixes --- .../rampart-core/src/main/java/org/apache/rampart/RampartEngine.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/rampart-core/src/main/java/org/apache/rampart/RampartEngine.java b/modules/rampart-core/src/main/java/org/apache/rampart/RampartEngine.java index c9564ee5..3eb6d204 100644 --- a/modules/rampart-core/src/main/java/org/apache/rampart/RampartEngine.java +++ b/modules/rampart-core/src/main/java/org/apache/rampart/RampartEngine.java @@ -208,6 +208,7 @@ public class RampartEngine { requestData.setUtTTL(rampartConfig.getUtTTL()); requestData.setUtFutureTTL(rampartConfig.getUtFutureTTL()); requestData.setAllowRSA15KeyTransportAlgorithm(rampartConfig.isAllowRSA15KeyTransportAlgorithm()); // backward compatibility as true +requestData.setEncodePasswords(rampartConfig.isEncodePasswords()); } else { requestData.setAllowRSA15KeyTransportAlgorithm(true); // backward compatibility @@ -295,8 +296,7 @@ public class RampartEngine { Date.from(samlAssertionHandler.getDateNotBefore()), Date.from(samlAssertionHandler.getDateNotOnOrAfter())); - // FIXME - token.setSecret(samlAssertionHandler.getAssertionKeyInfoSecret(signatureCrypto, tokenCallbackHandler, new RequestData())); + token.setSecret(samlAssertionHandler.getAssertionKeyInfoSecret(signatureCrypto, tokenCallbackHandler, requestData)); store.add(token); } } catch (Exception e) {
(axis-axis2-java-rampart) branch master updated: Update Ant to latest
This is an automated email from the ASF dual-hosted git repository. robertlazarski pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git The following commit(s) were added to refs/heads/master by this push: new 3348434f Update Ant to latest 3348434f is described below commit 3348434f3df9f20ca1246b1540cab752e2ab936e Author: Robert Lazarski AuthorDate: Thu Nov 7 12:05:08 2024 -1000 Update Ant to latest --- modules/rampart-samples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/rampart-samples/pom.xml b/modules/rampart-samples/pom.xml index 82b43607..f48bc404 100644 --- a/modules/rampart-samples/pom.xml +++ b/modules/rampart-samples/pom.xml @@ -108,7 +108,7 @@ org.apache.ant ant -1.9.6 +1.10.15 test
(axis-axis2-java-core) branch dependabot/maven/jetty.version-12.0.15 created (now 6c0211d2a5)
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/maven/jetty.version-12.0.15 in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git at 6c0211d2a5 Bump jetty.version from 12.0.14 to 12.0.15 No new revisions were added by this update.