Skip to content

Releases: micronaut-projects/micronaut-jaxrs

Micronaut JAX-RS 3.0.1

17 Sep 04:37

Choose a tag to compare

v3.0.1 (2021-09-17)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut JAX-RS 3.0.0

17 Aug 17:09

Choose a tag to compare

v3.0.0 (2021-08-17)

Full Changelog

Closed issues:

  • Release a new version compatible with Micronaut 3.0 #128

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut JAX-RS 3.0.0-M1

23 Jul 07:52

Choose a tag to compare

Pre-release
  • bump micronaut 3.0.0-M4
  • use micronaut nullability annotations
  • replace javax.inject with jakarta.inject
  • remove deprecated methods

Micronaut JAX-RS 2.0.2

23 Jul 06:12

Choose a tag to compare

v2.0.2 (2021-07-23)

Full Changelog

  • Fix issue with ignored class level paths when using micronaut-openapi… #130 (@mikaelvik)

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut JAX-RS 2.0.1

22 Feb 08:17

Choose a tag to compare

v2.0.1 (2021-02-22)

Full Changelog

Closed issues:

  • Fix cases when controllers have just javax.ws.rs.Path annotation #90 (@asodja)
  • Fix Path parameter validation #89 (@asodja)

Merged pull requests:

Micronaut JAX-RS 2.0.0

08 Jan 12:10

Choose a tag to compare

v2.0.0 (2021-01-08)

Full Changelog

Fixed bugs:

  • Module doesn't work on native image out of the box #75

Closed issues:

  • Controller path not found in simple starter (Micronaut v2.2.2) #87
  • No bean definition classes created with Micronaut 2 for JaxRS #69
  • Update tests so that they work with Micronaut 2 #10

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut JAX-RS 1.0.2

24 Sep 10:45

Choose a tag to compare

v1.0.2 (2020-09-24)

Full Changelog

Fixed bugs:

  • Fix consumes and produces annotations (#57)
  • Comple error when PathParam value not equal to method parameter's name #45
  • @get Annotated Missing Created Route #16

Closed issues:

  • Micronaut JAX-RS docs should contain a Release History section which points to github releases tab #47

Micronaut JAX-RS 1.0.1

04 Jun 07:17

Choose a tag to compare

v1.0.1 (2020-06-04)

Full Changelog

Closed issues:

  • Support for annotation inheritance from interfaces #11

Merged pull requests:

  • Inheritance of interface annotations #12 (@krukon)

* This Changelog was automatically generated by github_changelog_generator

Micronaut JAX-RS 1.0.0

14 Apr 11:00

Choose a tag to compare

1.0.0 (2020-04-14)

Full Changelog

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut JAX-RS 1.0.0 M1

04 Feb 14:00
45c25fa

Choose a tag to compare

Pre-release
  • First Milestone Release