Releases: micronaut-projects/micronaut-servlet
Micronaut Servlet 3.2.1
v3.2.1 (2022-03-13)
- Better BOM publication
Merged pull requests:
- build: gradle to 7.4.1 #287 (@micronaut-build)
- build: update build plugin to 5.2.3 #286 (@sdelamo)
- ci: checkout v3 #283 (@micronaut-build)
- build: bump peter-evans/create-pull-request from 3.12.1 to 3.14.0 #281 (@dependabot[bot])
- build: bump io.micronaut.build.shared.settings from 5.1.2 to 5.2.1 #280 (@dependabot[bot])
- ci: sonarqube Gradle 7.4 #279 (@micronaut-build)
* This Changelog was automatically generated by github_changelog_generator
Micronaut Servlet 3.2.0
v3.2.0 (2022-02-02)
- Adds a bom module
- Bump up tomcat from 9.0.38 to 9.0.58
- bump up undertow from 2.2.9.Final to 2.2.14.Final
- bump up micronaut from 3.1.0 to 3.3.0
Micronaut Servlet 3.1.1
Micronaut Servlet 3.1.0
What's Changed
- Don't set status again, already done. Fixes #231. by @mattmoss in #233
- Issue 191 static resources by @jameskleeh in #250
Full Changelog: v3.0.0...v3.1.0
Micronaut Servlet 3.0.0
v3.0.0 (2021-08-17)
Merged pull requests:
* This Changelog was automatically generated by github_changelog_generator
Micronaut Servlet 3.0.0 RC2
v3.0.0-RC2 Release v3.0.0-RC2
Micronaut Servlet 3.0.0 RC1
Micronaut Servlet 2.1.4
v2.1.4 (2021-04-22)
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:
- build: add gradle scan #190 (@sdelamo)
- avoid bean pollution #189 (@sdelamo)
- build: bump actions/cache from v2.1.4 to v2.1.5 #188 (@dependabot[bot])
- Only stop if running. #183 (@sdelamo)
- ci: set githubCoreBranch 2.5.x #182 (@sdelamo)
- ci: update github actions files #176 (@micronaut-build)
- build: bump undertow-servlet from 2.2.5.Final to 2.2.7.Final #168 (@dependabot[bot])
* This Changelog was automatically generated by github_changelog_generator
Micronaut Servlet 2.1.3
v2.1.3 (2021-04-06)
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:
- Support suspend methods for servlet controllers #172 (@jameskleeh)
- ci: GitHub action files #171 (@micronaut-build)
- Fix exception handler not looked up for exception thrown from filter #170 (@jameskleeh)
- build: bump DeLaGuardo/setup-graalvm from 3.1 to 4.0 #166 (@dependabot[bot])
- Change default host to 0.0.0.0. #165 (@tobiasschaefer)
- build: bump undertow-servlet from 2.2.4.Final to 2.2.5.Final #162 (@dependabot[bot])
- build: bump micronaut-gradle-plugins from 3.0.1 to 3.0.3 #160 (@dependabot[bot])
- [servlet] Update common files for branch master #159 (@micronaut-build)
- [servlet] Update common files for branch master #158 (@micronaut-build)
- [servlet] Update common files for branch master #156 (@micronaut-build)
- Use new Gradle build plugins #155 (@ilopmar)
- [servlet] Update common files for branch master #154 (@micronaut-build)
- [servlet] Update common files for branch master #153 (@micronaut-build)
- build: bump functions-framework-api from 1.0.3 to 1.0.4 #151 (@dependabot[bot])
- [servlet] Update common files for branch master #150 (@micronaut-build)
- build: bump undertow-servlet from 2.2.3.Final to 2.2.4.Final #149 (@dependabot[bot])
- build: bump peter-evans/create-pull-request from v3.8.0 to v3.8.1 #148 (@dependabot[bot])
- build: update actions/cache requirement to v2.1.4 #147 (@dependabot[bot])
- build: bump micronaut-gradle-plugins from 2.0.15 to 2.0.16 #146 (@dependabot[bot])
- build: bump peter-evans/create-pull-request from v3.6.0 to v3.8.0 #144 (@dependabot[bot])
- Use the multi-argument URI constructor instead of URI.create #143 (@ianroberts)
- build: gradle 6.8.1 and create-pull-request 3.8.0 #141 (@micronaut-build)
- Fix typo in javadoc #140 (@tobiasschaefer)
- build: bump up gradle to 6.8 #139 (@micronaut-build)
- build: bump micronaut-gradle-plugins from 2.0.14 to 2.0.15 #137 (@dependabot[bot])
- [servlet] Update common files for branch master #136 (@micronaut-build)
- build: bump peter-evans/create-pull-request from v3.5.2 to v3.6.0 #134 (@dependabot[bot])
* This Changelog was automatically generated by github_changelog_generator
Micronaut Servlet 2.1.2
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