[jira] [Commented] (RAMPART-449) NoClassDefFoundError with Axis2 1.8.0
[ https://issues.apache.org/jira/browse/RAMPART-449?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17635450#comment-17635450 ] Robert Lazarski commented on RAMPART-449: - The Axis2 team is also developing the Apache Web Services sub project Axiom 2.0 - which I am also the release manager the last few times though primarily the main the developer is [~veithen] . Since Axis2 is changing a lot right now, I am planning on basing the Rampart release off of Axis2 1.8.2. I am still optimistic on a year end release, at the very least a large amount of commits is about to happen - thanks again [~JWT007] for numerous commits to the branch he created. > NoClassDefFoundError with Axis2 1.8.0 > - > > Key: RAMPART-449 > URL: https://issues.apache.org/jira/browse/RAMPART-449 > Project: Rampart > Issue Type: Bug > Components: rampart-core >Affects Versions: 1.7.1 >Reporter: Matthias Kraaz >Priority: Major > > Axis2 1.8.0 updated Axiom to 1.3 thereby breaking rampart, which uses an > Axiom API that has been removed: > > {noformat} > java.lang.NoClassDefFoundError: > org/apache/axiom/soap/impl/builder/StAXSOAPModelBuilder > at > org.apache.rampart.util.Axis2Util.getDocumentFromSOAPEnvelope(Axis2Util.java:159) > > at org.apache.rampart.RampartMessageData.(RampartMessageData.java:280) > at org.apache.rampart.MessageBuilder.build(MessageBuilder.java:61) > at org.apache.rampart.handler.RampartSender.invoke(RampartSender.java:65) > at org.apache.axis2.engine.Phase.invokeHandler(Phase.java:335) > at org.apache.axis2.engine.Phase.invoke(Phase.java:308) > at org.apache.axis2.engine.AxisEngine.invoke(AxisEngine.java:250) > at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:415) > at > org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:399) > > at > org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:225) > > at org.apache.axis2.client.OperationClient.execute(OperationClient.java:150) > at pls.soap.client.SOAPClient.sendRequest(SOAPClient.java:284) > at pls.soap.client.SOAPClient.handleRequest(SOAPClient.java:143) > at pls.soap.client.SOAPClient.processSendJob(SOAPClient.java:101) > at > pls.soap.client.SendJobProcessorImpl.processSendJob(SendJobProcessorImpl.java:10) > > at ls.osis.server.prot.SendJobQueue.process(SendJobQueue.java:139) > at ls.osis.server.prot.SendJobQueue$SendJobTask.run(SendJobQueue.java:108) > at > java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) > > at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) > at > java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) > > at > java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) > > at java.base/java.lang.Thread.run(Thread.java:834) > Caused by: java.lang.ClassNotFoundException: > org.apache.axiom.soap.impl.builder.StAXSOAPModelBuilder > at > java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:583) > at > java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178) > > at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521) ... > 22 more > {noformat} > > -- This message was sent by Atlassian Jira (v8.20.10#820010) - To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org
[GitHub] [axis-axis2-java-core] dependabot[bot] commented on pull request #389: Bump spring.version from 5.3.23 to 6.0.0
dependabot[bot] commented on PR #389: URL: https://github.com/apache/axis-axis2-java-core/pull/389#issuecomment-1319339800 Looks like these dependencies are no longer being updated by Dependabot, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org
[GitHub] [axis-axis2-java-core] dependabot[bot] closed pull request #389: Bump spring.version from 5.3.23 to 6.0.0
dependabot[bot] closed pull request #389: Bump spring.version from 5.3.23 to 6.0.0 URL: https://github.com/apache/axis-axis2-java-core/pull/389 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org
[GitHub] [axis-axis2-java-core] dependabot[bot] opened a new pull request, #390: Bump spring.version from 5.3.23 to 5.3.24
dependabot[bot] opened a new pull request, #390: URL: https://github.com/apache/axis-axis2-java-core/pull/390 Bumps `spring.version` from 5.3.23 to 5.3.24. Updates `spring-core` from 5.3.23 to 5.3.24 Release notes Sourced from https://github.com/spring-projects/spring-framework/releases";>spring-core's releases. v5.3.24 :star: New Features Avoid reflection for annotation method invocations https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29448";>#29448 Avoid unnecessary allocations in StompDecoder#unescape https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29443";>#29443 Avoid String allocations in MediaType.checkParameters https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29428";>#29428 Reduce allocations caused by producible media types https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29412";>#29412 Provide optional SimpleBeanInfoFactory for better introspection performance in 5.3.x https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29330";>#29330 Filter out null WebSocket session attributes https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29315";>#29315 Introduce TestSocketUtils as a replacement for SocketUtils https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29132";>#29132 Avoid Commons Logging API for using LoggingCacheErrorHandler with a custom logger https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/28678";>#28678 :lady_beetle: Bug Fixes Missing SessionFactory property (filter AutoCloseable from PropertyDescriptors) https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29480";>#29480 SpEL ternary and Elvis expressions are missing enclosing parentheses in toStringAST() https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29463";>#29463 If-Unmodified-Since header check removes Last-Modified and Etag headers from response, even if condition passes https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29362";>#29362 Annotation searches fail for non-public repeatable annotations https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29301";>#29301 AbstractBeanFactory's interaction with BeanPostProcessorCacheAwareList is not fully thread-safe https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29299";>#29299 WebTestClient cannot assert custom HTTP status code https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29283";>#29283 Body token not expected error when trying to upload a large multipart file https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29227";>#29227 Avoid resizing of Maps created by CollectionUtils https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29190";>#29190 DefaultWebClient logging sensitive information in URI https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29148";>#29148 Fix SimpleMailMessage nullability annotations https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29139";>#29139 Webflux fails to apply the rule for controller methods returning void to kotlin suspend functions returning Unit https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/27629";>#27629 Resource.isFile() return true when the resource path actually not exists https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/26707";>#26707 AnnotatedElementUtils does not find merged repeatable annotations on other repeatable annotations https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/20279";>#20279 :notebook_with_decorative_cover: Documentation Fix two typos in integration.adoc and webflux.adoc https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29469";>#29469 Fix typo: "as describe in" -> "as described in" https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29393";>#29393 Fix typos https://github-redirect.dependabot.com/spring-projects/spring-framework/pull/29364";>#29364 Correct documentation for "other return values" from a web controller method https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29349";>#29349 Document how to use WebJars without webjars-locator-core dependency https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29322";>#29322 Update RestTemplate Javadoc with regards to setting interceptors on startup vs at runtime https://github-redirect.dependabot.com/spring-projects/spring-framework/issues/29311";>#29311 Document how to switch to the default set of TestExecutionListeners https://github-redir
[GitHub] [axis-axis2-java-core] dependabot[bot] opened a new pull request, #391: Bump jettison from 1.5.1 to 1.5.2
dependabot[bot] opened a new pull request, #391: URL: https://github.com/apache/axis-axis2-java-core/pull/391 Bumps [jettison](https://github.com/jettison-json/jettison) from 1.5.1 to 1.5.2. Release notes Sourced from https://github.com/jettison-json/jettison/releases";>jettison's releases. Jettison 1.5.2 What's Changed Bump woodstox-core from 6.2.8 to 6.4.0 by https://github.com/dependabot";>@dependabot in https://github-redirect.dependabot.com/jettison-json/jettison/pull/51";>jettison-json/jettison#51 Fixing StackOverflow error by https://github.com/coheigea";>@coheigea in https://github-redirect.dependabot.com/jettison-json/jettison/pull/53";>jettison-json/jettison#53 Full Changelog: https://github.com/jettison-json/jettison/compare/jettison-1.5.1...jettison-1.5.2";>https://github.com/jettison-json/jettison/compare/jettison-1.5.1...jettison-1.5.2 Commits https://github.com/jettison-json/jettison/commit/6dc73a07ac47c7e3b4c7d041761fbc11aee2eb50";>6dc73a0 [maven-release-plugin] prepare release jettison-1.5.2 https://github.com/jettison-json/jettison/commit/19ae19ff57d00dbfa6f6c3af4fc4cb14fb5ca2df";>19ae19f Fixing StackOverflow error https://github.com/jettison-json/jettison/commit/325b51b36982b5ddfb10d76d2809ec422e9de0b1";>325b51b Bump woodstox-core from 6.2.8 to 6.4.0 https://github.com/jettison-json/jettison/commit/81d3786242c3c7f68eead911b432a81c7f24fa0b";>81d3786 [maven-release-plugin] prepare for next development iteration See full diff in https://github.com/jettison-json/jettison/compare/jettison-1.5.1...jettison-1.5.2";>compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org
[GitHub] [axis-axis2-java-core] dependabot[bot] opened a new pull request, #392: Bump slf4j.version from 2.0.3 to 2.0.4
dependabot[bot] opened a new pull request, #392: URL: https://github.com/apache/axis-axis2-java-core/pull/392 Bumps `slf4j.version` from 2.0.3 to 2.0.4. Updates `slf4j-api` from 2.0.3 to 2.0.4 Commits https://github.com/qos-ch/slf4j/commit/35dd7ff1e75cf83ffb6784a9537ff92c865e78b2";>35dd7ff removed unused META-INF/services entry https://github.com/qos-ch/slf4j/commit/440c2f3000fc0e2d7646f0b3d6e36e8bc2ef2485";>440c2f3 prepare release 2.0.4 https://github.com/qos-ch/slf4j/commit/43a36303e5a2338c22ec9aad5b01a401034eb553";>43a3630 use the class loader that loaded LoggerFactory (instead of the threadContextC... https://github.com/qos-ch/slf4j/commit/557bf7c0bd4e2c2cd85ef389729107461938dd15";>557bf7c [SLF4J-548] Fix ServiceLoader usage in servlet environment https://github.com/qos-ch/slf4j/commit/632410565b26e4d67fc7ef2ce4c212380b4e59d1";>6324105 enhance manifest with capabilities https://github.com/qos-ch/slf4j/commit/e540299d58bc5f53cab3236cc1b2f29281982074";>e540299 edit blurb on release championing https://github.com/qos-ch/slf4j/commit/dfb41b06a8e5a6aed5e2856edf099fd324822dcf";>dfb41b0 Update README.md https://github.com/qos-ch/slf4j/commit/47c7cc7fa46d883d46b428aab6ef5562a139";>47c7cc7 clarify Logger.makeLoggingEventBuilder javadoc https://github.com/qos-ch/slf4j/commit/0be1bc15f26f11233ee7f657eb5b50fe552a49f1";>0be1bc1 Merge branch 'master' of github.com:qos-ch/slf4j https://github.com/qos-ch/slf4j/commit/d60690c0b9f0e4c89b71236cee9dc14d967d7778";>d60690c more flexible way to Additional commits viewable in https://github.com/qos-ch/slf4j/compare/v_2.0.3...v_2.0.4";>compare view Updates `jcl-over-slf4j` from 2.0.3 to 2.0.4 Commits https://github.com/qos-ch/slf4j/commit/35dd7ff1e75cf83ffb6784a9537ff92c865e78b2";>35dd7ff removed unused META-INF/services entry https://github.com/qos-ch/slf4j/commit/440c2f3000fc0e2d7646f0b3d6e36e8bc2ef2485";>440c2f3 prepare release 2.0.4 https://github.com/qos-ch/slf4j/commit/43a36303e5a2338c22ec9aad5b01a401034eb553";>43a3630 use the class loader that loaded LoggerFactory (instead of the threadContextC... https://github.com/qos-ch/slf4j/commit/557bf7c0bd4e2c2cd85ef389729107461938dd15";>557bf7c [SLF4J-548] Fix ServiceLoader usage in servlet environment https://github.com/qos-ch/slf4j/commit/632410565b26e4d67fc7ef2ce4c212380b4e59d1";>6324105 enhance manifest with capabilities https://github.com/qos-ch/slf4j/commit/e540299d58bc5f53cab3236cc1b2f29281982074";>e540299 edit blurb on release championing https://github.com/qos-ch/slf4j/commit/dfb41b06a8e5a6aed5e2856edf099fd324822dcf";>dfb41b0 Update README.md https://github.com/qos-ch/slf4j/commit/47c7cc7fa46d883d46b428aab6ef5562a139";>47c7cc7 clarify Logger.makeLoggingEventBuilder javadoc https://github.com/qos-ch/slf4j/commit/0be1bc15f26f11233ee7f657eb5b50fe552a49f1";>0be1bc1 Merge branch 'master' of github.com:qos-ch/slf4j https://github.com/qos-ch/slf4j/commit/d60690c0b9f0e4c89b71236cee9dc14d967d7778";>d60690c more flexible way to Additional commits viewable in https://github.com/qos-ch/slf4j/compare/v_2.0.3...v_2.0.4";>compare view Updates `slf4j-jdk14` from 2.0.3 to 2.0.4 Commits https://github.com/qos-ch/slf4j/commit/35dd7ff1e75cf83ffb6784a9537ff92c865e78b2";>35dd7ff removed unused META-INF/services entry https://github.com/qos-ch/slf4j/commit/440c2f3000fc0e2d7646f0b3d6e36e8bc2ef2485";>440c2f3 prepare release 2.0.4 https://github.com/qos-ch/slf4j/commit/43a36303e5a2338c22ec9aad5b01a401034eb553";>43a3630 use the class loader that loaded LoggerFactory (instead of the threadContextC... https://github.com/qos-ch/slf4j/commit/557bf7c0bd4e2c2cd85ef389729107461938dd15";>557bf7c [SLF4J-548] Fix ServiceLoader usage in servlet environment https://github.com/qos-ch/slf4j/commit/632410565b26e4d67fc7ef2ce4c212380b4e59d1";>6324105 enhance manifest with capabilities https://github.com/qos-ch/slf4j/commit/e540299d58bc5f53cab3236cc1b2f29281982074";>e540299 edit blurb on release championing https://github.com/qos-ch/slf4j/commit/dfb41b06a8e5a6aed5e2856edf099fd324822dcf";>dfb41b0 Update README.md https://github.com/qos-ch/slf4j/commit/47c7cc7fa46d883d46b428aab6ef5562a139";>47c7cc7 clarify Logger.makeLoggingEventBuilder javadoc https://github.com/qos-ch/slf4j/commit/0be1bc15f26f11233ee7f657eb5b50fe552a49f1";>0be1bc1 Merge branch 'master' of github.com:qos-ch/slf4j https://github.com/qos-ch/slf4j/commit/d60690c0b9f0e4c89b71236cee9dc14d967d7778";>d60690c more flexible way to Additional commits viewable in https://github.com/qos-ch/slf4j/compare/v_2.0.3...v_2.0.4";>compare view Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabo
[GitHub] [axis-axis2-java-core] dependabot[bot] opened a new pull request, #393: Bump maven-install-plugin from 3.0.1 to 3.1.0
dependabot[bot] opened a new pull request, #393: URL: https://github.com/apache/axis-axis2-java-core/pull/393 Bumps [maven-install-plugin](https://github.com/apache/maven-install-plugin) from 3.0.1 to 3.1.0. Release notes Sourced from https://github.com/apache/maven-install-plugin/releases";>maven-install-plugin's releases. 3.1.0 Bug [https://issues.apache.org/jira/browse/MINSTALL-179";>MINSTALL-179] - installAtEnd when module does not use m-install-p Improvement [https://issues.apache.org/jira/browse/MINSTALL-183";>MINSTALL-183] - Don't use metadata from main artifact to fetch pom.xml [https://issues.apache.org/jira/browse/MINSTALL-185";>MINSTALL-185] - Install all artifacts in one request Task [https://issues.apache.org/jira/browse/MINSTALL-181";>MINSTALL-181] - Require Java 8 [https://issues.apache.org/jira/browse/MINSTALL-184";>MINSTALL-184] - Cleanup IT tests Dependency upgrade [https://issues.apache.org/jira/browse/MINSTALL-180";>MINSTALL-180] - Upgrade Parent to 37 [https://issues.apache.org/jira/browse/MINSTALL-182";>MINSTALL-182] - Bump mockito-core from 2.28.2 to 4.8.1 Commits https://github.com/apache/maven-install-plugin/commit/4a985dc3097a15f74b53df2e4829bf80dfd2d2ef";>4a985dc [maven-release-plugin] prepare release maven-install-plugin-3.1.0 https://github.com/apache/maven-install-plugin/commit/b8635ab665ff57a963dcfd8856e9df6c63ccebc2";>b8635ab Remove broken link to Release Info example https://github.com/apache/maven-install-plugin/commit/ce0666e4220514e99a9384300981d2b50223b265";>ce0666e [MINSTALL-184] Cleanup IT tests https://github.com/apache/maven-install-plugin/commit/f5980b0ddaa823f1ce1a3cf65de3da59f078dc10";>f5980b0 [MINSTALL-185] Install all artifacts in one request https://github.com/apache/maven-install-plugin/commit/569b31a5b3ff63e8a8d285d693c81bdbe416c0c3";>569b31a [MINSTALL-183] Don't use metadata from main artifact to fetch pom.xml https://github.com/apache/maven-install-plugin/commit/c172567fb72a36555987a2d975888fea3139112a";>c172567 add Reproducible Builds badge https://github.com/apache/maven-install-plugin/commit/2d1b71c04fe0e7cdd7992739c09c2d3d8ba38f3c";>2d1b71c Bump mockito-core from 2.28.2 to 4.8.1 https://github.com/apache/maven-install-plugin/commit/f71f9468d1643fc84d3291e91d6c4db1945b9af6";>f71f946 Update download page https://github.com/apache/maven-install-plugin/commit/b5fbd2340e3f3d87746bfcb95eca48fa3f043bc0";>b5fbd23 [MINSTALL-179] Fix installAtEnd when module does not use m-install-p https://github.com/apache/maven-install-plugin/commit/18052b354ee8d23437f9e0cfecfd781fe9050b6a";>18052b3 [MINSTALL-181] Require Java 8 Additional commits viewable in https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.0.1...maven-install-plugin-3.1.0";>compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- Dependabot commands and options You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific c
[GitHub] [axis-axis2-java-core] veithen commented on pull request #393: Bump maven-install-plugin from 3.0.1 to 3.1.0
veithen commented on PR #393: URL: https://github.com/apache/axis-axis2-java-core/pull/393#issuecomment-1319377246 @dependabot rebase -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org
[GitHub] [axis-axis2-java-core] veithen commented on pull request #391: Bump jettison from 1.5.1 to 1.5.2
veithen commented on PR #391: URL: https://github.com/apache/axis-axis2-java-core/pull/391#issuecomment-1319377357 @dependabot rebase -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org
[GitHub] [axis-axis2-java-core] veithen commented on pull request #390: Bump spring.version from 5.3.23 to 5.3.24
veithen commented on PR #390: URL: https://github.com/apache/axis-axis2-java-core/pull/390#issuecomment-1319377942 @dependabot rebase -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org
[GitHub] [axis-axis2-java-core] dependabot[bot] commented on pull request #393: Bump maven-install-plugin from 3.0.1 to 3.1.0
dependabot[bot] commented on PR #393: URL: https://github.com/apache/axis-axis2-java-core/pull/393#issuecomment-1319380103 Looks like org.apache.maven.plugins:maven-install-plugin is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org
[GitHub] [axis-axis2-java-core] dependabot[bot] closed pull request #393: Bump maven-install-plugin from 3.0.1 to 3.1.0
dependabot[bot] closed pull request #393: Bump maven-install-plugin from 3.0.1 to 3.1.0 URL: https://github.com/apache/axis-axis2-java-core/pull/393 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org
[GitHub] [axis-axis2-java-core] dependabot[bot] commented on pull request #391: Bump jettison from 1.5.1 to 1.5.2
dependabot[bot] commented on PR #391: URL: https://github.com/apache/axis-axis2-java-core/pull/391#issuecomment-1319380333 Looks like org.codehaus.jettison:jettison is up-to-date now, so this is no longer needed. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org
[GitHub] [axis-axis2-java-core] dependabot[bot] closed pull request #391: Bump jettison from 1.5.1 to 1.5.2
dependabot[bot] closed pull request #391: Bump jettison from 1.5.1 to 1.5.2 URL: https://github.com/apache/axis-axis2-java-core/pull/391 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org
[GitHub] [axis-axis2-java-core] veithen merged pull request #390: Bump spring.version from 5.3.23 to 5.3.24
veithen merged PR #390: URL: https://github.com/apache/axis-axis2-java-core/pull/390 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org
[GitHub] [axis-axis2-java-core] veithen merged pull request #392: Bump slf4j.version from 2.0.3 to 2.0.4
veithen merged PR #392: URL: https://github.com/apache/axis-axis2-java-core/pull/392 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org - To unsubscribe, e-mail: java-dev-unsubscr...@axis.apache.org For additional commands, e-mail: java-dev-h...@axis.apache.org