[cxf-fediz] 01/01: Merge pull request #78 from apache/coheigea/spring-sec

2022-12-19 Thread coheigea
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit 1604368768ee6a23dbbbaea5656432f379f36ff1
Merge: 46a89924 cd1261ba
Author: Colm O hEigeartaigh 
AuthorDate: Tue Dec 20 05:46:09 2022 +

Merge pull request #78 from apache/coheigea/spring-sec

Updating Spring Security to 5.6.10

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



[cxf-fediz] branch main updated (46a89924 -> 16043687)

2022-12-19 Thread coheigea
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


from 46a89924 [maven-release-plugin] prepare for next development iteration
 add cd1261ba Updating Spring Security to 5.6.10
 new 16043687 Merge pull request #78 from apache/coheigea/spring-sec

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



svn commit: r1081821 - in /websites/production/cxf/content: cache/docs.pageCache docs/application-server-specific-configuration-guide.html

2022-12-19 Thread buildbot
Author: buildbot
Date: Tue Dec 20 05:42:55 2022
New Revision: 1081821

Log:
Production update by buildbot for cxf

Modified:
websites/production/cxf/content/cache/docs.pageCache

websites/production/cxf/content/docs/application-server-specific-configuration-guide.html

Modified: websites/production/cxf/content/cache/docs.pageCache
==
Binary files - no diff available.

Modified: 
websites/production/cxf/content/docs/application-server-specific-configuration-guide.html
==
--- 
websites/production/cxf/content/docs/application-server-specific-configuration-guide.html
 (original)
+++ 
websites/production/cxf/content/docs/application-server-specific-configuration-guide.html
 Tue Dec 20 05:42:55 2022
@@ -110,11 +110,11 @@ Apache CXF -- Application Server Specifi


 This document provides app server-specific 
configuration information for running Apache CXF./**/
+/*]]>*/
 JBoss
 Application ServerSpringBootWebLogic
 Put 
jars in endorsed folderPack
 war in an ear, deploy the ear with weblogic-application.xml
 Websphere
