Conversation
|
Thanks, we are looking at doing that for GeoServer 3 activity also. |
|
@jodygarnett this has been done already, right? |
|
I believe this PR is stale and the work has been accomplished as part of the GS3 activities. @fedeliallalinea are you in position to check? We just went from spring6 to spring7. |
|
Okay this one has an update from Which I remember hitting for another project. Here is the dependency change: <dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jakarta-servlet</artifactId>
<version>${metrics-version}</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
<artifactId>metrics-jakarta-servlets</artifactId>
<version>${metrics-version}</version>
</dependency>So we have an update of io.dropwizard.metrics to perform. |
Signed-off-by: Marco Genasci <fedeliallalinea@gmail.com>
2a64175 to
aedc1ba
Compare
|
I updated the branch to make the program work as a webapp (.war) as well. |
sebr72
left a comment
There was a problem hiding this comment.
This PR indeed address the metrics jakarta dependency. But it also adds the logging. @jodygarnett Although I approve it, please confirm you don't know of any reason to separate or make this part more configurable ? I let you comment or merge.
I migrated mapfish-print-v2 from javax to jakarta in order to use it with >=tomcat-10. For my purposes PR seems to work, I use mapfish-print as war, but I am not sure if I have migrated everything correctly.