This is an automated email from the ASF dual-hosted git repository.
cziegeler pushed a change to branch http/jakarta
in repository https://gitbox.apache.org/repos/asf/felix-dev.git.
from 18fbba7 Fix exception handling and default servlet context
add 983ebd9 FELIX-6499 : Add option to monitor service to always log with
info level
add 65c7d77 [FELIX-6501] Fixed issue with ConcurrentModificationException
add 6d19201 Merge pull request #128 from amitjoy/bugfix/FELIX-6501
add e066891 Prepare for release
add 4750d8f Update changelog for release
add b5c220d [maven-release-plugin] prepare release
org.apache.felix.scr-2.2.0
add e693156 [maven-release-plugin] prepare for next development iteration
add 185bd9b FELIX-6503 : Webconsole doesn't set configuration property to
default value
add a0f781d FELIX-6504 : HttpSessionWrapper getId() throws unexpected
IllegalStateException
add 885c7b2 FELIX-6505 : Allow configuration of log format for request
logs
add 4bcf127 FELIX-6505 : Allow configuration of log format for request
logs
add 793c53d FELIX-6506 : Update jetty to 9.4.45.v20220203
new df270c0 Update jetty to Jetty 11, jakarta servlet api
new a8a3205 Remove unused instructions
new 15c8888 Add missing attribute mappings
new 58fb230 Add servlet 4.0 methods
new e3493cf Update jetty to Jetty 11, jakarta servlet api
new 500b07a Remove unused instructions
new 405f82c Update implementation to use jakarta packages
new 6f3c0e8 Update mapping to jakarta.servlet
new 257a456 Update to jakarta packages
new 690429a slf4j is not optional anymore
new 9b7c1ae Fix unregistering servlets
new 306aec1 Fix exception handling and default servlet context
new 258b006 Merge branch 'http/jakarta' of
https://github.com/apache/felix-dev into http/jakarta
The 13 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:
.../hc/core/impl/monitor/HealthCheckMonitor.java | 10 ++-
.../base/internal/handler/HttpSessionWrapper.java | 13 ++-
.../felix/http/jetty/internal/FileRequestLog.java | 2 +-
.../felix/http/jetty/internal/JettyConfig.java | 15 ++++
.../http/jetty/internal/LogServiceRequestLog.java | 13 +--
scr/changelog.txt | 9 ++
scr/pom.xml | 2 +-
.../main/appended-resources/META-INF/DEPENDENCIES | 6 ++
.../scr/impl/manager/ComponentContextImpl.java | 9 +-
.../internal/configuration/ConfigAdminSupport.java | 98 +++++-----------------
10 files changed, 84 insertions(+), 93 deletions(-)