An open API service providing commit metadata for open source projects.

GitHub / apache/axis-axis2-java-core / commits

Apache Axis2-Java Core

SHA Message Author Date Stats
787544ff merge Merge pull request #859 from cortlepp/cortlepp/exclude-shaded-jakarta-servlet... robertlazarski <5****i@u****m>
Committed by: GitHub <n****y@g****m>
over 1 year ago
9a8085af fix: MockHttpServletResponse incompatible with HttpServletResponse Christian Ortlepp <c****p@h****m> over 1 year ago
f455a21b Remove unused class HTTPClient4TransportSender Robert Lazarski <r****i@g****m> over 1 year ago
75cca87b chore: exclude `org.eclipse.jetty.toolchain:jetty-jakarta-servlet-api`, harde... Christian Ortlepp <c****p@h****m> over 1 year ago
c1d77100 Bump org.apache.maven.plugins:maven-compiler-plugin
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
468c1781 Bump org.junit.jupiter:junit-jupiter from 5.11.4 to 5.12.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
2907da0d License file additions and deletions Robert Lazarski <r****i@g****m> over 1 year ago
4896a31f More release process updates Robert Lazarski <r****i@g****m> over 1 year ago
cead5e5b More release process updates Robert Lazarski <r****i@g****m> over 1 year ago
cc7ec5a5 Bump org.apache.maven.plugins:maven-clean-plugin from 3.4.0 to 3.4.1
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
4c5e4d9f Comment out PausingHandlerExecutionTest.testSuccessfulInvocation() assetEqual... Robert Lazarski <r****i@g****m> over 1 year ago
b5c6d41c Change some ant logging from warn level to debug Robert Lazarski <r****i@g****m> over 1 year ago
9bcd201b Update year to 2025 in some files Robert Lazarski <r****i@g****m> over 1 year ago
bf682fea Update release process docs Robert Lazarski <r****i@g****m> over 1 year ago
8baedeea Update personal info in pom.xml Robert Lazarski <r****i@g****m> over 1 year ago
28644ace AXIS2-5955 Remove Eclipse plugins from downloads page Robert Lazarski <r****i@g****m> over 1 year ago
c75c92f9 Fix ClassNotFoundException: org.apache.axis2.jaxws.framework.JAXWSServiceBuil... Robert Lazarski <r****i@g****m> over 1 year ago
143e68fc AXIS2-6051 Use jakarta.transaction-api instead of javax.transaction-api Robert Lazarski <r****i@g****m> over 1 year ago
286c79e3 Bump tomcat.version from 11.0.3 to 11.0.4
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
9d08cc45 More release notes for 2.0.0 Robert Lazarski <r****i@g****m> over 1 year ago
5302038e Update docs and release notes to indicate that the Eclipse codegen plugin is ... Robert Lazarski <r****i@g****m> over 1 year ago
07ff56ff AXIS2-5948 Add org.apache.axis2.transport.http.HTTPProxyConfiguratorTest Robert Lazarski <r****i@g****m> over 1 year ago
2741a149 AXIS2-5948 Add org.apache.axis2.transport.http.HTTPProxyConfiguratorTest Robert Lazarski <r****i@g****m> over 1 year ago
e33ddfdd AXIS2-6045 NPE after upgrade to 1.8.2 Robert Lazarski <r****i@g****m> over 1 year ago
dddc1005 AXIS2-5955 Code generator plugin for Eclipse doesn't work, add axis2-jaxws de... Robert Lazarski <r****i@g****m> over 1 year ago
2f3eb9b5 Doc and release notes updates for 2.0.0 Robert Lazarski <r****i@g****m> over 1 year ago
c4ae9260 AXIS2-5901 Redundant conditions in an if statement in OperationContext.java Robert Lazarski <r****i@g****m> over 1 year ago
700bae46 Bump spring.version from 6.2.2 to 6.2.3
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
0628d998 AXIS2-5900 If and else branches has the same condition in TribesAxisObserver Robert Lazarski <r****i@g****m> over 1 year ago
44ab9d80 AXIS2-6059 Improve logging by default in AxisConfigBuilder Robert Lazarski <r****i@g****m> over 1 year ago
8601a9cb Start updating release notes for 2.0.0 Robert Lazarski <r****i@g****m> over 1 year ago
64fcb8b1 AXIS2-6065 Small problem with incorrect log output in AxisServlet#processAxis... Robert Lazarski <r****i@g****m> over 1 year ago
aa44850c AXIS2-6065 Small problem with incorrect log output in AxisServlet#processAxis... Robert Lazarski <r****i@g****m> over 1 year ago
8d62eb41 AXIS2-5971 AxisServlet.processURLRequest uses content-type header instead of ... Robert Lazarski <r****i@g****m> over 1 year ago
88b56cd3 AXIS2-5975 More specific Runtime Exceptions instead of just 'Input values do ... Robert Lazarski <r****i@g****m> over 1 year ago
d663fc50 AXIS2-6030 Axis2 connections are not returned to connection pool on 1.8.0 wit... Robert Lazarski <r****i@g****m> over 1 year ago
23ec15f5 AXIS2-6041 Actually the code uses NumberFormat.getInstance(Locale.US) ... add... Robert Lazarski <a****i@g****m> over 1 year ago
9df2a0e6 merge Merge branch 'sndurkin-AXIS2-6041' Robert Lazarski <a****i@g****m> over 1 year ago
f2ec47ba AXIS2-6041 add Locale.setDefault(Locale.US) to the GitHub PR supplied by the OP Robert Lazarski <a****i@g****m> over 1 year ago
c7fffd08 merge Merge branch 'AXIS2-6041' of github.com:sndurkin/axis-axis2-java-core into sn... Robert Lazarski <a****i@g****m> over 1 year ago
4bec1cb8 AXIS2-6062 minor code cleanup Robert Lazarski <a****i@g****m> over 1 year ago
3b2aeee3 AXIS2-6062 Do some validation on TransportURL used by JMS Robert Lazarski <a****i@g****m> over 1 year ago
3e09a5bb Bump commons-logging:commons-logging from 1.3.4 to 1.3.5
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
7838164c Bump tomcat.version from 11.0.2 to 11.0.3
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
0e2d4a33 Bump com.icegreen:greenmail from 2.1.2 to 2.1.3
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
54855815 Bump axiom to 2.0.0 Robert Lazarski <a****i@g****m> over 1 year ago
c618aca6 Bump org.apache.httpcomponents.client5:httpclient5 from 5.4.1 to 5.4.2
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
28975c51 Bump com.google.code.gson:gson from 2.11.0 to 2.12.1
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
08bcde1b Bump groovy.version from 4.0.24 to 4.0.25
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
d590bce9 fix: use `InetAddress::getHostAddress` instead of `InetAddress::toString` Christian Ortlepp <c****p@h****m> over 1 year ago
d1f84e19 Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.2 to 5.3.3
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
dbc1e6a4 Bump org.assertj:assertj-core from 3.27.2 to 3.27.3
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
ba5c0c5a Bump spring.version from 6.2.1 to 6.2.2
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
8200186c Bump activemq.version from 6.1.4 to 6.1.5
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
62c005af fix: make local IP address detection support IPv6 Christian Ortlepp <c****p@h****m> over 1 year ago
c8437c1e fix: make hostname extraction work with IPv6 addresses Christian Ortlepp <c****p@h****m> over 1 year ago
483644b7 Bump org.apache.httpcomponents.core5:httpcore5 from 5.3.1 to 5.3.2
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
587b9385 Bump org.assertj:assertj-core from 3.27.1 to 3.27.2
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
645bea6b Bump org.mockito:mockito-core from 5.14.2 to 5.15.2
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
4b91064b Bump org.codehaus.gmavenplus:gmavenplus-plugin from 4.0.1 to 4.1.1
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
b1a5891b Bump org.assertj:assertj-core from 3.27.0 to 3.27.1
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
05bf6849 Bump org.assertj:assertj-core from 3.26.3 to 3.27.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
c5d60133 Fix the latest version of log4j, which has some type of config dependency on ... Robert Lazarski <r****i@g****m> over 1 year ago
b806fcd6 Bump org.junit.jupiter:junit-jupiter from 5.11.3 to 5.11.4
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
d006f74b Bump com.google.guava:guava from 33.3.1-jre to 33.4.0-jre
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
a1f23b41 Bump org.apache.xmlbeans:xmlbeans from 3.0.1 to 5.3.0 dependabot[bot] <4****]@u****m>
Committed by: Leonel Gayard <l****d@b****m>
over 1 year ago
149500a7 Disable updates for google-java-format Andreas Veithen <a****n@g****m> over 1 year ago
3ba7f5fa AXIS2-6073, fix HTTPS support by getting 'scheme' from URI instance Robert Lazarski <r****i@g****m> over 1 year ago
2fbac977 Bump spring.version from 6.2.0 to 6.2.1
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
9845dbfd Bump jetty.version from 12.0.15 to 12.0.16
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
8d363b4b Bump org.apache.maven.plugins:maven-invoker-plugin from 3.8.1 to 3.9.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
8729044b Bump org.apache.maven.plugins:maven-javadoc-plugin from 3.11.1 to 3.11.2
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
d4260fa0 Bump tomcat.version from 11.0.1 to 11.0.2
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
af1cf5c9 Bump moshi.version from 1.15.1 to 1.15.2
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
4283030f Bump org.eclipse.platform:org.eclipse.ui.ide from 3.22.300 to 3.22.400
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
1d13ce9b Bump org.eclipse.platform:org.eclipse.osgi from 3.21.0 to 3.22.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
4bbcb381 Bump org.eclipse.platform:org.eclipse.ui.workbench
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
4eef0f18 Bump org.eclipse.platform:org.eclipse.core.runtime
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
be63ecba Bump org.eclipse.platform:org.eclipse.jface from 3.35.0 to 3.35.100
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
bc746376 Bump org.eclipse.platform:org.eclipse.equinox.common
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
ecc33c0e Bump org.eclipse.platform:org.eclipse.core.resources
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
a6755b56 Bump org.eclipse.platform:org.eclipse.swt from 3.127.0 to 3.128.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
713fd9e4 Bump org.eclipse.platform:org.eclipse.swt.win32.win32.x86_64
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
0eab7e51 Bump com.icegreen:greenmail from 2.1.1 to 2.1.2
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
over 1 year ago
8a83cf2f AXIS2-6076 some updates on OSGi support however the unit tests are broken and... Robert Lazarski <r****i@g****m> almost 2 years ago
4ed6da3a Bump org.owasp.esapi:esapi
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
almost 2 years ago
a389e4f2 Fix broken HTTP / HTTPS config in the springbootdemo Robert Lazarski <r****i@g****m> almost 2 years ago
e910954a Bump commons-io:commons-io from 2.17.0 to 2.18.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
almost 2 years ago
af82f167 Fix and update the springbootdemo Robert Lazarski <r****i@g****m> almost 2 years ago
cf4ba493 Bump com.icegreen:greenmail from 2.1.0 to 2.1.1
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
almost 2 years ago
089f9792 Bump spring.version from 6.1.14 to 6.2.0
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
almost 2 years ago
e288b46f Remove unused parent pom.xml var to support the commented out dependency jsr3... Robert Lazarski <r****i@g****m> almost 2 years ago
dabdb1a4 site-deploy is not finding our JavaDoc, so fix that with some maven-resources... Robert Lazarski <r****i@g****m> almost 2 years ago
f18df761 Bump activemq.version from 6.1.3 to 6.1.4
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
almost 2 years ago
44ed7a57 AXIS2-5929 REST GET request using Accept HTTP Header to indicate JSON, does n... Robert Lazarski <r****i@g****m> almost 2 years ago
a1ea6835 AXIS2-5929 REST GET request using Accept HTTP Header to indicate JSON, does n... Robert Lazarski <r****i@g****m> almost 2 years ago
eb64b9dc AXIS2-5964 AbstractJSONMessageFormatter NOT using CharSetEncoding when reding... Robert Lazarski <r****i@g****m> almost 2 years ago
ba831240 AXIS2-5964 AbstractJSONMessageFormatter NOT using CharSetEncoding when reding... Robert Lazarski <r****i@g****m> almost 2 years ago
e6cb77bb Bump tomcat.version from 11.0.0 to 11.0.1
Signed-off-by: dependabot[bot] <s****t@g****m>
dependabot[bot] <4****]@u****m>
Committed by: Andreas Veithen <a****n@g****m>
almost 2 years ago
20eff9e9 merge Merge pull request #796 from cortlepp/fix/AXIS2-6044 robertlazarski <5****i@u****m>
Committed by: GitHub <n****y@g****m>
almost 2 years ago

← Back to repository