Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed Apache Tomcat Importer by not using Semver #1791

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

kunalsz
Copy link

@kunalsz kunalsz commented Mar 1, 2025

In reference to the issue #1555

Changes made:

  • Usage of Semver versioning is removed which was creating problems
  • Only Maven versioning is being used

Apache Tomcat Versioning Overview

Apache Tomcat versions follow a Maven-like versioning scheme, which can include:

  • Milestone versions (e.g., 9.0.0.M1)
  • Release candidates (e.g., 8.0.0.RC1)
  • Regular numeric versions (e.g., 8.5.32)

This is not Semver-compliant, but Maven versioning handles all of these cases

@TG1999 looking forward to your insights !

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.

1 participant