[cxf] branch main updated: Fix tests with Java11

2023-04-26 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git The following commit(s) were added to refs/heads/main by this push: new 8a706ea483 Fix tests with Java11 8a706ea483 is

[cxf] 02/04: Make the default for http servers to enable http/2 when possible. Provide way for client to force to http/2 ahead of time.

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 069b9ec61876f81ed78b87ed0927a3033a5603f2 Author: Daniel Kulp AuthorDate: Fri Mar 17 12:50:19 2023 -0400 Make the

[cxf] 03/04: Fix NullPointerException when reactive clients are configured with SSL/TLS, add tests (#1206)

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 5e7f4272c98df43c37a7a96bbf3cbb3a321cb871 Author: Andriy Redko AuthorDate: Sun Mar 26 20:14:06 2023 -0400 Fix

[cxf] branch 3.6.x-fixes updated (d75a54c236 -> eba0b1be2f)

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a change to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git from d75a54c236 Make the default for http servers to enable http/2 when possible. Provide way for client to force to

[cxf] 01/04: Introduce new HTTP conduit based on javax.net.http.HttpClient which supports HTTP/2 without additional deps

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 1e7169c627d6908118f99dc98d774ffb53dd38c6 Author: Daniel Kulp AuthorDate: Fri Mar 17 07:49:01 2023 -0400 Introduce

[cxf] 04/04: Fix tests with Java11

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit eba0b1be2f33b250956beab6bd4a371f6c55fb05 Author: Daniel Kulp AuthorDate: Tue Apr 25 18:09:59 2023 -0400 Fix tests

[cxf] branch 3.6.x-fixes updated: Make the default for http servers to enable http/2 when possible. Provide way for client to force to http/2 ahead of time.

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git The following commit(s) were added to refs/heads/3.6.x-fixes by this push: new d75a54c236 Make the default for http

[cxf] 01/04: Bump okhttp from 4.10.0 to 4.11.0 (#1250)

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 3c08e505cd219365a9473bd98a460c93041c358f Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.

[cxf] 02/04: Only print the first four log entries

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit d79627db1842e791154eb49461b4ceed374dcdd5 Author: Daniel Kulp AuthorDate: Tue Apr 25 09:04:54 2023 -0400 Only

[cxf] 04/04: Recording .gitmergeinfo Changes

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit e3b97c8fb3a26a7604234b93c3c4a93ed7227cc5 Author: Daniel Kulp AuthorDate: Tue Apr 25 13:10:18 2023 -0400 Recording

[cxf] 03/04: Remove SSLv3Test as it's testing stuff that has been removed from recent JDK's and is testing insecure operation

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 4e25650e84daa3293ce20c65b572b8f7de05c8a8 Author: Daniel Kulp AuthorDate: Tue Apr 25 13:07:28 2023 -0400 Remove

[cxf] branch 3.6.x-fixes updated (5e7433512c -> e3b97c8fb3)

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a change to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git from 5e7433512c Fix spring boot sys tests new 3c08e505cd Bump okhttp from 4.10.0 to 4.11.0 (#1250) new

[cxf] branch main updated: Remove SSLv3Test as it's testing stuff that has been removed from recent JDK's and is testing insecure operation

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git The following commit(s) were added to refs/heads/main by this push: new db80012a67 Remove SSLv3Test as it's testing stuff

[cxf] 39/39: Fix spring boot sys tests

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 5e7433512c2b4ca1d0dc3329926ed154e9678924 Author: Daniel Kulp AuthorDate: Tue Apr 25 11:56:27 2023 -0400 Fix

[cxf] 31/39: Bump logback-classic from 1.4.6 to 1.4.7 (#1241)

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 8aad9a1fed5b7f924270c9054cfe50255a17595e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.

[cxf] 21/39: When running a test within Eclipse or other IDE, try to pickup the same logging.properties file that mvn would use

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 2b8842320a6cabcb95aec8476e34fdc4ce4525e1 Author: Daniel Kulp AuthorDate: Wed Mar 15 14:28:40 2023 -0400 When

[cxf] 33/39: Recording .gitmergeinfo Changes

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 09533cb78f2017377a73cd5a70c42feaece7a77f Author: Daniel Kulp AuthorDate: Mon Apr 24 14:04:44 2023 -0400 Recording

[cxf] 36/39: Remove java8 stuff

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 8d9fc52e6b9ddbf636885ff0be4ea36d094bee21 Author: Daniel Kulp AuthorDate: Tue Apr 25 07:17:04 2023 -0400 Remove

[cxf] 18/39: Update the ServletRequest adapters to implement getContentLengthLong instead of throw exception

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 1bfb87f1c028a36b617435ae19b15aaedcb8b0ba Author: Daniel Kulp AuthorDate: Wed Mar 15 14:21:16 2023 -0400 Update

[cxf] 19/39: Use the first cache provider. When debugging in eclipse, there are sometimes multiple providers which triggers an exception.

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 1c053052adf61adb14073fb2be9bbe73ae40505f Author: Daniel Kulp AuthorDate: Wed Mar 15 14:23:22 2023 -0400 Use the

[cxf] 15/39: Bump logback-classic from 1.4.5 to 1.4.6 (#1189)

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 0ae2d5596481b09ec195cfae96af3f63b2ca479e Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.

[cxf] 14/39: Update some plugins

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit ba48072b39a32d22b2d1323767cfd26daebd430d Author: Daniel Kulp AuthorDate: Mon Mar 13 09:42:39 2023 -0400 Update

[cxf] 32/39: Bump maven-plugin-annotations from 3.8.1 to 3.8.2 (#1251)

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 740c1aaad57a59ba66a9a2147d8be1737b924aa0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.

[cxf] 17/39: Some implementations may not return the full size of the message as "available" so make sure we load the entire thing

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 2279fcb96413302d9875d450283d9231bf0ce31b Author: Daniel Kulp AuthorDate: Wed Mar 15 14:18:38 2023 -0400 Some

[cxf] 11/39: Update to use non-depracated APIs

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 9a6a39f27c261f8bf00d94dd20db922c5675c6a5 Author: Daniel Kulp AuthorDate: Wed Feb 15 10:57:16 2023 +0100 Update to

[cxf] 09/39: Try to fix ws-discovery test on MacOS with vpn turned on

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 9d3cbdb8b30745e1820c7d8a6f904d7b6ca7f08a Author: Daniel Kulp AuthorDate: Wed Feb 15 10:36:25 2023 +0100 Try to

[cxf] 20/39: The ConnectException itself may have a cause so don't skip over it.

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 639959d8dad6d3d02747faf6ba913d9ee9645329 Author: Daniel Kulp AuthorDate: Wed Mar 15 14:28:01 2023 -0400 The

[cxf] 10/39: Couple of minor version updates

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit cf4cf71fcac2f2f872f8c0620ef44f3e44a30108 Author: Daniel Kulp AuthorDate: Wed Feb 15 10:40:07 2023 +0100 Couple of

[cxf] 06/39: Allow building with maven 4 (#1038)

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 3678d853f696a7c23de57b2c68dcf0e738c24cd2 Author: Guillaume Nodet AuthorDate: Sat Dec 10 02:48:38 2022 +0100 Allow

[cxf] 27/39: Bump atmosphere-runtime from 3.0.2 to 3.0.3 (#1196)

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit a618b7583dee9cba94debbad1c244556697494bd Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.

[cxf] 12/39: Update pmd version

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit eff76728e1e914a267987cd047d52f8ca66db598 Author: Daniel Kulp AuthorDate: Mon Apr 24 13:48:49 2023 -0400 Update

[cxf] 30/39: Bump woodstox-core from 6.5.0 to 6.5.1 (#1240)

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit dc04e17b532e96b269e3b05a8d757ad284abc3f0 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.

[cxf] 35/39: Build failures/pmd fixes

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 6789099cdd3464ddb73c1976aae150327ff55106 Author: Daniel Kulp AuthorDate: Mon Apr 24 17:41:50 2023 -0400 Build

[cxf] 38/39: Revert logback version upgrade

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit eeed584b8134dad9ca9ddb059f54c360b7005794 Author: Daniel Kulp AuthorDate: Tue Apr 25 11:18:08 2023 -0400 Revert

[cxf] 37/39: Fix PMD errors

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 0b20ca6a6c3fa3f8a0a6961b51373025279b5810 Author: Daniel Kulp AuthorDate: Tue Apr 25 08:22:59 2023 -0400 Fix PMD

[cxf] 28/39: Bump commons-jexl3 from 3.2.1 to 3.3 (#1212)

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 264b9a1dfa2241d7dc4d30a5520ef405fd36e9c9 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.

[cxf] 34/39: Fix netty-server build

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 81af252a18835f9118249eac2cc87abb4e9d3506 Author: Daniel Kulp AuthorDate: Mon Apr 24 14:24:41 2023 -0400 Fix netty

[cxf] 13/39: Since we only support java11+, we can simplify build and just build the java11+ version

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit c9c1c375e3a923b2539acae01fa1b971e0b151d4 Author: Daniel Kulp AuthorDate: Mon Mar 13 09:39:44 2023 -0400 Since we

[cxf] 25/39: Add a configuration entry to allow specifying HTTP version client should use

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 59b33d4a326016f2b4a861e408c7de06cd895362 Author: Daniel Kulp AuthorDate: Fri Mar 17 07:46:06 2023 -0400 Add a

[cxf] 29/39: Bump cxf.maven.core.version from 3.6.3 to 3.9.1 (#1194)

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit a800acea3171118cdfb058bcb942e31d7bfd9b82 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.

[cxf] 01/39: Update logback classic version

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 1abade949dd09d2c4d301c65fc237a01ef870e34 Author: Daniel Kulp AuthorDate: Thu Dec 8 16:00:23 2022 -0500 Update

[cxf] 23/39: The header map should be case insensitive

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 163b3fe30093c41d605c84df76867a89c5c45443 Author: Daniel Kulp AuthorDate: Thu Mar 16 15:28:35 2023 -0400 The

[cxf] 08/39: Recording .gitmergeinfo Changes

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 4e49ccab53e40384a5bc3cd966b7a8f2636dcbb3 Author: Daniel Kulp AuthorDate: Mon Apr 24 13:35:02 2023 -0400 Recording

[cxf] 26/39: Bump cxf.slf4j.version from 2.0.6 to 2.0.7 (#1195)

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit c4fe4d070b65aedcca7d64797e7efe1a88a6cf50 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.

[cxf] 22/39: Move a test to inProcess on all platforms and make it quiet

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 7fe157b7b80ecd7c2c5003f6b2207db1b75306dc Author: Daniel Kulp AuthorDate: Wed Mar 15 14:30:09 2023 -0400 Move a

[cxf] 24/39: Reduce the session timouts so test doesn't sit there doing nothing for 30 seconds

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 1becd29db3bdb4106b4e7104e4212b0c83d4ff55 Author: Daniel Kulp AuthorDate: Fri Mar 17 07:45:00 2023 -0400 Reduce

[cxf] 16/39: The newer msv polutes the config for the CatalogManger. Try to reset to avoid some System.err output

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 223aa652a4e39bf511ed7cf0fe32556fc140d476 Author: Daniel Kulp AuthorDate: Tue Mar 14 08:13:13 2023 -0400 The newer

[cxf] branch 3.6.x-fixes updated (b2ec57436a -> 5e7433512c)

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a change to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git from b2ec57436a Bump snakeyaml from 1.33 to 2.0 (#1180) new 1abade949d Update logback classic version new

[cxf] 07/39: Don't need to talk about java8 issues

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 16abd42faf056ed43e3310a45ce1a42f75b446cf Author: Daniel Kulp AuthorDate: Mon Dec 12 15:37:55 2022 -0500 Don&#

[cxf] 03/39: Update httpcomponents versions

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 4a7a8b57e712dd05e187cf4de6fd58b9b1236847 Author: Daniel Kulp AuthorDate: Thu Dec 8 16:03:51 2022 -0500 Update

[cxf] 02/39: Upgrade to latest derby

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 80e82a53cc4efe5eb9649de614c51fa07b5b8be3 Author: Daniel Kulp AuthorDate: Thu Dec 8 16:02:31 2022 -0500 Upgrade to

[cxf] 05/39: Latest slf4j

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit 56b9c7017c30cda588bd446aa9a22b60c6aae416 Author: Daniel Kulp AuthorDate: Thu Dec 8 16:05:13 2022 -0500 Latest

[cxf] 04/39: Latest atmosphere

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch 3.6.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git commit b3bad8f124bc8659dd4ba0286cd6752c4f928cb7 Author: Daniel Kulp AuthorDate: Thu Dec 8 16:04:38 2022 -0500 Latest

[cxf-build-utils] branch main updated (4022cdc -> c2b1dea)

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cxf-build-utils.git from 4022cdc Merge pull request #37 from apache/dependabot/maven/org.apache.maven.plugins-maven-project-info

[cxf] branch main updated: Only print the first four log entries

2023-04-25 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git The following commit(s) were added to refs/heads/main by this push: new 480363f105 Only print the first four log entries

[cxf] 08/12: The header map should be case insensitive

2023-03-17 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit e1cef2226fe7f6277d7e50be1775db126396861c Author: Daniel Kulp AuthorDate: Thu Mar 16 15:28:35 2023 -0400 The header map

[cxf] branch main updated (5b3d920b88 -> a4bdbdd4dd)

2023-03-17 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git from 5b3d920b88 Bump maven-compiler-plugin from 3.10.1 to 3.11.0 (#1193) new abff44aacd The newer msv polutes the config

[cxf] 11/12: Introduce new HTTP conduit based on javax.net.http.HttpClient which supports HTTP/2 without additional deps

2023-03-17 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit 9b36a4bc996615e0ed02795c74167586a2bb11df Author: Daniel Kulp AuthorDate: Fri Mar 17 07:49:01 2023 -0400 Introduce new

[cxf] 05/12: The ConnectException itself may have a cause so don't skip over it.

2023-03-17 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit 861a19e04a9af02ae80e56c2be902a57f728aad9 Author: Daniel Kulp AuthorDate: Wed Mar 15 14:28:01 2023 -0400 The

[cxf] 10/12: Add a configuration entry to allow specifying HTTP version client should use

2023-03-17 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit 9dc7971b40b69faabf63f5383677da8a7c659f93 Author: Daniel Kulp AuthorDate: Fri Mar 17 07:46:06 2023 -0400 Add a

[cxf] 03/12: Update the ServletRequest adapters to implement getContentLengthLong instead of throw exception

2023-03-17 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit 365932977e4c97b34ca6de47425fd60054d91511 Author: Daniel Kulp AuthorDate: Wed Mar 15 14:21:16 2023 -0400 Update the

[cxf] 07/12: Move a test to inProcess on all platforms and make it quiet

2023-03-17 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit 400b721be3d7d7b341a412722e20158b43a47f34 Author: Daniel Kulp AuthorDate: Wed Mar 15 14:30:09 2023 -0400 Move a test to

[cxf] 09/12: Reduce the session timouts so test doesn't sit there doing nothing for 30 seconds

2023-03-17 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit 9c19cb8a5912ef62ae730c5d7aa385168762e637 Author: Daniel Kulp AuthorDate: Fri Mar 17 07:45:00 2023 -0400 Reduce the

[cxf] 12/12: Make the default for http servers to enable http/2 when possible. Provide way for client to force to http/2 ahead of time.

2023-03-17 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit a4bdbdd4ddf9c1a202c7085ebc59fb73ef96db07 Author: Daniel Kulp AuthorDate: Fri Mar 17 12:50:19 2023 -0400 Make the default

[cxf] 06/12: When running a test within Eclipse or other IDE, try to pickup the same logging.properties file that mvn would use

2023-03-17 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit 3acb68077fd7c47a5297e337de61e60d4ebb0c7b Author: Daniel Kulp AuthorDate: Wed Mar 15 14:28:40 2023 -0400 When running a

[cxf] 02/12: Some implementations may not return the full size of the message as "available" so make sure we load the entire thing

2023-03-17 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit 3df44aacd81e8474a51c9b3153318dced008ab1a Author: Daniel Kulp AuthorDate: Wed Mar 15 14:18:38 2023 -0400 Some

[cxf] 04/12: Use the first cache provider. When debugging in eclipse, there are sometimes multiple providers which triggers an exception.

2023-03-17 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit 974abab51a7d3d38eb4bbfa60df1f9f18a222c7f Author: Daniel Kulp AuthorDate: Wed Mar 15 14:23:22 2023 -0400 Use the first

[cxf] 01/12: The newer msv polutes the config for the CatalogManger. Try to reset to avoid some System.err output

2023-03-17 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit abff44aacdf1a1e5fe99e030d872d996017a1065 Author: Daniel Kulp AuthorDate: Tue Mar 14 08:13:13 2023 -0400 The newer msv

[cxf] branch main updated (5fce64a7f6 -> 3d5564dbff)

2023-03-13 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git from 5fce64a7f6 Bump dependency-check-maven from 8.1.0 to 8.1.2 (#1174) new 2d955cf656 Since we only support java11+, we

[cxf] 01/03: Since we only support java11+, we can simplify build and just build the java11+ version

2023-03-13 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit 2d955cf656f11a3de72f200f086fe54448f65fdf Author: Daniel Kulp AuthorDate: Mon Mar 13 09:39:44 2023 -0400 Since we only

[cxf] 03/03: Fix some checkstyle/pmd issues

2023-03-13 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit 3d5564dbff38b782837e291871cd210351acbfc2 Author: Daniel Kulp AuthorDate: Mon Mar 13 09:42:51 2023 -0400 Fix some

[cxf] 02/03: Update some plugins

2023-03-13 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit 33542661c579f7fffe5dd844c9b92edfc6816bd7 Author: Daniel Kulp AuthorDate: Mon Mar 13 09:42:39 2023 -0400 Update some

[cxf] branch main updated: Use slightly older tycho if testing various modules with java11

2023-02-16 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git The following commit(s) were added to refs/heads/main by this push: new 6edb241db2 Use slightly older tycho if testing various

[cxf] branch main updated: Minor cleanup of some warnings

2023-02-15 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git The following commit(s) were added to refs/heads/main by this push: new cf3d2a8efd Minor cleanup of some warnings cf3d2a8efd is

[cxf] 04/04: Update to use non-depracated APIs

2023-02-15 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit 751980b26229ae7bb3bc239ac18f9b74bb7ecf8c Author: Daniel Kulp AuthorDate: Wed Feb 15 10:57:16 2023 +0100 Update to use

[cxf] branch main updated (077eb3b53a -> 751980b262)

2023-02-15 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git from 077eb3b53a Update Micrometer to 1.10.4 new 73a66684b9 Try to fix ws-discovery test on MacOS with vpn turned on

[cxf] 02/04: Fix a bunch of checkstyle issues

2023-02-15 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit f16a87bdd0cedd82af9d62729c0d7418aa0e81a0 Author: Daniel Kulp AuthorDate: Wed Feb 15 10:39:35 2023 +0100 Fix a bunch of

[cxf] 01/04: Try to fix ws-discovery test on MacOS with vpn turned on

2023-02-15 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit 73a66684b95eaf304ab91e87c8ce22b024829220 Author: Daniel Kulp AuthorDate: Wed Feb 15 10:36:25 2023 +0100 Try to fix ws

[cxf] 03/04: Couple of minor version updates

2023-02-15 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit c7441e5275058a92738d95c876f7090630333f97 Author: Daniel Kulp AuthorDate: Wed Feb 15 10:40:07 2023 +0100 Couple of minor

svn commit: r58872 - /release/cxf/4.0.0/

2022-12-22 Thread dkulp
Author: dkulp Date: Thu Dec 22 13:29:07 2022 New Revision: 58872 Log: Add 4.0.0 Added: release/cxf/4.0.0/ release/cxf/4.0.0/apache-cxf-4.0.0-src.tar.gz (with props) release/cxf/4.0.0/apache-cxf-4.0.0-src.tar.gz.asc release/cxf/4.0.0/apache-cxf-4.0.0-src.tar.gz.sha256

[cxf] annotated tag cxf-4.0.0 created (now 9914621a3d)

2022-12-18 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a change to annotated tag cxf-4.0.0 in repository https://gitbox.apache.org/repos/asf/cxf.git at 9914621a3d (tag) tagging 02310e95fe74c0c031f540f3284e4a9bd856ced2 (commit) replaces cxf-3.5.0 by Daniel

[cxf] 03/03: Fix js_browser_client_java_first sample

2022-12-15 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit ea7d512f753c5db9be260f47f68fd134c013490b Author: Daniel Kulp AuthorDate: Thu Dec 15 12:51:36 2022 -0500 Fix

[cxf] 01/03: Need to call getConnector in order for the port to be opened and started

2022-12-15 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit 352adc456a199854ff9b80fa27d9d53e8a3dbc98 Author: Daniel Kulp AuthorDate: Thu Dec 15 10:51:26 2022 -0500 Need to call

[cxf] 02/03: Couple more can work with Java11

2022-12-15 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit 6dfaa3dc68347b418bab519bff3247a0551655fa Author: Daniel Kulp AuthorDate: Thu Dec 15 10:53:22 2022 -0500 Couple more can

[cxf] branch main updated (d837b841f2 -> ea7d512f75)

2022-12-15 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git from d837b841f2 Update Mockito to 4.10.0 new 352adc456a Need to call getConnector in order for the port to be opened and

svn commit: r58705 - in /release/cxf: 3.4.10/ 3.5.5/

2022-12-13 Thread dkulp
Author: dkulp Date: Tue Dec 13 16:22:42 2022 New Revision: 58705 Log: Add 3.5.5 and 3.4.10 Added: release/cxf/3.4.10/ release/cxf/3.4.10/apache-cxf-3.4.10-src.tar.gz (with props) release/cxf/3.4.10/apache-cxf-3.4.10-src.tar.gz.asc release/cxf/3.4.10/apache-cxf-3.4.10

[cxf] branch main updated: Bunch more examples work with java11

2022-12-13 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git The following commit(s) were added to refs/heads/main by this push: new 83d19ef010 Bunch more examples work with java11

[cxf] branch main updated: jms_spring_config at least works, but client hangs on completion

2022-12-13 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git The following commit(s) were added to refs/heads/main by this push: new 9e15038746 jms_spring_config at least works, but client

[cxf] 01/05: handlers need SAAJ

2022-12-12 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit cfc5049c2e3205fcdc0cf2c04b9fb80cc2aa431f Author: Daniel Kulp AuthorDate: Mon Dec 12 15:28:54 2022 -0500 handlers need

[cxf] 03/05: Don't need to talk about java8 issues

2022-12-12 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit b1a512265c4a646912ec057eff24eb269e7bfe26 Author: Daniel Kulp AuthorDate: Mon Dec 12 15:37:55 2022 -0500 Don't ne

[cxf] 02/05: js_provider uses provider API and thus needs SAAJ

2022-12-12 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit 0ecf85b387b5def229a997c60416f37cd987e8f3 Author: Daniel Kulp AuthorDate: Mon Dec 12 15:33:23 2022 -0500 js_provider uses

[cxf] 04/05: dynamic_client needs xjc to compile the schema

2022-12-12 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit 19667e3aedadd5204d2356be758a1e2204e60ced Author: Daniel Kulp AuthorDate: Mon Dec 12 16:01:15 2022 -0500 dynamic_client

[cxf] branch main updated (b0f9122a9e -> 34430af229)

2022-12-12 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git from b0f9122a9e jaxws_async can use java11 new cfc5049c2e handlers need SAAJ new 0ecf85b387 js_provider uses provider

[cxf] 05/05: Bunch of samples can work with java11

2022-12-12 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit 34430af2299ae57407e61a759f8ef88f54493bb2 Author: Daniel Kulp AuthorDate: Mon Dec 12 16:06:14 2022 -0500 Bunch of samples

[cxf] branch main updated (51031dd392 -> b0f9122a9e)

2022-12-12 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git from 51031dd392 Fix jms_queue sample new f51d661070 java_first_jaxws does not need java17 new 98fee994fc dispatch API

[cxf] 03/03: jaxws_async can use java11

2022-12-12 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit b0f9122a9ecc9dc48a49072e54c8fa1a59c59eb3 Author: Daniel Kulp AuthorDate: Mon Dec 12 15:25:19 2022 -0500 jaxws_async can

[cxf] 01/03: java_first_jaxws does not need java17

2022-12-12 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit f51d661070bef444f4bf85010b4d0cb5ab906e69 Author: Daniel Kulp AuthorDate: Mon Dec 12 14:48:48 2022 -0500 java_first_jaxws

[cxf] 02/03: dispatch API needs and saaj implementation

2022-12-12 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit 98fee994fc05cf2d6a563f995aeaae4f25e54d35 Author: Daniel Kulp AuthorDate: Mon Dec 12 15:24:50 2022 -0500 dispatch API

[cxf] branch main updated: Fix jms_queue sample

2022-12-12 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git The following commit(s) were added to refs/heads/main by this push: new 51031dd392 Fix jms_queue sample 51031dd392 is described

[cxf] 02/02: Minor checkstyle updates

2022-12-12 Thread dkulp
This is an automated email from the ASF dual-hosted git repository. dkulp pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cxf.git commit a43d30df5cc78535812339bec9663c4d60241d79 Author: Daniel Kulp AuthorDate: Mon Dec 12 14:26:54 2022 -0500 Minor checkstyle

<    1   2   3   4   5   6   7   8   9   10   >