@@ -139,7 +139,7 @@ div.rbtoc1671511368399 li {margin-left:
 
 
 
-this approach offers the fastest route to deploying CXF apps on 
JBoss AS; the drawback is that no special ws integration with JBoss AS 
internals is availablerely on JBossWS integration and the 
Apache CXF libraries included in the application server (https://docs.jboss.org/author/display/AS71/Webservices%20reference%20guide.html";
 rel="nofollow">documentation): this implies removing any Apache CXF libs 
from the ws deployment as well as any other dependencies which is already 
included in JBoss AS (including any Java EE API jar); if included, the optional 
web.xml descriptor is to be rewritten according to JBossWS convention (see https://docs.jboss.org/author/display/AS71/JAX-WS%20User%20Guide.htmlGuide";
 rel="nofollow">documentation); the Spring support is optional in JBoss AS 
and Spring based endpoint declaration is not the default/preferred 
configuration 
 approach for ws endpoints, hence users willing to declare endpoints using 
Spring needs to create a org.springframework.spring module and put their 
endpoint declarations in a jbossws-cxf.xml descriptor; if the user application 
makes use of any lib besides tha JavaEE api, proper module https://docs.jboss.org/author/display/AS71/Class%20Loading%20in%20AS7.html";
 rel="nofollow">dependencies are to be declared either using the 
jboss-deployment-structure.xml descriptor or the archive MANIFEST.MF (few 
directions on ws modules available https://docs.jboss.org/author/display/AS71/JBoss%20Modules%20and%20WS%20applications.html";
 rel="nofollow">here)The second approach allows leveraging the 
full JavaEE 6 stack (including e.g. JSR-109) as well as specific ws integration 
with JBoss AS internals.SpringBootPlease
 see 
 CXF SpringBoot 
documentation.JAX-WS: see https://github.com/apache/cxf/tree/master/distribution/src/main/release/samples/jaxws_spring_boot";
 rel="nofollow">JAX-WS Spring Boot demo.JAX-RS: 
 see https://github.com/apache/cxf/tree/master/distribution/src/main/release/samples/jax_rs/spring_boot";
 rel="nofollow">JAX-RS Spring Boot and https://github.com/apache/cxf/tree/master/distribution/src/main/release/samples/jax_rs/spring_boot_scan";
 rel="nofollow">JAX-RS Spring Boot Scan demos.WebLogicThere 
are two ways to deploy a CXF WAR archive in WebLogic. (Note: This has 
been validated on WebLogic9.2.)Put jars in endorsed folderPut the 
geronimo-ws-metadata_2.0_spec-1.1.1.jar in the 
$Weblogic_Home/jdk_../jre/lib/endorsed folder.Deploy the CXF war in 
weblogic.(This way is not recommended, since it might break 
the application server itself. The method below is preferred, as it impacts a 
single module only.)Pack
 war in an ear, deploy the ear with 
weblogic-application.xmlCreate a standard J2EE application.xml 
file in the META-INF folder. (Take $CXF_HOME/samples/java_first_spring_support 
for example)
+this approach offers the fastest route to deploying CXF apps on 
JBoss AS; the drawback is that no special ws integration with JBoss AS 
internals is availablerely on JBossWS integration and the 
Apache CXF libraries included in the application server (https://docs.jboss.org/author/display/AS71/Webservices%20reference%20guide.html";
 rel="nofollow">documentation): this implies removing any Apache CXF libs 
from the ws deployment as well as any other d

svn commit: r1081820 - in /websites/production/cxf/content: cache/docs.pageCache docs/application-server-specific-configuration-guide.html

2022-12-19 Thread buildbot
Author: buildbot
Date: Tue Dec 20 04:42:52 2022
New Revision: 1081820

Log:
Production update by buildbot for cxf

Modified:
websites/production/cxf/content/cache/docs.pageCache

websites/production/cxf/content/docs/application-server-specific-configuration-guide.html

Modified: websites/production/cxf/content/cache/docs.pageCache
==
Binary files - no diff available.

Modified: 
websites/production/cxf/content/docs/application-server-specific-configuration-guide.html
==
--- 
websites/production/cxf/content/docs/application-server-specific-configuration-guide.html
 (original)
+++ 
websites/production/cxf/content/docs/application-server-specific-configuration-guide.html
 Tue Dec 20 04:42:52 2022
@@ -59,7 +59,7 @@ Apache CXF -- Application Server Specifi
  
 
   
-http://cxf.apache.org/"; title="Apache CXF"> Apache CXF http://www.apache.org/"; 
title="The Apache Software Foundation"> https://apache.org/img/asf_logo.png"; 
data-image-src="https://apache.org/img/asf_logo.png";> <
 /tr>
+http://cxf.apache.org/"; title="Apache CXF"> Apache CXF http://www.apache.org/"; 
title="The Apache Software Foundation"> https://apache.org/img/asf_logo.png"; 
data-image-src="https://apache.org/img/asf_logo.png";>
  
   
   
 
@@ -99,7 +99,7 @@ Apache CXF -- Application Server Specifi
 OverviewHow-TosFrontendsDataBindingsTransportsConfigurationDebugging and LoggingToolsRESTful ServicesWSDL BindingsService RoutingDynamic LanguagesWS-* SupportAdvanced IntegrationDeploymentUse of Schemas and 
NamespacesSearchhttps://cxf.apache.org/resources/search.htm"; name="SearchIFrame" 
width="200px" style="border:none;" title="Search" height="60px">
 
 
-http://cxf.apache.org/javadoc/latest-3.5.x/";>API 3.5.x 
(Javadoc)http://cxf.apache.org/javadoc/latest-3.2.x/";>API 3.2.x 
(Javadoc)http://cxf.apache.org/javadoc/latest-3.1.x/";>API 3.1.x 
(Javadoc)http://cxf.apache.org/";>CXF 
Websitehttps://www.apache.org/events/current-event.html";> 
https://www.apache.org/events/current-event-125x125.png"; 
data-image-src="https://www.apache.org/events/current-event-125x125.png";>
 
+http://cxf.apache.org/javadoc/latest-3.5.x/";>API 3.5.x 
(Javadoc)http://cxf.apache.org/javadoc/latest-3.2.x/";>API 3.2.x 
(Javadoc)http://cxf.apache.org/javadoc/latest-3.1.x/";>API 3.1.x 
(Javadoc)http://cxf.apache.org/";>CXF 
Websitehttps://www.apache.org/events/current-event.html";> 
https://www.apache.org/events/current-event-125x125.png"; 
data-image-src="https://www.apache.org/events/current-event-125x125.png";>
 
 
   
   
@@ -110,11 +110,11 @@ Apache CXF -- Application Server Specifi


 This document provides app server-specific 
configuration information for running Apache CXF./**/
+/*]]>*/
 JBoss
 Application ServerSpringBootWebLogic
 Put 
jars in endorsed folderPack
 war in an ear, deploy the ear with weblogic-application.xml
 Websphere
@@ -130,7 +130,7 @@ div.rbtoc1651074181731 li {margin-left:
 
 
 Integration
 with Application Server FAQResources
-JBoss 
Application ServerJBoss Application Server (JBoss AS) comes with its 
own webservices stack (JBossWS) in order for providing full JavaEE support. Starting from JBoss AS 6 M4, the default webservices stack is 
internally based on Apache CXF; as a consequence users might experiment 
classloading issues with classes from both the CXF libraries and its 
dependencies if included in deployments and not properly isolated. Please refer 
to the relevant JBoss AS documentation for details on how to turn on 
classloading isolation on the application server version in use.In 
particular, when willing to run Apache CXF based applications on top of JBoss 
AS 7 series, users have basically two options:use JBoss AS as if 
it was a servlet container with no WS functionalities: this basically implies 
disabling the webservices subsystem for the user deployment, hence preventing
  the AS webservices stack from processing the ws endpoint deployment and 
letting the CXF libs included in the archive deal with any WS invocations when 
CXFServlet is hit; the webservices subsystem is turned off by adding a 
jboss-deployment-structure.xml as follows to the ws endpoint 
deployment:
+JBoss 
Application ServerJBoss Application Server (JBoss AS) comes with its 
own webservices stack (JBossWS) in order for providing full JavaEE support.Starting from JBoss AS 6 M4, the default webservices stack is

[cxf-fediz] 01/01: Updating Spring Security to 5.6.10

2022-12-19 Thread coheigea
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch coheigea/spring-sec
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit cd1261bac98837b72dcc4b8f10f93a83ecc1f93f
Author: Colm O hEigeartaigh 
AuthorDate: Tue Dec 20 03:51:36 2022 +

Updating Spring Security to 5.6.10
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c33b2fa0..7a0a32f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
 1.7.36
 5.3.23
 2.4.1
-5.6.9
+5.6.10
 2.5.1.RELEASE
 9.0.69
 2.0.2



[cxf-fediz] branch coheigea/spring-sec created (now cd1261ba)

2022-12-19 Thread coheigea
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a change to branch coheigea/spring-sec
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


  at cd1261ba Updating Spring Security to 5.6.10

This branch includes the following new commits:

 new cd1261ba Updating Spring Security to 5.6.10

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.




[cxf] 03/03: Update Spring Security to 5.6.10

2022-12-19 Thread reta
This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 7ed3afca7b5436dbcecc1ce7ea6d8de232a54ace
Author: Andriy Redko 
AuthorDate: Mon Dec 19 21:02:10 2022 -0500

Update Spring Security to 5.6.10
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 51b821a788..a58be8d9ba 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -205,7 +205,7 @@
 2.3.6.RELEASE
 spring-test
 1.2.1
-5.6.9
+5.6.10
 5.3.22
 1.8.3
 4.15.5



[cxf] 01/03: Update Dropwizard Metrics to 4.2.14

2022-12-19 Thread reta
This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 204f2b1e7f8c850af25b57bb9ffe461a3e116584
Author: Andriy Redko 
AuthorDate: Mon Dec 19 19:43:16 2022 -0500

Update Dropwizard Metrics to 4.2.14

(cherry picked from commit 1359339d23142652298e653ee8153114221b27c5)

# Conflicts:
#   parent/pom.xml
(cherry picked from commit 4aa61e9f22fb328c9f67c60ff20cc5a57be680b8)
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 3454cc863a..51b821a788 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -104,7 +104,7 @@
 10.14.2.0
 2.1.3
 3.2.6
-4.2.13
+4.2.14
 3.9.3
 3.0.3
 3.0.2



[cxf] branch 3.5.x-fixes updated (f05dbf194b -> 7ed3afca7b)

2022-12-19 Thread reta
This is an automated email from the ASF dual-hosted git repository.

reta pushed a change to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


from f05dbf194b Update Project Reactor to 3.4.26
 new 204f2b1e7f Update Dropwizard Metrics to 4.2.14
 new de071bf933 Recording .gitmergeinfo Changes
 new 7ed3afca7b Update Spring Security to 5.6.10

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitmergeinfo  | 4 
 parent/pom.xml | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)



[cxf] 02/03: Recording .gitmergeinfo Changes

2022-12-19 Thread reta
This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.5.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit de071bf9337b05e8e3d63aee9d8129d0a2487efd
Author: Andriy Redko 
AuthorDate: Mon Dec 19 21:01:02 2022 -0500

Recording .gitmergeinfo Changes
---
 .gitmergeinfo | 4 
 1 file changed, 4 insertions(+)

diff --git a/.gitmergeinfo b/.gitmergeinfo
index b9c183da72..de23f02876 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -4,6 +4,7 @@ B 00bbab65e59b8f27366335aec19e50129b7759f0
 B 0233bbf8fb5599639978d8c60b6df12e668d7d6b
 B 044b280cf89fad58502cc27e66022e517d5de577
 B 0da7f36a16fe1bcbcd9b2a64d0bfe2c19d5c319c
+B 0e9ba6cfe143f156721d6f8a1fd38d84946b5e8d
 B 0fd59b2a26240e290fdc646decc4c5c467875f62
 B 12a68910220a3af6fe2d0419a3556320b75c3523
 B 14fde35cbb22f301217be8e1b56ef405eab70682
@@ -101,6 +102,7 @@ M 058bacfe750631f987469b0e1141db158dbd97b4
 M 069f602cb56f5164d8e926f5a0dd2a11b3caf004
 M 10c6232ee9af28bbea549433f5c6e64af470fc1d
 M 11502cd9e0f85ded3ae83b3df7226d2e107159ab
+M 11b688757bf2300cd390a3edfeec1219188dd5e0
 M 132c8fce376a2bb08de5917207cd28531d7e2aff
 M 13c592c7bc7b6861f644e937b3bed555d3ee836b
 M 15063b0f08c66011f24f2d32352200736ee83710
@@ -130,8 +132,10 @@ M 3e83c742e89621b37b4668768918e90b966d17b6
 M 40d34074f87d33e430e1cf0234f3362ffa00b091
 M 410728df7c306a759afb74e51c609ccac86920b5
 M 4a28f6cb1c9451dc7bcb62324f19d9c5af216040
+M 4aa61e9f22fb328c9f67c60ff20cc5a57be680b8
 M 4ef710250f5bb21bbcd3c5fd672543b06c1acb73
 M 512d8c7050eaf9696e73eaf029760fe12a65a5d3
+M 518cde6d3edf59738908ef967dd67caa38ecbca4
 M 51a65beda38602ff008c032aa406208df8648422
 M 5566cc4600827e08fda454c5644b9ec81251fbba
 M 56a61325089695721be79eff8afec02095d98783



[cxf] 02/03: Recording .gitmergeinfo Changes

2022-12-19 Thread reta
This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 0e9ba6cfe143f156721d6f8a1fd38d84946b5e8d
Author: Andriy Redko 
AuthorDate: Mon Dec 19 19:50:33 2022 -0500

Recording .gitmergeinfo Changes
---
 .gitmergeinfo | 4 
 1 file changed, 4 insertions(+)

diff --git a/.gitmergeinfo b/.gitmergeinfo
index d7836106b5..847869d3f9 100644
--- a/.gitmergeinfo
+++ b/.gitmergeinfo
@@ -54,6 +54,7 @@ M 079d7ecbdaa87dcb6dbcff530595f128fe6e7519
 M 07a3a8a8b8fb11b05d074cb270d0289602f24f28
 M 07d4d658494ab19860932d6ec83059c7ab9443cb
 M 08f9a8e455896e005c508ab376a55d8edc2cc168
+M 0973afd32b7a5990481eef2324a35cea02a71024
 M 0bfc8552e73a54cf5fe52633be18e81edf1a375d
 M 0e863bb147452ad3819c4ca8456ca8afc46d6b16
 M 106c310b39a5b611cd8b8c2de4b4070e1d52b498
@@ -62,6 +63,7 @@ M 115ae80d516ff6bce8bf12e073cbc0cfc6ed03da
 M 11e88c7b208765b64a4dac129f37d0f9114ec05e
 M 120dd13bdf46dc70f93dd4908711d522454a5492
 M 12817b13d75f2663a5dd5677196c2d5618af7476
+M 1359339d23142652298e653ee8153114221b27c5
 M 14dffc86df075c75517b04da559c74a0001e87a3
 M 150d7b3715028f769ea78f9ddd7d7049038504ed
 M 1654e0d45ac3ccaaa7eb53cc9ede8331424cf2fc
@@ -121,6 +123,7 @@ M 55816278ef52db1170e4ed5bdb1a32007c9e496b
 M 57fc08eb5ce64641b01504747eb277898bd9c47f
 M 594a3bd6741e18d83ee02eb07c9b1cfd3e1dce52
 M 59bd624dabd116f069ea69e039237c29e0af2c0c
+M 5af87bddb070ddd14c56bb3e764a831b32b5e456
 M 5c37d05ec7a26a9e72c5169b1f427087cf123993
 M 60e202dde133752bdf2de35bb8b0ca3dda6113fa
 M 63a2c2bbf4dcba37bd8fe669d35203f8eb0d019b
@@ -202,6 +205,7 @@ M d6e11ccc73ab0bec25d724d81852761d6f53f82f
 M d828d5eeeb3dcdf85832387e5a6fe502f4fd00d7
 M d837b841f280998d56c3dbc2cde3043b51938d8f
 M d849512da6499d00e3e84eb60733a0343a473b44
+M d906a253018c37b36621973a0f4c8b4322cbac64
 M dd4c06bd2dffc77aa3f6a0e4ecd62e05803354e5
 M dec91b4086e0caa44688b50f056c22594983d764
 M ded51b955c67bc232e961200b6dc6b59c07bdf32



[cxf] 03/03: Update Spring Security to 5.8.1

2022-12-19 Thread reta
This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 518cde6d3edf59738908ef967dd67caa38ecbca4
Author: Andriy Redko 
AuthorDate: Mon Dec 19 20:50:34 2022 -0500

Update Spring Security to 5.8.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7b8b44121d..0429b3b6af 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -204,7 +204,7 @@
 2.4.0
 spring-test
 1.2.1
-5.8.0
+5.8.1
 5.3.24
 1.8.3
 4.15.5



[cxf] 01/03: Update Dropwizard Metrics to 4.2.14

2022-12-19 Thread reta
This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 4aa61e9f22fb328c9f67c60ff20cc5a57be680b8
Author: Andriy Redko 
AuthorDate: Mon Dec 19 19:43:16 2022 -0500

Update Dropwizard Metrics to 4.2.14

(cherry picked from commit 1359339d23142652298e653ee8153114221b27c5)

# Conflicts:
#   parent/pom.xml
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1a931d29a8..7b8b44121d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -101,7 +101,7 @@
 10.15.2.0
 2.1.3
 3.2.6
-4.2.13
+4.2.14
 3.9.3
 3.0.3
 3.0.2



[cxf] branch 3.6.x-fixes updated (11b688757b -> 518cde6d3e)

2022-12-19 Thread reta
This is an automated email from the ASF dual-hosted git repository.

reta pushed a change to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


from 11b688757b Fixing jax_rs/spring_boot_scan samples
 new 4aa61e9f22 Update Dropwizard Metrics to 4.2.14
 new 0e9ba6cfe1 Recording .gitmergeinfo Changes
 new 518cde6d3e Update Spring Security to 5.8.1

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitmergeinfo  | 4 
 parent/pom.xml | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)



[cxf] branch main updated (5af87bddb0 -> 1359339d23)

2022-12-19 Thread reta
This is an automated email from the ASF dual-hosted git repository.

reta pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


from 5af87bddb0 Fixing jax_rs/spring_boot_scan samples
 new d906a25301 Update Spring Security to 6.0.1
 new 1359339d23 Update Dropwizard Metrics to 4.2.14

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



[cxf] 01/02: Update Spring Security to 6.0.1

2022-12-19 Thread reta
This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit d906a253018c37b36621973a0f4c8b4322cbac64
Author: Andriy Redko 
AuthorDate: Mon Dec 19 19:41:39 2022 -0500

Update Spring Security to 6.0.1
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c06ba7a045..c8efb24053 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -185,7 +185,7 @@
 3.0.0
 3.0.0
 spring-test
-6.0.0
+6.0.1
 6.0.3
 1.8.3
 4.15.5



[cxf] 02/02: Update Dropwizard Metrics to 4.2.14

2022-12-19 Thread reta
This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 1359339d23142652298e653ee8153114221b27c5
Author: Andriy Redko 
AuthorDate: Mon Dec 19 19:43:16 2022 -0500

Update Dropwizard Metrics to 4.2.14
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index c8efb24053..4cdaf58563 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -82,7 +82,7 @@
 10.16.1.1
 2.1.3
 3.2.6
