[PR] [CXF-9024] Increase unit test coverage on org.apache.cxf.binding [cxf]

2024-05-30 Thread via GitHub


jgoodyear opened a new pull request, #1902:
URL: https://github.com/apache/cxf/pull/1902

   (no comment)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] fips support [cxf]

2024-05-30 Thread via GitHub


ffang commented on PR #1893:
URL: https://github.com/apache/cxf/pull/1893#issuecomment-2140062616

   Hi @coheigea ,
   
   Could you please review this PR when you have free cycle?
   
   Thanks!
   Freeman


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [CXF-9023] Increase unit test coverage on org.apache.cxf.bus [cxf]

2024-05-30 Thread via GitHub


reta commented on code in PR #1901:
URL: https://github.com/apache/cxf/pull/1901#discussion_r1621479957


##
core/src/test/java/org/apache/cxf/bus/ManagedBusTest.java:
##
@@ -0,0 +1,67 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.apache.cxf.bus;
+
+import javax.management.ObjectName;
+
+import org.apache.cxf.Bus;
+import org.apache.cxf.BusFactory;
+
+import org.junit.Before;
+import org.junit.Test;
+
+import static org.junit.Assert.assertEquals;
+
+public class ManagedBusTest {

Review Comment:
   @jgoodyear the `ManagedBus` is covered by `ManagedBusTest` 
(`systests/uncategorized`)



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [CXF-9023] Increase unit test coverage on org.apache.cxf.bus [cxf]

2024-05-30 Thread via GitHub


jgoodyear commented on code in PR #1901:
URL: https://github.com/apache/cxf/pull/1901#discussion_r1621483140


##
core/src/test/java/org/apache/cxf/bus/ManagedBusTest.java:
##
@@ -0,0 +1,67 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.apache.cxf.bus;
+
+import javax.management.ObjectName;
+
+import org.apache.cxf.Bus;
+import org.apache.cxf.BusFactory;
+
+import org.junit.Before;
+import org.junit.Test;
+
+import static org.junit.Assert.assertEquals;
+
+public class ManagedBusTest {

Review Comment:
   Feels odd to have classes tested outside of the package, even to have some 
basic smoke testing.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [CXF-9023] Increase unit test coverage on org.apache.cxf.bus [cxf]

2024-05-30 Thread via GitHub


reta commented on PR #1901:
URL: https://github.com/apache/cxf/pull/1901#issuecomment-2140953910

   @jgoodyear thanks for working on tests, I believe we should spend a bit more 
time on crafting more or less realistic test cases, may be under `systests/*` 
even if needed. The ones here clearly use too much mocking (sometimes it is 
useful) but really shouldn't, plus there is quite large overlap with 
`systests/*` that I think we should take into account. Hope it makes sense, 
thank you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [CXF-9023] Increase unit test coverage on org.apache.cxf.bus [cxf]

2024-05-30 Thread via GitHub


reta commented on code in PR #1901:
URL: https://github.com/apache/cxf/pull/1901#discussion_r1621488452


##
core/src/test/java/org/apache/cxf/bus/ManagedBusTest.java:
##
@@ -0,0 +1,67 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.apache.cxf.bus;
+
+import javax.management.ObjectName;
+
+import org.apache.cxf.Bus;
+import org.apache.cxf.BusFactory;
+
+import org.junit.Before;
+import org.junit.Test;
+
+import static org.junit.Assert.assertEquals;
+
+public class ManagedBusTest {

Review Comment:
   CXF is quite old and some decisions as well, but we should not add tests for 
a sake of tests or/and coverage, it adds significant maintenance costs for no 
benefits (surely, in context of CXF).



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [CXF-9023] Increase unit test coverage on org.apache.cxf.bus [cxf]

2024-05-30 Thread via GitHub


jgoodyear commented on code in PR #1901:
URL: https://github.com/apache/cxf/pull/1901#discussion_r1621490511


##
core/src/test/java/org/apache/cxf/bus/ManagedBusTest.java:
##
@@ -0,0 +1,67 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.apache.cxf.bus;
+
+import javax.management.ObjectName;
+
+import org.apache.cxf.Bus;
+import org.apache.cxf.BusFactory;
+
+import org.junit.Before;
+import org.junit.Test;
+
+import static org.junit.Assert.assertEquals;
+
+public class ManagedBusTest {

Review Comment:
   Right on.
   
   Shall CXF-9023 & CXF-9024 be closed as 'will not fix'?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [CXF-9023] Increase unit test coverage on org.apache.cxf.bus [cxf]

2024-05-30 Thread via GitHub


reta commented on code in PR #1901:
URL: https://github.com/apache/cxf/pull/1901#discussion_r1621492853


##
core/src/test/java/org/apache/cxf/bus/ManagedBusTest.java:
##
@@ -0,0 +1,67 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.apache.cxf.bus;
+
+import javax.management.ObjectName;
+
+import org.apache.cxf.Bus;
+import org.apache.cxf.BusFactory;
+
+import org.junit.Before;
+import org.junit.Test;
+
+import static org.junit.Assert.assertEquals;
+
+public class ManagedBusTest {

Review Comment:
   If you don't mind, let's spend some time and find the gaps, fe. I have not 
find any tests for `ClientLifeCycleManagerImpl` but you added one (thank again 
for it), there could be others 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [CXF-9023] Increase unit test coverage on org.apache.cxf.bus [cxf]

2024-05-30 Thread via GitHub


reta commented on code in PR #1901:
URL: https://github.com/apache/cxf/pull/1901#discussion_r1621492853


##
core/src/test/java/org/apache/cxf/bus/ManagedBusTest.java:
##
@@ -0,0 +1,67 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.apache.cxf.bus;
+
+import javax.management.ObjectName;
+
+import org.apache.cxf.Bus;
+import org.apache.cxf.BusFactory;
+
+import org.junit.Before;
+import org.junit.Test;
+
+import static org.junit.Assert.assertEquals;
+
+public class ManagedBusTest {

Review Comment:
   If you don't mind, let's spend some time and find the gaps, fe. I have not 
found any tests for `ClientLifeCycleManagerImpl` but you added one (thank again 
for it), there could be others 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



Re: [PR] [CXF-9023] Increase unit test coverage on org.apache.cxf.bus [cxf]

2024-05-30 Thread via GitHub


jgoodyear commented on code in PR #1901:
URL: https://github.com/apache/cxf/pull/1901#discussion_r1621495449


##
core/src/test/java/org/apache/cxf/bus/ManagedBusTest.java:
##
@@ -0,0 +1,67 @@
+/**
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements. See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership. The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License. You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied. See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+package org.apache.cxf.bus;
+
+import javax.management.ObjectName;
+
+import org.apache.cxf.Bus;
+import org.apache.cxf.BusFactory;
+
+import org.junit.Before;
+import org.junit.Test;
+
+import static org.junit.Assert.assertEquals;
+
+public class ManagedBusTest {

Review Comment:
   Take any portion of the PR you see value in retaining :) 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 [cxf-xjc-utils]

2024-05-30 Thread via GitHub


dependabot[bot] opened a new pull request, #145:
URL: https://github.com/apache/cxf-xjc-utils/pull/145

   Bumps 
[org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer)
 from 3.4.1 to 3.5.0.
   
   Release notes
   Sourced from https://github.com/apache/maven-enforcer/releases";>org.apache.maven.plugins:maven-enforcer-plugin's
 releases.
   
   3.5.0
   
   🚀 New features and improvements
   
   https://issues.apache.org/jira/browse/MENFORCER-497";>[MENFORCER-497] 
- Require Maven 3.6.3+ (https://redirect.github.com/apache/maven-enforcer/pull/317";>#317) https://github.com/slawekjaranowski";>@​slawekjaranowski
   https://issues.apache.org/jira/browse/MENFORCER-494";>[MENFORCER-494] 
- Allow banning dynamic versions in whole tree (https://redirect.github.com/apache/maven-enforcer/pull/294";>#294) https://github.com/JimmyAx";>@​JimmyAx
   https://issues.apache.org/jira/browse/MENFORCER-500";>[MENFORCER-500] 
- New rule to enforce that Maven coordinates match given (https://redirect.github.com/apache/maven-enforcer/pull/309";>#309) https://github.com/kwin";>@​kwin
   
   🐛 Bug Fixes
   
   https://issues.apache.org/jira/browse/MENFORCER-503";>[MENFORCER-503] 
- Pass context to ProfileActivator - fix NPE in Maven 3.9.7 (https://redirect.github.com/apache/maven-enforcer/pull/315";>#315) https://github.com/slawekjaranowski";>@​slawekjaranowski
   
   📦 Dependency updates
   
   https://issues.apache.org/jira/browse/MENFORCER-501";>[MENFORCER-501] 
- Bump commons-io:commons-io from 2.16.0 to 2.16.1 (https://redirect.github.com/apache/maven-enforcer/pull/311";>#311) https://github.com/dependabot";>@​dependabot
   https://issues.apache.org/jira/browse/MENFORCER-501";>[MENFORCER-501] 
- Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (https://redirect.github.com/apache/maven-enforcer/pull/312";>#312) https://github.com/dependabot";>@​dependabot
   https://issues.apache.org/jira/browse/MENFORCER-504";>[MENFORCER-504] 
- Bump org.apache.maven:maven-parent from 41 to 42 (https://redirect.github.com/apache/maven-enforcer/pull/314";>#314) https://github.com/dependabot";>@​dependabot
   https://issues.apache.org/jira/browse/MENFORCER-501";>[MENFORCER-501] 
- Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (https://redirect.github.com/apache/maven-enforcer/pull/298";>#298) https://github.com/dependabot";>@​dependabot
   https://issues.apache.org/jira/browse/MENFORCER-501";>[MENFORCER-501] 
- Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 (https://redirect.github.com/apache/maven-enforcer/pull/305";>#305) https://github.com/dependabot";>@​dependabot
   https://issues.apache.org/jira/browse/MENFORCER-501";>[MENFORCER-501] 
- Bump commons-io:commons-io from 2.13.0 to 2.16.0 (https://redirect.github.com/apache/maven-enforcer/pull/310";>#310) https://github.com/dependabot";>@​dependabot
   Bump org.apache.commons:commons-compress from 1.21 to 1.26.0 in 
/maven-enforcer-plugin/src/it/projects/dependency-convergence_transitive_provided/module1
 (https://redirect.github.com/apache/maven-enforcer/pull/307";>#307) https://github.com/dependabot";>@​dependabot
   Bump apache/maven-gh-actions-shared from 3 to 4 (https://redirect.github.com/apache/maven-enforcer/pull/308";>#308) https://github.com/dependabot";>@​dependabot
   https://issues.apache.org/jira/browse/MENFORCER-498";>[MENFORCER-498] 
- Update parent pom to 41 (https://redirect.github.com/apache/maven-enforcer/pull/306";>#306) https://github.com/slachiewicz";>@​slachiewicz
   Bump org.junit:junit-bom from 5.10.1 to 5.10.2 (https://redirect.github.com/apache/maven-enforcer/pull/303";>#303) https://github.com/dependabot";>@​dependabot
   Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 (https://redirect.github.com/apache/maven-enforcer/pull/301";>#301) https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0 (https://redirect.github.com/apache/maven-enforcer/pull/295";>#295) https://github.com/dependabot";>@​dependabot
   Bump org.junit:junit-bom from 5.10.0 to 5.10.1 (https://redirect.github.com/apache/maven-enforcer/pull/296";>#296) https://github.com/dependabot";>@​dependabot
   https://issues.apache.org/jira/browse/MENFORCER-492";>[MENFORCER-492] 
- Bump plexus-utils from 3.5.1 to 4.0.0 and plexus-xml 3.0.0 (https://redirect.github.com/apache/maven-enforcer/pull/291";>#291) https://github.com/slawekjaranowski";>@​slawekjaranowski
   Bump org.xerial.snappy:snappy-java from 1.1.10.1 to 1.1.10.4 in 
/maven-enforcer-plugin/src/it/projects/dependency-convergence_transitive_provided/module1
 (https://redirect.github.com/apache/maven-enforcer/pull/292";>#292) https://github.com/dependabot";>@​dependabot
   
   👻 Maintenance
   
   https://issues.apache.org/jira/browse/MENFORCER-490";>[MENFORCER-490] 
- Remove unused dependency (https://redirect.github.com/apache/maven-enforcer/pull/316";>#316) https://github.com/elharo";>@​elharo
   Bump org.apache.commons:commons

Re: [PR] Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 [cxf-xjc-utils]

2024-05-30 Thread via GitHub


reta merged PR #145:
URL: https://github.com/apache/cxf-xjc-utils/pull/145


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



[PR] Bump org.webjars:swagger-ui from 5.17.11 to 5.17.14 [cxf]

2024-05-30 Thread via GitHub


dependabot[bot] opened a new pull request, #1904:
URL: https://github.com/apache/cxf/pull/1904

   Bumps [org.webjars:swagger-ui](https://github.com/swagger-api/swagger-ui) 
from 5.17.11 to 5.17.14.
   
   Release notes
   Sourced from https://github.com/swagger-api/swagger-ui/releases";>org.webjars:swagger-ui's
 releases.
   
   Swagger UI v5.17.14 Released!
   https://github.com/swagger-api/swagger-ui/compare/v5.17.13...v5.17.14";>5.17.14
 (2024-05-28)
   Bug Fixes
   
   system: remediate component wrapping functionality (https://redirect.github.com/swagger-api/swagger-ui/issues/9978";>#9978)
 (https://github.com/swagger-api/swagger-ui/commit/8aa529201395224707ab00bb4b6ce71e41d082a4";>8aa5292),
 closes https://redirect.github.com/swagger-api/swagger-ui/issues/9919";>#9919
   
   Swagger UI v5.17.13 Released!
   https://github.com/swagger-api/swagger-ui/compare/v5.17.12...v5.17.13";>5.17.13
 (2024-05-27)
   Bug Fixes
   
   swagger-ui-react: re-render on spec prop change (https://redirect.github.com/swagger-api/swagger-ui/issues/9966";>#9966)
 (https://github.com/swagger-api/swagger-ui/commit/df03a8f99c498f5dbb07b6bf5e73b57ab95ea2ef";>df03a8f),
 closes https://redirect.github.com/swagger-api/swagger-ui/issues/9965";>#9965
   
   Swagger UI v5.17.12 Released!
   https://github.com/swagger-api/swagger-ui/compare/v5.17.10...v5.17.12";>5.17.12
 (2024-05-21)
   Bug Fixes
   
   config: define missing default options and their types 
(https://redirect.github.com/swagger-api/swagger-ui/issues/9949";>#9949)
 (https://github.com/swagger-api/swagger-ui/commit/04bbeaa68cf53af82ce633f369d6eb579c44d80d";>04bbeaa),
 closes https://redirect.github.com/swagger-api/swagger-ui/issues/9945";>#9945
   release: fix failed v5.17.11 release (https://github.com/swagger-api/swagger-ui/commit/a35a71eb130283e75a29b977eef7eb4a87d779df";>a35a71e)
   swagger-client: fix OpenAPI 3.1.0 dereferencing (https://redirect.github.com/swagger-api/swagger-ui/issues/9950";>#9950)
 (https://github.com/swagger-api/swagger-ui/commit/10e1a5f1ea3abeb8c9ce0e0af8c860a86484ef41";>10e1a5f),
 closes https://redirect.github.com/swagger-api/swagger-ui/issues/9941";>#9941
   
   
   
   
   Commits
   
   https://github.com/swagger-api/swagger-ui/commit/74ed0adebfc9c8dd0de2bf8e81495b022a66c083";>74ed0ad
 chore(release): cut the v5.17.14 release
   https://github.com/swagger-api/swagger-ui/commit/8aa529201395224707ab00bb4b6ce71e41d082a4";>8aa5292
 fix(system): remediate component wrapping functionality (https://redirect.github.com/swagger-api/swagger-ui/issues/9978";>#9978)
   https://github.com/swagger-api/swagger-ui/commit/c74fb2c69d4d990752c6044b293cd7fdfd3b87ab";>c74fb2c
 chore(release): cut the v5.17.13 release
   https://github.com/swagger-api/swagger-ui/commit/31b35fdca461770251de7f2faddf7f2b3201009f";>31b35fd
 ci(dependabot): use times that don't conflict with releases (https://redirect.github.com/swagger-api/swagger-ui/issues/9975";>#9975)
   https://github.com/swagger-api/swagger-ui/commit/df03a8f99c498f5dbb07b6bf5e73b57ab95ea2ef";>df03a8f
 fix(swagger-ui-react): re-render on spec prop change (https://redirect.github.com/swagger-api/swagger-ui/issues/9966";>#9966)
   https://github.com/swagger-api/swagger-ui/commit/e57d0bed3692256c87470a3bfc82e18c71340c77";>e57d0be
 chore(deps-dev): bump postcss-preset-env from 9.5.13 to 9.5.14 (https://redirect.github.com/swagger-api/swagger-ui/issues/9962";>#9962)
   https://github.com/swagger-api/swagger-ui/commit/767e498b83c8bc88782bc7bc18aae8ffb3efcb99";>767e498
 chore(deps-dev): bump css-loader from 7.1.1 to 7.1.2 (https://redirect.github.com/swagger-api/swagger-ui/issues/9959";>#9959)
   https://github.com/swagger-api/swagger-ui/commit/7bf16bede4b31830c76267a1c85876ef73867bab";>7bf16be
 refactor(config): remove unused config options (https://redirect.github.com/swagger-api/swagger-ui/issues/9958";>#9958)
   https://github.com/swagger-api/swagger-ui/commit/ee335f238e2e44350c19f5969a9626ec849eeda4";>ee335f2
 docs(SECURITY): align supported versions with reality (https://redirect.github.com/swagger-api/swagger-ui/issues/9957";>#9957)
   https://github.com/swagger-api/swagger-ui/commit/11cf64dc36dfcfdc44f2e00f39ae8e801e2e5a33";>11cf64d
 --- (https://redirect.github.com/swagger-api/swagger-ui/issues/9956";>#9956)
   Additional commits viewable in https://github.com/swagger-api/swagger-ui/compare/v5.17.11...v5.17.14";>compare
 view
   
   
   
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=org.webjars:swagger-ui&package-manager=maven&previous-version=5.17.11&new-version=5.17.14)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   Dependabot will resolve any conflicts with this PR as long as you don't 
alter it yourself. You can also trigger a rebase manually by commenting 
`@dependabot rebase`.
   
   [//]: # (dependabot-automerge-start)
   [//]:

[PR] Bump org.apache.maven.plugins:maven-enforcer-plugin from 3.4.1 to 3.5.0 [cxf]

2024-05-30 Thread via GitHub


dependabot[bot] opened a new pull request, #1903:
URL: https://github.com/apache/cxf/pull/1903

   Bumps 
[org.apache.maven.plugins:maven-enforcer-plugin](https://github.com/apache/maven-enforcer)
 from 3.4.1 to 3.5.0.
   
   Release notes
   Sourced from https://github.com/apache/maven-enforcer/releases";>org.apache.maven.plugins:maven-enforcer-plugin's
 releases.
   
   3.5.0
   
   🚀 New features and improvements
   
   https://issues.apache.org/jira/browse/MENFORCER-497";>[MENFORCER-497] 
- Require Maven 3.6.3+ (https://redirect.github.com/apache/maven-enforcer/pull/317";>#317) https://github.com/slawekjaranowski";>@​slawekjaranowski
   https://issues.apache.org/jira/browse/MENFORCER-494";>[MENFORCER-494] 
- Allow banning dynamic versions in whole tree (https://redirect.github.com/apache/maven-enforcer/pull/294";>#294) https://github.com/JimmyAx";>@​JimmyAx
   https://issues.apache.org/jira/browse/MENFORCER-500";>[MENFORCER-500] 
- New rule to enforce that Maven coordinates match given (https://redirect.github.com/apache/maven-enforcer/pull/309";>#309) https://github.com/kwin";>@​kwin
   
   🐛 Bug Fixes
   
   https://issues.apache.org/jira/browse/MENFORCER-503";>[MENFORCER-503] 
- Pass context to ProfileActivator - fix NPE in Maven 3.9.7 (https://redirect.github.com/apache/maven-enforcer/pull/315";>#315) https://github.com/slawekjaranowski";>@​slawekjaranowski
   
   📦 Dependency updates
   
   https://issues.apache.org/jira/browse/MENFORCER-501";>[MENFORCER-501] 
- Bump commons-io:commons-io from 2.16.0 to 2.16.1 (https://redirect.github.com/apache/maven-enforcer/pull/311";>#311) https://github.com/dependabot";>@​dependabot
   https://issues.apache.org/jira/browse/MENFORCER-501";>[MENFORCER-501] 
- Bump commons-codec:commons-codec from 1.16.1 to 1.17.0 (https://redirect.github.com/apache/maven-enforcer/pull/312";>#312) https://github.com/dependabot";>@​dependabot
   https://issues.apache.org/jira/browse/MENFORCER-504";>[MENFORCER-504] 
- Bump org.apache.maven:maven-parent from 41 to 42 (https://redirect.github.com/apache/maven-enforcer/pull/314";>#314) https://github.com/dependabot";>@​dependabot
   https://issues.apache.org/jira/browse/MENFORCER-501";>[MENFORCER-501] 
- Bump org.apache.commons:commons-lang3 from 3.13.0 to 3.14.0 (https://redirect.github.com/apache/maven-enforcer/pull/298";>#298) https://github.com/dependabot";>@​dependabot
   https://issues.apache.org/jira/browse/MENFORCER-501";>[MENFORCER-501] 
- Bump commons-codec:commons-codec from 1.16.0 to 1.16.1 (https://redirect.github.com/apache/maven-enforcer/pull/305";>#305) https://github.com/dependabot";>@​dependabot
   https://issues.apache.org/jira/browse/MENFORCER-501";>[MENFORCER-501] 
- Bump commons-io:commons-io from 2.13.0 to 2.16.0 (https://redirect.github.com/apache/maven-enforcer/pull/310";>#310) https://github.com/dependabot";>@​dependabot
   Bump org.apache.commons:commons-compress from 1.21 to 1.26.0 in 
/maven-enforcer-plugin/src/it/projects/dependency-convergence_transitive_provided/module1
 (https://redirect.github.com/apache/maven-enforcer/pull/307";>#307) https://github.com/dependabot";>@​dependabot
   Bump apache/maven-gh-actions-shared from 3 to 4 (https://redirect.github.com/apache/maven-enforcer/pull/308";>#308) https://github.com/dependabot";>@​dependabot
   https://issues.apache.org/jira/browse/MENFORCER-498";>[MENFORCER-498] 
- Update parent pom to 41 (https://redirect.github.com/apache/maven-enforcer/pull/306";>#306) https://github.com/slachiewicz";>@​slachiewicz
   Bump org.junit:junit-bom from 5.10.1 to 5.10.2 (https://redirect.github.com/apache/maven-enforcer/pull/303";>#303) https://github.com/dependabot";>@​dependabot
   Bump org.assertj:assertj-core from 3.24.2 to 3.25.1 (https://redirect.github.com/apache/maven-enforcer/pull/301";>#301) https://github.com/dependabot";>@​dependabot
   Bump org.codehaus.mojo:mrm-maven-plugin from 1.5.0 to 1.6.0 (https://redirect.github.com/apache/maven-enforcer/pull/295";>#295) https://github.com/dependabot";>@​dependabot
   Bump org.junit:junit-bom from 5.10.0 to 5.10.1 (https://redirect.github.com/apache/maven-enforcer/pull/296";>#296) https://github.com/dependabot";>@​dependabot
   https://issues.apache.org/jira/browse/MENFORCER-492";>[MENFORCER-492] 
- Bump plexus-utils from 3.5.1 to 4.0.0 and plexus-xml 3.0.0 (https://redirect.github.com/apache/maven-enforcer/pull/291";>#291) https://github.com/slawekjaranowski";>@​slawekjaranowski
   Bump org.xerial.snappy:snappy-java from 1.1.10.1 to 1.1.10.4 in 
/maven-enforcer-plugin/src/it/projects/dependency-convergence_transitive_provided/module1
 (https://redirect.github.com/apache/maven-enforcer/pull/292";>#292) https://github.com/dependabot";>@​dependabot
   
   👻 Maintenance
   
   https://issues.apache.org/jira/browse/MENFORCER-490";>[MENFORCER-490] 
- Remove unused dependency (https://redirect.github.com/apache/maven-enforcer/pull/316";>#316) https://github.com/elharo";>@​elharo
   Bump org.apache.commons:commons-compres