This is an automated email from the ASF dual-hosted git repository.
paulrutter pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/felix-dev.git
from 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
No new revisions were added by this update.
Summary of changes:
http/README.md | 108 ++++++++++-----------
.../jetty/internal/ConfigMetaTypeProvider.java | 6 ++
.../felix/http/jetty/internal/JettyConfig.java | 7 ++
.../felix/http/jetty/internal/JettyService.java | 16 ++-
...deDefaultIT.java => JettyVirtualThreadsIT.java} | 22 +++--
5 files changed, 94 insertions(+), 65 deletions(-)
copy
http/jetty12/src/test/java/org/apache/felix/http/jetty/it/{JettyUriComplianceModeDefaultIT.java
=> JettyVirtualThreadsIT.java} (84%)