Skip to content

Releases: micronaut-projects/micronaut-servlet

Micronaut Servlet 2.1.2

23 Dec 13:26
Compare
Choose a tag to compare

Renamed servlet-core/src/main/resources/META-INF/native-image/io.micronaut.servlet/micronaut-servlet-core/resource-config.json to servlet-engine/src/main/resources/META-INF/native-image/io.micronaut-servlet/micronaut-servlet-engine/resource-config.json

Dependencies

bump undertow-servlet from 2.2.2.Final to 2.2.3.Final

jetty-servlet from 9.4.34.v20201102 to 9.4.35.v20201120'

Bugs

Added Request Received and Terminated event firing. Fixes #111

Micronaut Servlet 2.1.1

19 Nov 13:45
Compare
Choose a tag to compare

v2.1.1 (2020-11-19)

Full Changelog

Fixed bugs:

  • ServiceReadyHealthIndicator Down with Micronaut version > 2.0.1 #105

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Servlet 2.1.0

18 Nov 09:51
Compare
Choose a tag to compare

v2.1.0 (2020-11-18)

Full Changelog

Main Changes:

  • Upgrade to Micronaut 2.1.3

Merged pull requests:

Micronaut Servlet 2.0.5

06 Nov 14:45
Compare
Choose a tag to compare

v2.0.5 (2020-11-06)

Full Changelog

Merged pull requests:

  • Add missing javax.servlet bundles for Jetty and GraalVM #95 (@ilopmar)
  • Bump jetty-servlet from 9.4.33.v20201020 to 9.4.34.v20201102 #92 (@dependabot[bot])

Micronaut Servlet 2.0.4

05 Nov 15:53
Compare
Choose a tag to compare

v2.0.4 (2020-11-05)

Full Changelog

Merged pull requests:

Micronaut Servlet 2.0.3

26 Oct 14:59
Compare
Choose a tag to compare

v2.0.3 (2020-10-26)

Full Changelog

Closed issues:

  • Qualifiers.byTypeArgumentsClosest(..) not working as designed #88

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Servlet 2.0.2

13 Oct 14:48
Compare
Choose a tag to compare

v2.0.2 (2020-10-12)

Full Changelog

Closed issues:

  • Controller method with empty Flowable response sends incorrect body #82
  • make sure micronaut-servlet works on Payara server #9

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Servlet 2.0.1

06 Oct 07:57
Compare
Choose a tag to compare

v2.0.1 (2020-10-06)

Full Changelog

Fixed bugs:

  • NullPointerException is thrown when no cookie is available in the servlet request - tomcat server #71
  • NullpointerException on Filter when there is no cookie on the request #52

Closed issues:

  • SSL certificate used for tests has expired #75

Dependency upgrades:

  • Bump jetty-servlet from 9.4.31.v20200723 to 9.4.32.v20200930 #73 (@dependabot)

Merged pull requests:

Micronaut Servlet 2.0.0

24 Sep 12:42
Compare
Choose a tag to compare

Updates to Micronaut 2.0 as minimum

Updated dependencies

  • tomcat-embed-core from 9.0.37 to 9.0.38
  • jetty-servlet from 9.4.30.v20200611 to 9.4.31.v20200723
  • undertow-servlet from 2.1.3.Final to 2.2.0.Final

Issues

  • Fix Tomcat support for GraalVM 20.2. Fixes #40 (#41)

v2.0.0

Full Changelog

v1.0.2

24 Aug 10:36
Compare
Choose a tag to compare

v1.0.2 (2020-08-12)

Full Changelog

Closed issues:

  • Fix Tomcat support for GraalVM 20.2 #40

Merged pull requests: