This is an automated email from the ASF dual-hosted git repository.

paulrutter pushed a change to branch 
maintenance/FELIX-6741-Upgrade-dependencies-for-maven-bundle-plugin
in repository https://gitbox.apache.org/repos/asf/felix-dev.git


    from 8cc01b4d0f FELIX-6741 Upgrade dependencies for maven-bundle-plugin - 
Upgrade all dependencies, including bnd 7.1.0
     add 6d39e205d6 FELIX-6739 Update changelog to reflect on java 17
     add 65ac38868a Fix spelling of occurred.
     add 8e0d2615a1 Update pom.xml
     add e2b65c557e Update AbstractJettyTestSupport.java
     add a8e14e826b Update pom.xml
     add 238713ba37 Use maven-bundle-plugin 6.0.0
     add 05e5537920 Merge pull request #357 from blueconic/feature/jetty-12.0.16
     add 7da5d98d0a [maven-release-plugin] prepare release 
org.apache.felix.http.jetty12-1.0.19
     add 29d4ea148b [maven-release-plugin] prepare for next development 
iteration
     add d3994ac7c8 FELIX-6745 : HttpService: Cannot unregister 
javaxwrappers.ServletWrapper
     add 13e1339c23 FELIX-6744 Configure policy for maven release plugin - 
Configure OddEvenVersionPolicy based on the undocumented rule
     add e27e6d5e03 Merge pull request #360 from 
blueconic/release/FELIX-6744-release-policy
     add 3ff16ba31c FELIX-6720 Enable virtual thread support in Jetty12 - Add 
`org.apache.felix.http.jetty.virtualthreads.enable` as configuration option, 
defaulting to false - Add logging if virtual threads are used - Use reflection 
to detect if Virtual Threads can be used and throw if this is enabled but 
cannot be used - Add integration test
     add 24a9027319 FELIX-6720 Enable virtual thread support in Jetty12 - 
Update README.md
     add f4a3961521 Merge branch 'master' into 
feature/FELIX-6720-Enable-virtual-thread-support-in-Jetty12
     add b9e7d1f90a Merge pull request #329 from 
blueconic/feature/FELIX-6720-Enable-virtual-thread-support-in-Jetty12
     add 25bb6d45c8 FELIX-6720 enable virtual thread support in jetty12 - Use 
org.apache.felix.http.jetty.threadpool.max for virtual threads as well, if 
configured - Use `VirtualThreadPool` for bounded virtual threads - Document 
`org.apache.felix.http.jetty.threadpool.max` option - Correct logging for 
virtual threads - Correct JDK version message to 19 - Add threadpool.max to new 
IT
     add 86e5a30b16 #320 Idea to add CI pipeline with github actions - Add 
Felix HTTP subproject to actions - Skip MissingWebsocketDependenciesIT as it 
somehow only fails in CI, not locally - Fix whiteboard dependency on Jetty12
     add b55db658ed #320 Idea to add CI pipeline with github actions - 
Distinguish Jetty 11 and 12 bundle in the name
     add f0e5cc3f01 #320 Idea to add CI pipeline with github actions - Split up 
CI build plans per subproject - Add maven-bundle-plugin to actions
     add f572bd8131 #320 Idea to add CI pipeline with github actions - Combine 
into one CI file again and use dorny/paths-filter@v3 to detect changes
     add e0fa3d48a8 Merge branch 'master' into 
maintenance/FELIX-6741-Upgrade-dependencies-for-maven-bundle-plugin

No new revisions were added by this update.

Summary of changes:
 .github/workflows/{maven.yml => maven-ci.yml}      |  23 +++++
 .../felix/configurator/impl/ServicesListener.java  |   2 +-
 .../apache/felix/dm/itest/api/AspectRaceTest.java  |   2 +-
 .../apache/felix/dm/itest/api/ServiceRaceTest.java |   2 +-
 .../api/ServiceRaceWithOrderedUnbindTest.java      |   2 +-
 .../gogo/jline/telnet/ConnectionListener.java      |  10 +-
 http/README.md                                     | 109 +++++++++++----------
 .../handler/HttpServiceServletHandler.java         |   2 +-
 http/itest/pom.xml                                 |   2 +-
 .../http/itest/servletapi3/HttpServiceTest.java    |  82 +++++++++++++---
 .../http/itest/servletapi3/ServletContentTest.java |  77 ++++++++++++++-
 http/jetty/pom.xml                                 |   4 +-
 http/jetty12/pom.xml                               |  12 +--
 .../jetty/internal/ConfigMetaTypeProvider.java     |   6 ++
 .../felix/http/jetty/internal/JettyConfig.java     |   7 ++
 .../felix/http/jetty/internal/JettyService.java    |  32 +++++-
 .../http/jetty/it/AbstractJettyTestSupport.java    |   2 +-
 ...deDefaultIT.java => JettyVirtualThreadsIT.java} |  22 +++--
 ...T.java => JettyVirtualThreadsThreadPoolIT.java} |  33 +------
 http/samples/whiteboard/pom.xml                    |   6 +-
 .../ipojo/composite/instance/InstanceHandler.java  |   2 +-
 .../main/java/org/apache/felix/log/Activator.java  |   2 +-
 .../felix/log/ConfigurationListenerImpl.java       |   4 +-
 log/src/main/java/org/apache/felix/log/Log.java    |   6 +-
 pom/pom.xml                                        |   3 +
 tools/maven-bundle-plugin/changelog.txt            |   2 +-
 .../org/apache/felix/utils/json/JSONParser.java    |   2 +-
 27 files changed, 315 insertions(+), 143 deletions(-)
 rename .github/workflows/{maven.yml => maven-ci.yml} (54%)
 copy 
http/jetty12/src/test/java/org/apache/felix/http/jetty/it/{JettyUriComplianceModeDefaultIT.java
 => JettyVirtualThreadsIT.java} (84%)
 copy 
http/jetty12/src/test/java/org/apache/felix/http/jetty/it/{JettyUriComplianceModeLegacyIT.java
 => JettyVirtualThreadsThreadPoolIT.java} (61%)

Reply via email to