Skip to content

Releases: micronaut-projects/micronaut-jaxrs

Micronaut JAX-RS 2.0.1

22 Feb 08:17
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Pre-release
  • First Milestone Release