Skip to content

Releases: micronaut-projects/micronaut-servlet

Micronaut Servlet 2.1.4

22 Apr 04:15

Choose a tag to compare

v2.1.4 (2021-04-22)

Full Changelog

Fixed bugs:

  • Unexpected response from a Controller using tomcat #177
  • ServerShutdownEvent triggered twice on Jetty / Tomcat / Undertow #164
  • Don't set response to 404 when returning an http response #184 (@sdelamo)

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Servlet 2.1.3

08 Apr 16:38

Choose a tag to compare

v2.1.3 (2021-04-06)

Full Changelog

Closed issues:

  • Coroutines not working with Micronaut and Tomcat. #169
  • Startup fails with Undertow when binding to 0.0.0.0 on a dual-stack host #142
  • micronaut-servlet responds 500 instead of 404 when micronaut-security is included #122

Merged pull requests:

* This Changelog was automatically generated by github_changelog_generator

Micronaut Servlet 2.1.2

23 Dec 13:26

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

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

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

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

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

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

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

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: