[PR] Bump spring.version from 5.3.33 to 5.3.34 [axis-axis2-java-core]

2024-04-11 Thread via GitHub
dependabot[bot] opened a new pull request, #641: URL: https://github.com/apache/axis-axis2-java-core/pull/641 Bumps `spring.version` from 5.3.33 to 5.3.34. Updates `org.springframework:spring-core` from 5.3.33 to 5.3.34 Release notes Sourced from https://github.com/spring-project

[jira] [Updated] (AXIS2-6044) HTTPProxyConfigurator system property takes precedence over axis configuration and message context proxy properties

2024-04-11 Thread Robert Lazarski (Jira)
[ https://issues.apache.org/jira/browse/AXIS2-6044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Lazarski updated AXIS2-6044: --- Fix Version/s: 1.8.3 > HTTPProxyConfigurator system property takes precedence over axis > co

[jira] [Assigned] (AXIS2-6044) HTTPProxyConfigurator system property takes precedence over axis configuration and message context proxy properties

2024-04-11 Thread Robert Lazarski (Jira)
[ https://issues.apache.org/jira/browse/AXIS2-6044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Lazarski reassigned AXIS2-6044: -- Assignee: Robert Lazarski > HTTPProxyConfigurator system property takes precedence ove

[jira] [Assigned] (RAMPART-450) Rampart prxoxy settings configuration

2024-04-11 Thread Robert Lazarski (Jira)
[ https://issues.apache.org/jira/browse/RAMPART-450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Lazarski reassigned RAMPART-450: --- Assignee: Robert Lazarski > Rampart prxoxy settings configuration > ---

[jira] [Updated] (AXIS2-5948) Proxy settings ignored if username not specified

2024-04-11 Thread Robert Lazarski (Jira)
[ https://issues.apache.org/jira/browse/AXIS2-5948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Lazarski updated AXIS2-5948: --- Fix Version/s: 1.8.3 > Proxy settings ignored if username not specified > ---

[jira] [Assigned] (AXIS2-5948) Proxy settings ignored if username not specified

2024-04-11 Thread Robert Lazarski (Jira)
[ https://issues.apache.org/jira/browse/AXIS2-5948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Robert Lazarski reassigned AXIS2-5948: -- Assignee: Robert Lazarski > Proxy settings ignored if username not specified > ---

[jira] [Created] (AXIS2-6066) Site generation/deployment is broken

2024-04-11 Thread Steven DH (Jira)
Steven DH created AXIS2-6066: Summary: Site generation/deployment is broken Key: AXIS2-6066 URL: https://issues.apache.org/jira/browse/AXIS2-6066 Project: Axis2 Issue Type: Bug Report

[PR] fix AXIS2-6041 (totalDigits Facet of XSD type short incorrectly treat… [axis-axis2-java-core]

2024-04-11 Thread via GitHub
sndurkin opened a new pull request, #642: URL: https://github.com/apache/axis-axis2-java-core/pull/642 …ed in databinding) This change builds on commit bb10ab2, which fixed `compare(BigInteger, String)` for AXIS2-5724, to fix the other variations for `int`, `long`, and `short`.

Re: [PR] fix AXIS2-6041 (totalDigits Facet of XSD type short incorrectly treat… [axis-axis2-java-core]

2024-04-11 Thread via GitHub
sndurkin commented on PR #642: URL: https://github.com/apache/axis-axis2-java-core/pull/642#issuecomment-2050484183 Here's the (truncated) output of running `ConverterUtilTest` with the new tests before my changes: ```bash $ mvn test -Dtest=org.apache.axis2.databinding.utils.Conve

Re: [PR] Use XMLBeans' BindingConfigImpl in Axis2BindingConfig instead of XSDConfig, +doc. [axis-axis2-java-core]

2024-04-11 Thread Steven De Herdt
All right, the documentation bug is at https://issues.apache.org/jira/browse/AXIS2-6066. Now that I checked the documentation changes I made, I'll set my PR as ready for review. Note that it targets v1.8.3-SNAPSHOT -- I made the changes I needed voor v1.7.9 in another repo. Guess I didn't sa

Re: [PR] Use XMLBeans' BindingConfigImpl in Axis2BindingConfig instead of XSDConfig, +doc. [axis-axis2-java-core]

2024-04-11 Thread via GitHub
std-h commented on PR #589: URL: https://github.com/apache/axis-axis2-java-core/pull/589#issuecomment-2050611090 I managed to generate generate-sources-mojo.html, seems OK. Trouble with site generation is reported at https://issues.apache.org/jira/browse/AXIS2-6066. So I think it's ready