-4.2.13
+4.2.14
 3.10.0
 3.0.3
 3.0.2



Nexus: Staging Completed

2022-12-19 Thread Nexus Repository Manager
Message from: https://repository.apache.orgDeployer properties:"userAgent" = "Apache-Maven/3.8.4 (Java 1.8.0_352; Mac OS X 10.16)""userId" = "coheigea""ip" = "80.111.56.82"Details:The following artifacts have been staged/org/apache/cxf/fediz/fediz-idp/1.6.1/fediz-idp-1.6.1-sources.jar.asc(SHA1: 8d55f8c0ec06ae709abda108657807451aeab778)/org/apache/cxf/fediz/fediz-idp/1.6.1/fediz-idp-1.6.1.pom.asc(SHA1: 6cd5d5be062c5645dd25ca670f02db82f9e78e5c)/org/apache/cxf/fediz/fediz-idp/1.6.1/fediz-idp-1.6.1.war(SHA1: bffb34752b4947938e2dd258c6fad359801fa2b0)/org/apache/cxf/fediz/fediz-idp/1.6.1/fediz-idp-1.6.1.war.asc(SHA1: 06c47d97f67038ceb88091c2adfcc450b6a59c2f)/org/apache/cxf/fediz/fediz-idp/1.6.1/fediz-idp-1.6.1.pom(SHA1: 5cce90330d4148ee8ddec54dfca0989bc974e457)/org/apache/cxf/fediz/fediz-idp/1.6.1/fediz-idp-1.6.1-classes.jar(SHA1: af55cbc2ca48c15f4276ca566f179cbdbe204b99)/org/apache/cxf/fediz/fediz-idp/1.6.1/fediz-idp-1.6.1-sources.jar(SHA1: 46e2af687a5f186c1ff84aa7511dabe5b71bc29d)/org/apache/cxf/fediz/fediz-idp/1.6.1/fediz-idp-1.6.1-classes.jar.asc(SHA1: 871ac6fd4d09a52907f519f8f385eca7da5b803e)/org/apache/cxf/fediz/examples/jaxrsCxfPluginWebapp/1.6.1/jaxrsCxfPluginWebapp-1.6.1-sources.jar(SHA1: f2d4de6369cebac88eb39243db662409174e4b3c)/org/apache/cxf/fediz/examples/jaxrsCxfPluginWebapp/1.6.1/jaxrsCxfPluginWebapp-1.6.1.war(SHA1: 74be66b400e6bef6fe27842afa17f6fb960790a9)/org/apache/cxf/fediz/examples/jaxrsCxfPluginWebapp/1.6.1/jaxrsCxfPluginWebapp-1.6.1-sources.jar.asc(SHA1: b86b46403fb8af381c1101a1c85142ec8493adac)/org/apache/cxf/fediz/examples/jaxrsCxfPluginWebapp/1.6.1/jaxrsCxfPluginWebapp-1.6.1.war.asc(SHA1: a90d0491046307838e20bfa2450d6518e6d45b18)/org/apache/cxf/fediz/examples/jaxrsCxfPluginWebapp/1.6.1/jaxrsCxfPluginWebapp-1.6.1.pom.asc(SHA1: 709abcb20fd0560f9e3e0437734775a9132130de)/org/apache/cxf/fediz/examples/jaxrsCxfPluginWebapp/1.6.1/jaxrsCxfPluginWebapp-1.6.1.pom(SHA1: c9de06fd66827c892d1136baff16eba4cf5fdbd5)/org/apache/cxf/fediz/examples/jaxrsCxfPluginWebapp/1.6.1/jaxrsCxfPluginWebapp-1.6.1-javadoc.jar.asc(SHA1: 620249633cd2fcbe6de7228a2b1f124b83cd302f)/org/apache/cxf/fediz/examples/jaxrsCxfPluginWebapp/1.6.1/jaxrsCxfPluginWebapp-1.6.1-javadoc.jar(SHA1: 9a5dddfabbcaa47622b091ce8312e144b61eebd9)/org/apache/cxf/fediz/examples/simpleWebapp/1.6.1/simpleWebapp-1.6.1.war(SHA1: 01d8a7a11b73b146c9beffb3ebe527718b8f772b)/org/apache/cxf/fediz/examples/simpleWebapp/1.6.1/simpleWebapp-1.6.1-javadoc.jar(SHA1: 12c9afefa0b1d1b758eb87c427033a0e0b4c4edc)/org/apache/cxf/fediz/examples/simpleWebapp/1.6.1/simpleWebapp-1.6.1-sources.jar.asc(SHA1: e44dfc38944d96585f8b2d612f9d0a0ddc729a0c)/org/apache/cxf/fediz/examples/simpleWebapp/1.6.1/simpleWebapp-1.6.1.war.asc(SHA1: 62e50ac9339b2760d13cee388ab5e36b70e22770)/org/apache/cxf/fediz/examples/simpleWebapp/1.6.1/simpleWebapp-1.6.1-sources.jar(SHA1: 551f3ba77457ed419466f867056c69bb35aac4f5)/org/apache/cxf/fediz/examples/simpleWebapp/1.6.1/simpleWebapp-1.6.1.pom(SHA1: 1232f3a4e939687c666e6e76ead5c35df3ee8a2b)/org/apache/cxf/fediz/examples/simpleWebapp/1.6.1/simpleWebapp-1.6.1.pom.asc(SHA1: 1c1fbc2fdc10d39137c938e71ca263a54c307cea)/org/apache/cxf/fediz/examples/simpleWebapp/1.6.1/simpleWebapp-1.6.1-javadoc.jar.asc(SHA1: 43ba7cc51e7e4986055857219354c5235571e480)/org/apache/cxf/fediz/examples/jaxrsSpringSecurityWebapp/1.6.1/jaxrsSpringSecurityWebapp-1.6.1-javadoc.jar.asc(SHA1: d37bdb96ddd4f07db928078cb43cdfb8e62411ae)/org/apache/cxf/fediz/examples/jaxrsSpringSecurityWebapp/1.6.1/jaxrsSpringSecurityWebapp-1.6.1.pom.asc(SHA1: 9551e175e1b4be0ac7e47247aca3e11ebea0b2b3)/org/apache/cxf/fediz/examples/jaxrsSpringSecurityWebapp/1.6.1/jaxrsSpringSecurityWebapp-1.6.1.war(SHA1: 4a561bc0c9824f13e1815f9b606eef0e8cd9351e)/org/apache/cxf/fediz/examples/jaxrsSpringSecurityWebapp/1.6.1/jaxrsSpringSecurityWebapp-1.6.1-javadoc.jar(SHA1: d16875d4680444706bedd5444398236814fb6bdc)/org/apache/cxf/fediz/examples/jaxrsSpringSecurityWebapp/1.6.1/jaxrsSpringSecurityWebapp-1.6.1.pom(SHA1: 8926dd2b91c95a5b53343040f929719d8c7d2f7c)/org/apache/cxf/fediz/examples/jaxrsSpringSecurityWebapp/1.6.1/jaxrsSpringSecurityWebapp-1.6.1-sources.jar(SHA1: 5f66a1d30334281b68080cc0beb8b686385e04ea)/org/apache/cxf/fediz/examples/jaxrsSpringSecurityWebapp/1.6.1/jaxrsSpringSecurityWebapp-1.6.1-sources.jar.asc(SHA1: cde7264b18814c9b2023713582e71c3347dcee60)/org/apache/cxf/fediz/examples/jaxrsSpringSecurityWebapp/1.6.1/jaxrsSpringSecurityWebapp-1.6.1.war.asc(SHA1: f46db0c5bcc005c7a702ba00cb9ff670c3a2666f)/org/apache/cxf/fediz/examples/wsclientWebapp/webservice/fedizservice/1.6.1/fedizservice-1.6.1-javadoc.jar.asc(SHA1: b686da820819df1b45c6769b52327b53b69e9221)/org/apache/cxf/fediz/examples/wsclientWebapp/webservice/fedizservice/1.6.1/fedizservice-1.6.1-sources.jar(SHA1: 1284c840d7f062a28f2a3443ec0b393e15924771)/org/apache/cxf/fediz/examples/wsclientWebapp/webservice/fedizservice/1.6.1/fedizservice-1.6.1.war(SHA1: 6b971fd7010c10ee197c8f1eab989b0d85b78815)/org/apache/cxf/fediz/examples/wsclientWebapp/webservice/fedizservice/1.6

