Micronaut v2.2.1 Release Notes
Release Date: 2020-12-04 // over 2 years ago-
๐ Changes
- โฌ๏ธ Bump Maven Plugin to 1.1.1 @alvarosanchez (#4667)
- ๐ง Make root logger level configurable for log4j @prabhu43 (#4663)
- โฌ๏ธ Bump micronaut-spring to 2.1.2 @micronaut-build (#4654)
- Standard behavior for ConstraintViolationException @rafaelrenanpacheco (#4644)
- issue-4660: fixing request scope behavior when working with kotlin coroutines @timducheyne (#4661)
- Issue 4455 - fixing issue where using
@Valid
on a pojo with a custom constraint fails to apply the custom validation @wetted (#4655) - ๐ Release the bytebufs for data streams @jameskleeh (#4651)
- Ensure interface based config props can be validated @graemerocher (#4639)
- โฌ๏ธ Bump micronaut-data to 2.2.1 @micronaut-build (#4652)
- ๐ Fix mocking of interfaces from factories @graemerocher (#4632)
- โฌ๏ธ Bump micronaut-sql to 3.3.4 @micronaut-build (#4650)
- โช Work around netty bug to prevent upload data corruption @jameskleeh (#4649)
- Visit interfaces in order to process overridden methods first @jameskleeh (#4636)
- ๐ Handle META-INF/spring-configuration-metadata.json incrementally @graemerocher (#4647)
- Publish new snapshots following semantic versioning @ilopmar (#4648)
- ๐ Make AbstractExecutor public to enable bean definitions from subclasses @ttzn (#4587)
- ๐ Support @RequestBean in @client methods @dstepanov (#4610)
- โฌ๏ธ Bump hibernate-core from 5.4.22.Final to 5.4.25.Final @dependabot (#4645)
- ๐ Fix ability to define records as beans @graemerocher (#4640)
- โฌ๏ธ Bump micronaut-neo4j to 4.2.0 @micronaut-build (#4577)
- ๐ Fix @RequestBean field values that depend on filter result @asodja (#4596)
- ๐จ refactor: RouteVersionFilter to ease override @sdelamo (#4628)
- ๐จ refactor: del uncessary @Inject ann in constructor @sdelamo (#4624)
- Cache bean definition to fix factory beans not being destroyed. @jameskleeh (#4612)
- โ Publish a new inject-groovy-test module @alvarosanchez (#4617)
- โจ Enhance HTTP server/client request and response log @rafaelrenanpacheco (#4614)
- โ test: versioning tests @sdelamo (#4629)
- โ test: Spock @requires port 80 @sdelamo (#4623)
- ๐ Ensure correct qualifier is passed to bean key. Fixes #4630 @graemerocher (#4631)
- โฌ๏ธ Bump micronaut-oracle-cloud to 1.1.1 @micronaut-build (#4615)
- ๐ checkstyle: add package-info version/resoultion @sdelamo (#4626)
- ๐ checkstyle: remove extra blank line @sdelamo (#4625)
- โฌ๏ธ Bump micronaut-sql to 3.3.3 @micronaut-build (#4621)
- ๐ Improve HTTP Client debug log @rafaelrenanpacheco (#4609)
- โฌ๏ธ Bump micronaut-sql to 3.3.2 @micronaut-build (#4602)
- ๐ Better handle null values in lists under validation @jameskleeh (#4594)
- โ remove unused import @sdelamo (#4574)
๐ฑ ๐ Bug Fixes
Contributors
๐ @alvarosanchez, @asodja, @dependabot, @dependabot[bot], @dstepanov, @graemerocher, @ilopmar, @jameskleeh, @micronaut-build, @prabhu43, @rafaelrenanpacheco, @sdelamo, @timducheyne, @ttzn and @wetted