Philipp Paris c7d5275b62
[java] jaxrs (all) add usetags option (#6130)
* Adds "useTags" option to all jaxrs code generators (AbstractJAXRSServerCodegen):
  - jaxrs-jersey
  - jaxrs-spec
  - jaxrs-cxf-cdi
  - jaxrs-resteasy
  - jaxrs-cxf
  - jaxrs-cxf-extended
  - java-msf4j
  - jaxrs-resteasy-eap
* jaxrs-spec
  - Changed handling of root paths: e.g "/:", "/{id}:" to simplify code and create a more consistent behaviour
    -- old: use tag for classname
    -- new: use tag only if useTags is enabled, use "DefaultApi" if not
* @path class level annotation
  - for all generators above and the microprofile generator (uses same jaxrs postprocessing)
  - extended the "commonPath" to contain more than only the root path if possible
  - e.g. "/group1/subgroup1/op1" -> "/group1/subgroup1" is moved to class level annotation
2020-09-20 21:18:07 -04:00
..
2020-08-06 15:11:20 +08:00
2020-08-04 16:58:27 +08:00
2020-05-12 22:33:37 +08:00
2020-07-29 16:56:08 +08:00
2020-07-29 16:56:08 +08:00
2020-07-29 16:56:08 +08:00
2020-07-29 16:56:08 +08:00
2020-07-29 16:56:08 +08:00
2020-07-29 16:56:08 +08:00
2020-07-29 16:56:08 +08:00
2020-07-29 16:56:08 +08:00
2020-07-29 16:56:08 +08:00
2020-07-29 16:56:08 +08:00
2020-07-29 16:56:08 +08:00

The following generators are available:

CLIENT generators

SERVER generators

DOCUMENTATION generators

SCHEMA generators

CONFIG generators