[cxf-fediz] branch main updated: [maven-release-plugin] prepare for next development iteration

2022-12-19 Thread coheigea
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


The following commit(s) were added to refs/heads/main by this push:
 new 46a89924 [maven-release-plugin] prepare for next development iteration
46a89924 is described below

commit 46a8992458721b95422a032ea58d4df1a5aeaa03
Author: Colm O hEigeartaigh 
AuthorDate: Mon Dec 19 12:48:14 2022 +

[maven-release-plugin] prepare for next development iteration
---
 apache-fediz/pom.xml   | 4 ++--
 examples/jaxrsCxfPluginWebapp/pom.xml  | 6 +-
 examples/jaxrsSimpleWebapp/pom.xml | 6 +-
 examples/jaxrsSpringSecurityWebapp/pom.xml | 6 +-
 examples/pom.xml   | 2 +-
 examples/simpleWebapp/pom.xml  | 7 +--
 examples/springPreauthWebapp/pom.xml   | 6 +-
 examples/springWebapp/pom.xml  | 6 +-
 examples/wsclientWebapp/pom.xml| 7 +--
 examples/wsclientWebapp/webapp/pom.xml | 7 +--
 examples/wsclientWebapp/webservice/common/pom.xml  | 6 +-
 examples/wsclientWebapp/webservice/pom.xml | 6 +-
 examples/wsclientWebapp/webservice/service/pom.xml | 6 +-
 plugins/core/pom.xml   | 6 +-
 plugins/cxf/pom.xml| 6 +-
 plugins/jetty9/pom.xml | 6 +-
 plugins/pom.xml| 2 +-
 plugins/spring/pom.xml | 6 +-
 plugins/tomcat/pom.xml | 6 +-
 pom.xml| 6 +++---
 services/idp-core/pom.xml  | 2 +-
 services/idp/pom.xml   | 2 +-
 services/oidc/pom.xml  | 2 +-
 services/pom.xml   | 2 +-
 services/sts/pom.xml   | 2 +-
 systests/custom/pom.xml| 6 +-
 systests/cxf/pom.xml   | 6 +-
 systests/federation/oidcIdpWebapp/pom.xml  | 6 +-
 systests/federation/pom.xml| 7 +--
 systests/federation/samlIdpWebapp/pom.xml  | 6 +-
 systests/federation/samlWebapp/pom.xml | 6 +-
 systests/federation/samlsso/pom.xml| 6 +-
 systests/federation/unknown-subject/pom.xml| 6 +-
 systests/federation/wsfed/pom.xml  | 6 +-
 systests/idp/pom.xml   | 6 +-
 systests/jetty9/pom.xml| 7 +--
 systests/kerberos/pom.xml  | 6 +-
 systests/ldap/pom.xml  | 6 +-
 systests/oidc/pom.xml  | 6 +-
 systests/pom.xml   | 2 +-
 systests/samlsso/pom.xml   | 6 +-
 systests/spring/pom.xml| 6 +-
 systests/tests/pom.xml | 6 +-
 systests/tomcat/pom.xml| 6 +-
 systests/webapps/cxfWebapp/pom.xml | 6 +-
 systests/webapps/pom.xml   | 7 +--
 systests/webapps/simpleWebapp/pom.xml  | 6 +-
 systests/webapps/springPreauthWebapp/pom.xml   | 7 +--
 systests/webapps/springWebapp/pom.xml  | 7 +--
 49 files changed, 52 insertions(+), 216 deletions(-)

diff --git a/apache-fediz/pom.xml b/apache-fediz/pom.xml
index a1190ae1..7f68bc36 100644
--- a/apache-fediz/pom.xml
+++ b/apache-fediz/pom.xml
@@ -22,14 +22,14 @@
 4.0.0
 org.apache.cxf.fediz
 apache-fediz
-1.6.1
+1.6.2-SNAPSHOT
 Apache Fediz Assembly
 pom
 
 
 org.apache.cxf.fediz
 fediz
-1.6.1
+1.6.2-SNAPSHOT
 
 
 
diff --git a/examples/jaxrsCxfPluginWebapp/pom.xml 
b/examples/jaxrsCxfPluginWebapp/pom.xml
index f9c61a16..8a6eebf2 100644
--- a/examples/jaxrsCxfPluginWebapp/pom.xml
+++ b/examples/jaxrsCxfPluginWebapp/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.cxf.fediz
 examples
-1.6.1
+1.6.2-SNAPSHOT
 
 org.apache.cxf.fediz.examples
 jaxrsCxfPluginWebapp
@@ -79,8 +79,4 @@
 
 fedizhelloworld
 
-
-  
-fediz-1.6.1
-  
 
diff --git a/examples/jaxrsSimpleWebapp/pom.xml 
b/examples/jaxrsSimpleWebapp/pom.xml
index bc1b5434..31bdb74b 100644
--- a/examples/jaxrsSimpleWebapp/pom.xml
+++ b/examples/jaxrsSimpleWebapp/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.cxf.fediz
 examples
-1.6.1
+1.6.2-SNAPSHOT
 
 org.apache.cxf.fediz.examples
 jaxrsSimpleWebapp
@@ -78,8 +78,4 @@
 
 fedizhelloworld
 
-
-  
-fediz-1.6.1
-  
 
diff --git a

[cxf-fediz] branch main updated: [maven-release-plugin] prepare release fediz-1.6.1

2022-12-19 Thread coheigea
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


The following commit(s) were added to refs/heads/main by this push:
 new 46b4c6bc [maven-release-plugin] prepare release fediz-1.6.1
46b4c6bc is described below

commit 46b4c6bc6d01eb7390ea48bfa2bdcaf86ae12922
Author: Colm O hEigeartaigh 
AuthorDate: Mon Dec 19 12:48:03 2022 +

[maven-release-plugin] prepare release fediz-1.6.1
---
 apache-fediz/pom.xml   | 4 ++--
 examples/jaxrsCxfPluginWebapp/pom.xml  | 6 +-
 examples/jaxrsSimpleWebapp/pom.xml | 6 +-
 examples/jaxrsSpringSecurityWebapp/pom.xml | 6 +-
 examples/pom.xml   | 2 +-
 examples/simpleWebapp/pom.xml  | 6 +-
 examples/springPreauthWebapp/pom.xml   | 6 +-
 examples/springWebapp/pom.xml  | 6 +-
 examples/wsclientWebapp/pom.xml| 6 +-
 examples/wsclientWebapp/webapp/pom.xml | 6 +-
 examples/wsclientWebapp/webservice/common/pom.xml  | 6 +-
 examples/wsclientWebapp/webservice/pom.xml | 6 +-
 examples/wsclientWebapp/webservice/service/pom.xml | 6 +-
 plugins/core/pom.xml   | 6 +-
 plugins/cxf/pom.xml| 6 +-
 plugins/jetty9/pom.xml | 6 +-
 plugins/pom.xml| 2 +-
 plugins/spring/pom.xml | 6 +-
 plugins/tomcat/pom.xml | 6 +-
 pom.xml| 9 -
 services/idp-core/pom.xml  | 2 +-
 services/idp/pom.xml   | 2 +-
 services/oidc/pom.xml  | 2 +-
 services/pom.xml   | 2 +-
 services/sts/pom.xml   | 2 +-
 systests/custom/pom.xml| 6 +-
 systests/cxf/pom.xml   | 6 +-
 systests/federation/oidcIdpWebapp/pom.xml  | 6 +-
 systests/federation/pom.xml| 6 +-
 systests/federation/samlIdpWebapp/pom.xml  | 6 +-
 systests/federation/samlWebapp/pom.xml | 6 +-
 systests/federation/samlsso/pom.xml| 6 +-
 systests/federation/unknown-subject/pom.xml| 6 +-
 systests/federation/wsfed/pom.xml  | 6 +-
 systests/idp/pom.xml   | 6 +-
 systests/jetty9/pom.xml| 6 +-
 systests/kerberos/pom.xml  | 6 +-
 systests/ldap/pom.xml  | 6 +-
 systests/oidc/pom.xml  | 6 +-
 systests/pom.xml   | 2 +-
 systests/samlsso/pom.xml   | 6 +-
 systests/spring/pom.xml| 6 +-
 systests/tests/pom.xml | 6 +-
 systests/tomcat/pom.xml| 6 +-
 systests/webapps/cxfWebapp/pom.xml | 6 +-
 systests/webapps/pom.xml   | 6 +-
 systests/webapps/simpleWebapp/pom.xml  | 6 +-
 systests/webapps/springPreauthWebapp/pom.xml   | 6 +-
 systests/webapps/springWebapp/pom.xml  | 6 +-
 49 files changed, 209 insertions(+), 54 deletions(-)

diff --git a/apache-fediz/pom.xml b/apache-fediz/pom.xml
index f9727690..a1190ae1 100644
--- a/apache-fediz/pom.xml
+++ b/apache-fediz/pom.xml
@@ -22,14 +22,14 @@
 4.0.0
 org.apache.cxf.fediz
 apache-fediz
-1.6.1-SNAPSHOT
+1.6.1
 Apache Fediz Assembly
 pom
 
 
 org.apache.cxf.fediz
 fediz
-1.6.1-SNAPSHOT
+1.6.1
 
 
 
diff --git a/examples/jaxrsCxfPluginWebapp/pom.xml 
b/examples/jaxrsCxfPluginWebapp/pom.xml
index 03a7a26c..f9c61a16 100644
--- a/examples/jaxrsCxfPluginWebapp/pom.xml
+++ b/examples/jaxrsCxfPluginWebapp/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.cxf.fediz
 examples
-1.6.1-SNAPSHOT
+1.6.1
 
 org.apache.cxf.fediz.examples
 jaxrsCxfPluginWebapp
@@ -79,4 +79,8 @@
 
 fedizhelloworld
 
+
+  
+fediz-1.6.1
+  
 
diff --git a/examples/jaxrsSimpleWebapp/pom.xml 
b/examples/jaxrsSimpleWebapp/pom.xml
index 71e9877f..bc1b5434 100644
--- a/examples/jaxrsSimpleWebapp/pom.xml
+++ b/examples/jaxrsSimpleWebapp/pom.xml
@@ -22,7 +22,7 @@
 
 org.apache.cxf.fediz
 examples
-1.6.1-SNAPSHOT
+1.6.1
 
 org.apache.cxf.fediz.examples
 jaxrsSimpleWebapp
@@ -78,4 +78,8 @@
 
 fedizhelloworld
 
+
+  
+fediz-1.6.1
+  
 
diff --git a/examples/jaxrsSpringSecuri

[cxf-fediz] annotated tag fediz-1.6.1 created (now 16aba2a7)

