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

Remove REST IApiVersion and implementations #1211

Open
wants to merge 1 commit into
base: releases/25.1
Choose a base branch
from

Conversation

paolobazzi
Copy link
Member

  • API version was not used active in REST resources and therefore was removed without replacement.
  • Introduced IModuleBuildDateProvider allowing to provide a build date for a concrete server module which is offering application meta data using MetaResource.

392974

- API version was not used active in REST resources and therefore was
  removed without replacement.
- Introduced IModuleBuildDateProvider allowing to provide a build
  date for a concrete server module which is offering application meta
  data using MetaResource.

 392974
@paolobazzi paolobazzi self-assigned this Oct 2, 2024
}

@GET
@Path("version")
@Produces(MediaType.TEXT_PLAIN)
@ApiDocDescription(text = "Returns the API version in text format. If 'verbose' is true, the application name and version are returned as well.")
public String getApiVersion(@QueryParam("verbose") boolean verbose) {
@ApiDocDescription(text = "Returns the application version in text format. If 'verbose' is true, the application name and module build date are returned as well.\")")
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

copy-past-error in the end?

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.

2 participants