[jira] [Created] (AXIS2-6049) Generated Exceptions differ each generation

2022-11-08 Thread Stefan May (Jira)
Stefan May created AXIS2-6049: - Summary: Generated Exceptions differ each generation Key: AXIS2-6049 URL: https://issues.apache.org/jira/browse/AXIS2-6049 Project: Axis2 Issue Type: Improvement

[jira] [Updated] (AXIS2-6049) Generated Exceptions differ each generation

2022-11-08 Thread Stefan May (Jira)
[ https://issues.apache.org/jira/browse/AXIS2-6049?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Stefan May updated AXIS2-6049: -- Description: *Description:* The Java files which are generated by the AntCodegenTask for Exceptions dif

[GitHub] [axis-axis2-java-core] dependabot[bot] opened a new pull request, #383: Bump maven-plugin-tools.version from 3.6.4 to 3.7.0

2022-11-08 Thread GitBox
dependabot[bot] opened a new pull request, #383: URL: https://github.com/apache/axis-axis2-java-core/pull/383 Bumps `maven-plugin-tools.version` from 3.6.4 to 3.7.0. Updates `maven-plugin-annotations` from 3.6.4 to 3.7.0 Release notes Sourced from https://github.com/apache/maven-

[GitHub] [axis-axis2-java-core] yoadey opened a new pull request, #384: AXIS2-6049 static serialVersionUID for Exception

2022-11-08 Thread GitBox
yoadey opened a new pull request, #384: URL: https://github.com/apache/axis-axis2-java-core/pull/384 serialVersionUID would change every generation and won't be useful then. Also not needed for SOAP. Use static 1L as serialVersionUID for Exception. This also allows build caches to be used.

[GitHub] [axis-axis2-java-core] veithen merged pull request #383: Bump maven-plugin-tools.version from 3.6.4 to 3.7.0

2022-11-08 Thread GitBox
veithen merged PR #383: URL: https://github.com/apache/axis-axis2-java-core/pull/383 -- 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..

[GitHub] [axis-axis2-java-core] veithen commented on pull request #384: AXIS2-6049 static serialVersionUID for Exception

2022-11-08 Thread GitBox
veithen commented on PR #384: URL: https://github.com/apache/axis-axis2-java-core/pull/384#issuecomment-1307856104 Looks like there is a problem with this change because tests are failing. -- This is an automated message from the Apache Git Service. To respond to the message, please log o