2022-12-19 Thread coheigea
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a change to annotated tag fediz-1.6.1
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


  at 16aba2a7 (tag)
 tagging 46b4c6bc6d01eb7390ea48bfa2bdcaf86ae12922 (commit)
 replaces fediz-1.6.0
  by Colm O hEigeartaigh
  on Mon Dec 19 12:48:10 2022 +

- Log -
[maven-release-plugin] copy for tag fediz-1.6.1
---

No new revisions were added by this update.



[cxf-fediz] branch dependabot/maven/org.apache.cxf.build-utils-cxf-buildtools-4.0.0 created (now d44cede0)

2022-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.cxf.build-utils-cxf-buildtools-4.0.0
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


  at d44cede0 Bump cxf-buildtools from 3.4.4 to 4.0.0

No new revisions were added by this update.



[cxf-fediz] branch dependabot/maven/org.apache.maven.plugins-maven-ear-plugin-3.3.0 created (now 575bb914)

2022-12-19 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/org.apache.maven.plugins-maven-ear-plugin-3.3.0
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


  at 575bb914 Bump maven-ear-plugin from 2.10.1 to 3.3.0

No new revisions were added by this update.



[cxf-fediz] branch main updated: Revert "update apache parent to 26; use plugin versions from here"

2022-12-19 Thread coheigea
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


The following commit(s) were added to refs/heads/main by this push:
 new 653dd2e6 Revert "update apache parent to 26; use plugin versions from 
here"
653dd2e6 is described below

commit 653dd2e62736ec4dc85f2dece40a5cc014345b05
Author: Colm O hEigeartaigh 
AuthorDate: Mon Dec 19 11:28:03 2022 +

Revert "update apache parent to 26; use plugin versions from here"

This reverts commit c84b710fbb1507ade0369c98421755a6cc5238ae.
---
 plugins/cxf/pom.xml   |  5 
 plugins/jetty9/pom.xml|  5 
 plugins/spring/pom.xml|  5 
 plugins/tomcat/pom.xml|  5 
 plugins/websphere/pom.xml |  5 
 pom.xml   | 60 +--
 6 files changed, 72 insertions(+), 13 deletions(-)

diff --git a/plugins/cxf/pom.xml b/plugins/cxf/pom.xml
index 28d28efd..15256d94 100644
--- a/plugins/cxf/pom.xml
+++ b/plugins/cxf/pom.xml
@@ -83,6 +83,11 @@
 
 single
 
+
+
+
src/main/assembly/assembly.xml
+
+
 
 
 
diff --git a/plugins/jetty9/pom.xml b/plugins/jetty9/pom.xml
index 2e704bf5..360e88dd 100644
--- a/plugins/jetty9/pom.xml
+++ b/plugins/jetty9/pom.xml
@@ -76,6 +76,11 @@
 
 single
 
+
+
+
src/main/assembly/assembly.xml
+
+
 
 
 
diff --git a/plugins/spring/pom.xml b/plugins/spring/pom.xml
index d0b83744..7dba974f 100644
--- a/plugins/spring/pom.xml
+++ b/plugins/spring/pom.xml
@@ -84,6 +84,11 @@
 
 single
 
+
+
+
src/main/assembly/assembly.xml
+
+
 
 
 
diff --git a/plugins/tomcat/pom.xml b/plugins/tomcat/pom.xml
index faac7cb1..f5c6fe34 100644
--- a/plugins/tomcat/pom.xml
+++ b/plugins/tomcat/pom.xml
@@ -64,6 +64,11 @@
 
 single
 
+
+
+
src/main/assembly/assembly.xml
+
+
 
 
 
diff --git a/plugins/websphere/pom.xml b/plugins/websphere/pom.xml
index 66f63ef6..b37190cd 100644
--- a/plugins/websphere/pom.xml
+++ b/plugins/websphere/pom.xml
@@ -142,6 +142,11 @@
 
 single
 
+
+
+
src/main/assembly/assembly.xml
+
+
 
 
 
diff --git a/pom.xml b/pom.xml
index ef19659e..be2818ae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
 org.apache
 apache
-26
+24
 
 
 
@@ -172,6 +172,7 @@
 true
 
 
+
 
 -->
 
@@ -301,6 +302,7 @@
 
 org.apache.maven.plugins
 maven-release-plugin
+3.0.0-M5
 
 false
 clean install
@@ -312,6 +314,7 @@
 
 org.apache.maven.plugins
 maven-javadoc-plugin
+3.4.0
 
 true
 ${jdk.version}
@@ -323,9 +326,15 @@
 
 
 
+
+org.apache.maven.plugins
+maven-source-plugin
+3.2.1
+
 
 org.apache.maven.plugins
 maven-compiler-plugin
+3.10.1
 
 ${jdk.version}
 ${jdk.version}
@@ -337,12 +346,36 @@
 
 com.google.errorprone
 error_prone_core
-
-2.10.0
+2.3.4
 
 
 
 
+ 

[cxf-fediz] branch main updated (94e59cb5 -> e3e25af7)

2022-12-19 Thread coheigea
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git


from 94e59cb5 Jetty 9.4.49.v20220914
 add 9da2bbe6 Removing unnused maven repos to speed up the build
 new e3e25af7 Merge pull request #75 from apache/coheigea/maven

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 16 
 1 file changed, 4 insertions(+), 12 deletions(-)



[cxf-fediz] 01/01: Merge pull request #75 from apache/coheigea/maven

2022-12-19 Thread coheigea
This is an automated email from the ASF dual-hosted git repository.

coheigea pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf-fediz.git

commit e3e25af72eb06381c13885c3e57891dcaf22b9f2
Merge: 94e59cb5 9da2bbe6
Author: Colm O hEigeartaigh 
AuthorDate: Mon Dec 19 08:10:54 2022 +

Merge pull request #75 from apache/coheigea/maven

Removing unnused maven repos to speed up the build

 pom.xml | 16 
 1 file changed, 4 insertions(+), 12 deletions(-)