micronaut-build
released this
Changes
- Bump micronaut-security to 2.3.0 @micronaut-build (#4843)
- Bump micronaut-data to 2.2.4 @micronaut-build (#4845)
- Only show banner for run but not tests @graemerocher (#4844)
- Bump micronaut-discovery-client to 2.2.2 @micronaut-build (#4838)
- Bump micronaut-r2dbc to 1.0.1 @micronaut-build (#4841)
- Bump micronaut-security to 2.2.2 @micronaut-build (#4832)
- Do the Rxjava shuffle to ensure data is not released prematurely @jameskleeh (#4842)
- fix: inject interface not impl version listener @sdelamo (#4627)
- Bump micronaut-kubernetes to 2.2.0 @micronaut-build (#4839)
- Bump micronaut-cache to 2.3.0 @micronaut-build (#4840)
- Bump mysql-connector-java from 8.0.22 to 8.0.23 @dependabot (#4835)
- Bump jetty-alpn-openjdk8-client from 9.4.33.v20201020 to 9.4.36.v20210114 @dependabot (#4823)
- Support for explicit with* methods for copy constructors @graemerocher (#4826)
- adding the version for micronaut-jms @burtbeckwith (#4827)
- Bump micronaut-maven-plugin to 1.1.4 @micronaut-build (#4833)
- Bump micronaut-sql to 3.4.0 @micronaut-build (#4828)
- Move annotation "DefaultImplementation" from implementation to interface. @tobiasschaefer (#4830)
- Exclude Kubernetes-specific variables @alvarosanchez (#4822)
- Bump Jib version to 2.7.1 @alvarosanchez (#4825)
- build: moves multitenancy to its own repo @sdelamo (#4563)
- Respect multipart.enabled for Netty @jameskleeh (#4821)
- Upgrade GraalVM to 21.0 @ilopmar (#4824)
- Bump micronaut-rabbitmq to 2.3.2 @micronaut-build (#4800)
- Add Micronaut banner @ilopmar (#4805)
- Set version for all projects @alvarosanchez (#4820)
- Fix annotation metadata in groovy for enum array values @jameskleeh (#4819)
- Bump micronaut-aws to 2.3.0 @micronaut-build (#4812)
- adding optional idle timeout to http client connection pool channels @drmaas (#4780)
- Upgrade Netty to 4.1.58 @ilopmar (#4809)
- Fix support for GraalVM 21.0 @ilopmar (#4806)
- Bump micronaut-discovery-client to 2.2.1 @micronaut-build (#4804)
- Allow setting log level through environment variables @ttzn (#4755)
- Bump micronaut-views to 2.2.1 @micronaut-build (#4803)
- Bump micronaut-flyway to 3.3.0 @micronaut-build (#4802)
- Bump spock from 1.15.0 to 1.15.1 @dependabot (#4792)
- Bump micronaut-test to 2.3.2 @micronaut-build (#4798)
- Bump micronaut-picocli to 3.2.0 @micronaut-build (#4795)
- Fix annotation metadata for @adapter advise @graemerocher (#4793)
- Bump micronaut-jackson-xml from 2.0.0 to 2.2.1 @dependabot (#4786)
- Allow for multiple filter annotations in client key. Minor cleanup @jameskleeh (#4781)
- Fix typos in constants @tobiasschaefer (#4789)
- Bump micronaut-r2dbc to 1.0.0 @micronaut-build (#4788)
- Bump micronaut-jaxrs to 2.0.0 @micronaut-build (#4787)
- Bump micronaut-data to 2.2.3 @micronaut-build (#4784)
- Bump hibernate-core from 5.4.26.Final to 5.4.27.Final @dependabot (#4782)
- Bump micronaut-maven-plugin to 1.1.3 @micronaut-build (#4783)
- Allow Filter annotations to be stacked in a third one @ggerbaud (#4771)
- Bump micronaut-micrometer to 3.2.0 @micronaut-build (#4846)
🚀 Features
- Support for executable methods on introspections @graemerocher (#4813)
- Support for copy-constructors on immutable introspections @graemerocher (#4810)
Contributors
@alvarosanchez, @burtbeckwith, @dependabot, @dependabot[bot], @drmaas, @ggerbaud, @graemerocher, @ilopmar, @jameskleeh, @micronaut-build, @sdelamo, @tobiasschaefer and @ttzn
Assets
2
micronaut-build
released this
Changes
- Bump netty-tcnative-boringssl-static from 2.0.34.Final to 2.0.35.Final @dependabot (#4779)
- Bump micronaut-gradle-plugins from 2.0.11 to 2.0.15 @dependabot (#4775)
- Bump micronaut-sql to 3.3.5 @micronaut-build (#4778)
- Change supported source version upper bound to 15 @jameskleeh (#4764)
- Bump micronaut-data to 2.2.2 @micronaut-build (#4772)
- Support relative redirects correctly by using the parent request URI @jameskleeh (#4757)
- Fix groovy classes missing in sources jar @jameskleeh (#4761)
- Eagerly load request and response factories @jameskleeh (#4758)
- Bump micronaut-openapi to 2.2.2 @micronaut-build (#4760)
- Update javadoc for MutableConvertibleValues @vasac (#4759)
- Bump micronaut-aws to 2.2.5 @micronaut-build (#4750)
Contributors
@dependabot, @dependabot[bot], @jameskleeh, @micronaut-build and @vasac
Assets
2
micronaut-build
released this
Changes
- Handle invalid charsets in content type headers @jameskleeh (#4748)
- Bump micronaut-servlet to 2.1.2 @micronaut-build (#4747)
- Throw a more useful exception when retriving data from a compeleted upload that was already freed @jameskleeh (#4744)
- Support port in the host part of Forwarded. Fix parsing of Forwarded header in regards to comma @jameskleeh (#4743)
- Bump micronaut-security to 2.2.1 @micronaut-build (#4740)
- Bump micronaut-rxjava3 to 1.1.1 @micronaut-build (#4742)
- Use linked hash map to ensure consistent bytecode @jameskleeh (#4741)
- re-attempt of merge of 4325 @meyerinj (#4482)
- Bump hibernate-core from 5.4.25.Final to 5.4.26.Final @dependabot (#4734)
- Upgrade to netty 4.1.56 @jameskleeh (#4731)
- Bump logbook-netty from 2.3.0 to 2.4.1 @dependabot (#4690)
- Fix aop/executable methods with multidimensional arrays @jameskleeh (#4718)
- Bump aws-java-sdk-lambda from 1.11.903 to 1.11.920 @dependabot (#4719)
- Bump micronaut-liquibase to 3.0.2 @micronaut-build (#4723)
- Bump micronaut-rabbitmq to 2.2.2 @micronaut-build (#4720)
- Bump micronaut-aws to 2.2.4 @micronaut-build (#4671)
- Bump micronaut-openapi to 2.2.1 @micronaut-build (#4705)
- Bump jmh-core from 1.25.2 to 1.27 @dependabot (#4707)
- Documentation, chapter 5.5: fix broken links (#4695) @deining (#4711)
- Bump micronaut-liquibase to 3.0.1 @micronaut-build (#4714)
- Support optional client arguments @jameskleeh (#4706)
- Fixing typos in documentation and javadoc @deining (#4704)
- Bump jmh-generator-annprocess from 1.25.2 to 1.27 @dependabot (#4697)
- Simplify record handling @graemerocher (#4699)
- Specify to use
<annotationProcessorPaths combine.self="override">
@alvarosanchez (#4701) - Fix misleading error 'empty body' for responses with a body that could not be decoded. @jameskleeh (#4677)
- Documentation: fixing broken links, correcting typos @deining (#4694)
- [issue-4635] - add support absolute URIs in UriMatchTemplate @loveshah751 (#4682)
- add documentation for Netty transport Linux ARM64 @sullis (#4687)
- Fix @PathVariable not working with strings @jameskleeh (#4678)
- Fix raw path being used to resolve files instead of decoded path @jameskleeh (#4688)
- Bump blaze-persistence-core-impl from 1.5.0-Alpha1 to 1.6.0-Alpha1 @dependabot (#4681)
- Bump log4j-core from 2.12.1 to 2.14.0 @dependabot (#4657)
- Update conditionalBeans.adoc @darkius (#4672)
- Update springAop.adoc @podollb (#4673)
- Document build tool "gradle_kotlin" @tobiasschaefer (#4676)
Contributors
@alvarosanchez, @darkius, @deining, @dependabot, @dependabot[bot], @graemerocher, @jameskleeh, @loveshah751, @meyerinj, @micronaut-build, @podollb, @sullis and @tobiasschaefer
Assets
2
micronaut-build
released this
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
Assets
2
jameskleeh
released this
v2.2.0 Release v2.2.0
Assets
2
micronaut-build
released this
Changes
- Fix @parameter Provider with @nullable @jameskleeh (#4526)
- Bump javax.el from 3.0.1-b11 to 3.0.1-b12 @dependabot (#4394)
- Drain the request body before sending response @graemerocher (#4515)
- Add test environment for kotest @jameskleeh (#4506)
- Fix NPE with @Introduction(interfaces = inner class @jameskleeh (#4503)
- Fix hang of suspend declarative clients @jameskleeh (#4497)
- Bump micronaut-redis to 3.0.1 @micronaut-build (#4495)
- Docs Suggestion - lifecycle.adoc - Add link to bean scopes in section about post construct annotation @albendz (#4483)
- Fix isRoot logic. Fixes #4463 @jameskleeh (#4470)
- Fix generic types in instropections. Fixes #4387 @graemerocher (#4478)
- Fix BOM check @alvarosanchez (#4473)
- Bump micronaut-neo4j to 4.0.1 @micronaut-build (#4475)
- Allow classloader for retrieving annotations @jameskleeh (#4471)
- Upgrade Netty to 4.1.54.Final @ilopmar (#4466)
- Update clientAnnotation.adoc @leaqui (#4465)
- Make HttpRequest.getPath() return the non-decoded path @ttzn (#4464)
- Fix Jackson bean introspection constructor initialization @dstepanov (#4443)
- Use latest versions of GCP plugins @alvarosanchez (#4460)
- Bump micronaut-security to 2.1.3 @micronaut-build (#4461)
- Avoid IllegalStateException "Not a Kotlin coroutine" when suspend function returns a value @xiscosc (#4453)
- Removes and corrects references to profiles for the CLI [#4402] @willbuck (#4444)
- Bump micronaut-servlet to 2.0.5 @micronaut-build (#4442)
- Fix Parameter Store documentation @ttzn (#4441)
- Only initialize javax.xml instead of javax for GraalVM @ilopmar (#4440)
Contributors
@albendz, @alvarosanchez, @dependabot, @dependabot[bot], @dstepanov, @graemerocher, @ilopmar, @jameskleeh, @leaqui, @micronaut-build, @ttzn, @willbuck and @xiscosc
Assets
2
micronaut-build
released this
Changes
- Bump micronaut-servlet to 2.0.4 @micronaut-build (#4436)
- Fix typo @sascha-frinken (#4426)
- Revert "#4396 Allow classloader to be passed as parameter to load annotation type (#4406)" @ilopmar (#4427)
- Bump micronaut-data to 2.1.1 @micronaut-build (#4421)
- Fix typo in documentation of service discovery @Mark1626 (#4419)
- Update clientParameters.adoc @leaqui (#4417)
- Change StreamingFileUpload.transferTo to stream the file with an outputstream @jameskleeh (#4415)
- Issue 4315 - health readiness/liveness bug @wetted (#4416)
- Association HandlerPublisher with each stream. Fixes #4412 @graemerocher (#4414)
- Issue 4306 - Bean validation should fail if @Valid field is not introspected @wetted (#4411)
- Bump micronaut-liquibase to 2.1.1 @micronaut-build (#4407)
- Bump micronaut-azure to 2.0.3 @micronaut-build (#4398)
- Allow ClassLoader to be passed as parameter to load annotation type @puneetbehl (#4406)
- Bump micronaut-mongodb to 3.0.1 @micronaut-build (#4401)
- Bump hibernate-core from 5.4.21.Final to 5.4.22.Final @dependabot (#4382)
- Bump micronaut-security to 2.1.2 @micronaut-build (#4395)
- Bump jetty-alpn-openjdk8-client from 9.4.31.v20200723 to 9.4.33.v20201020 @dependabot (#4381)
- Bump hibernate-validator from 6.1.5.Final to 6.1.6.Final @dependabot (#4380)
- Bump micronaut-servlet to 2.0.3 @micronaut-build (#4386)
- Fix successful executions clearing the last error in open circuits @jameskleeh (#4376)
- Support Publisher for binding multiple attributes with the same name @jameskleeh (#4374)
- Fix continuation being encoded in the body of suspend client methods @jameskleeh (#4375)
- Bump kotlinx-coroutines-rx2 from 1.3.9-native-mt to 1.3.9-native-mt-2 @dependabot (#4365)
- Bump me.champeau.gradle.jmh from 0.5.1 to 0.5.2 @dependabot (#4364)
- Bump snakeyaml from 1.26 to 1.27 @dependabot (#4371)
- Change release workflow to run on push for any file @alvarosanchez (#4368)
- Bump compile-testing from 0.18 to 0.19 @dependabot (#4366)
Contributors
@Mark1626, @alvarosanchez, @dependabot, @dependabot[bot], @graemerocher, @ilopmar, @jameskleeh, @leaqui, @micronaut-build, @puneetbehl, @sascha-frinken and @wetted
Assets
2
jameskleeh
released this
v2.1.2 (2020-10-21)
Issues Closed: https://github.com/micronaut-projects/micronaut-core/milestone/58?closed=1
Assets
2
jameskleeh
released this
v2.1.1 (2020-10-13)
Issues Closed: https://github.com/micronaut-projects/micronaut-core/milestone/57?closed=1