You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2021/12/30 06:12:25 UTC

[felix-dev] branch http/jakarta updated (1b0cafb -> 58a3146)

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 1b0cafb  Update integration test to latest framework implementation and logging implementations
     add bf9708b  javadoc fixes
     add 34132be  Using ssh scm urls for github
     add c2e9066  [maven-release-plugin] prepare release org.apache.felix.healthcheck.core-2.0.12
     add d375e86  [maven-release-plugin] prepare for next development iteration
     add 1cb3621  Using ssh scm urls for github
     add 4901e4a  [maven-release-plugin] prepare release org.apache.felix.healthcheck.generalchecks-3.0.0
     add bbc1f65  [maven-release-plugin] prepare for next development iteration
     add 58a3146  FELIX-6492 : Remove usage of deprecated Jetty api

No new revisions were added by this update.

Summary of changes:
 healthcheck/annotation/pom.xml                     |  4 +-
 healthcheck/api/pom.xml                            |  4 +-
 healthcheck/core/pom.xml                           | 12 ++---
 .../hc/core/impl/monitor/HealthCheckMonitor.java   |  4 +-
 .../cron/embedded/EmbeddedCronParser.java          | 13 ++---
 .../cron/quartz/QuartzCronScheduler.java           | 14 +++---
 .../felix/hc/core/impl/util/HealthCheckFilter.java |  7 +--
 healthcheck/generalchecks/pom.xml                  |  6 +--
 healthcheck/webconsoleplugin/pom.xml               |  4 +-
 http/jetty/pom.xml                                 |  1 +
 .../jetty/internal/ConfigMetaTypeProvider.java     | 14 ------
 .../felix/http/jetty/internal/FileRequestLog.java  | 31 +++++-------
 .../felix/http/jetty/internal/JettyConfig.java     | 56 ----------------------
 .../felix/http/jetty/internal/JettyService.java    |  2 -
 .../http/jetty/internal/LogServiceRequestLog.java  | 26 ++++------
 .../http/jetty/internal/RequestLogTracker.java     |  2 +-
 16 files changed, 56 insertions(+), 144 deletions(-)