[ https://issues.apache.org/jira/browse/SLING-12924?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Eric Norman resolved SLING-12924. --------------------------------- Resolution: Fixed Merged PR at: [{{7e4a4f8}}|https://github.com/apache/sling-org-apache-sling-commons-log-webconsole/commit/7e4a4f8dd5130851a212a33b75b5a40124199b2e] > Migrate common log webconsole plugin to jakarta servlet > ------------------------------------------------------- > > Key: SLING-12924 > URL: https://issues.apache.org/jira/browse/SLING-12924 > Project: Sling > Issue Type: Improvement > Reporter: Eric Norman > Assignee: Eric Norman > Priority: Major > Fix For: Commons Log WebConsole 1.0.4 > > > The previous code extended org.apache.felix.webconsole.SimpleWebConsolePlugin > which is now deprecated. > Migrate the code to the equivalent non-deprecated > org.apache.felix.webconsole.servlet.AbstractServlet which is a > jakarta.servlet based implementation. > > In support of this, also do these changes: > * bump the bundle version to 2.0.0 > * bump slf4j dependencies to the 2.x version > * replace dependency on javax.servlet-api with jakarta.servlet-api > -- This message was sent by Atlassian Jira (v8.20.10#820010)