Skip to content

Conversation

@fedeliallalinea
Copy link

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.

@jodygarnett
Copy link
Collaborator

Thanks, we are looking at doing that for GeoServer 3 activity also.

@aaime
Copy link

aaime commented Feb 5, 2026

@jodygarnett this has been done already, right?

@jodygarnett
Copy link
Collaborator

jodygarnett commented Feb 9, 2026

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.

@jodygarnett
Copy link
Collaborator

Okay this one has an update from com.codahale.metrics.servlet.InstrumentedFilterContextListener to
io.dropwizard.metrics.servlet.InstrumentedFilterContextListener.

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants