micronaut-core

Micronaut Application Framework

APACHE-2.0 License

Stars
6K
Committers
408

Bot releases are hidden (Show)

micronaut-core - Micronaut 2.4.1

Published by micronaut-build over 3 years ago

Changes

  • Docs - Fixed wrong annotation reference and name @grisotto (#5141)
  • Bump micronaut-aws to 2.4.1 @micronaut-build (#5142)
  • Fix GraalVM warning @ilopmar (#5143)
  • Handle LogLevel.OFF in LoggerLevelsConfigurer @brianwyka (#5140)
  • Fix failing test due to new Micronaut webpage @ilopmar (#5144)
  • Bump micronaut-nats to 2.2.1 @micronaut-build (#5139)
  • Fix bug with bean introspection module @jameskleeh (#5136)
  • Groovy properties should expose read/write methods. Fixes #5129 @graemerocher (#5137)
  • Dependency upgrades @micronaut-build (#5117)
  • Remove http as a dependency from validation entirely @jameskleeh (#5134)
  • Issue #5108 - fix NPE during exception handling @olejnikk (#5120)
  • Bump micronaut-r2dbc to 1.1.1 @micronaut-build (#5130)
  • Fix using jakarta annotations with incremental compilation @jameskleeh (#5115)
  • Fix changing log level at runtime in native image. Fixes #5083 @auke- (#5105)
  • javadoc: @deprecated ExceptionHandlers constructor @sdelamo (#5092)
  • Bump micronaut-security to 2.3.1 @sdelamo (#5113)

Contributors

@auke-, @brianwyka, @graemerocher, @grisotto, @ilopmar, @jameskleeh, @micronaut-build, @olejnikk and @sdelamo

micronaut-core - Micronaut 2.4.0

Published by jameskleeh over 3 years ago

Changes

  • Improve performance of writing generated classes @dstepanov (#5085)
  • Bump micronaut-data to 2.3.1 @micronaut-build (#5077)
  • Add coherence bom @pgressa (#5073)
  • Bump micronaut-rabbitmq to 2.4.0 @micronaut-build (#5074)
  • Json error format @jameskleeh (#5042)
  • Remove ASM as a dependency in inject-java. Fixes #5071 @graemerocher (#5072)
  • Bump micronaut-discovery-client to 2.3.0 @micronaut-build (#5069)
  • refactor: use Micronaut Nullable @sdelamo (#5067)
  • Bump micronaut-kafka to 3.2.0 @micronaut-build (#5066)
  • Annotations on bean properies should be used to process record parameters @graemerocher (#5058)
  • Making the parent HTTP Request available in handlers of the DefaultHttpClient @stepanv (#4885)
  • Newly created annotation values should lookup defaults. Fixes #5048 @graemerocher (#5062)
  • Fix method adapters with array arguments. Fixes #5054 @graemerocher (#5061)
  • Only report a single originating element for Gradle. Fixes #5018 @graemerocher (#5060)
  • Bump micronaut-aws to 2.4.0 @micronaut-build (#5063)
  • Bump micronaut-elasticsearch to 2.2.0 @micronaut-build (#5057)
  • Added section on Coherence integrations @aseovic (#5055)
  • Pr 5039 @jameskleeh (#5053)
  • Add support for discarding file upload buffers @jameskleeh (#5052)
  • build: add picocli-gen to bom @sdelamo (#5045)
  • Bump micronaut-r2dbc to 1.1.0 @micronaut-build (#5044)
  • Bump micronaut-data to 2.3.0 @micronaut-build (#5043)
  • Bump micronaut-maven-plugin to 1.1.7 @micronaut-build (#5033)
  • Always pick main record constructor @graemerocher (#5030)
  • Support for qualifiers by annotation member. @graemerocher (#5075)
  • Draft implementation of injection by generic type. @graemerocher (#5082)

πŸ› Bug Fixes

  • Serializing JSON with records should respect JsonIgnore @graemerocher (#5047)

Contributors

@aseovic, @dstepanov, @graemerocher, @jameskleeh, @micronaut-build, @pgressa, @sdelamo and @stepanv

micronaut-core - Micronaut 2.3.4

Published by micronaut-build over 3 years ago

Changes

  • updated docs wording, typos, switching passive to active, etc. PR 4 of 4 @burtbeckwith (#4976)
  • Fix for #5020 @alvarosanchez (#5021)
  • Respect parent shutdown settings and allow for micronaut.netty.event-loops.parent @jameskleeh (#5024)
  • Don't create AOP advice for outer class of inner bean. Fixes #4987 @graemerocher (#5014)
  • Correct faulty logic. Fixes #5011 @graemerocher (#5015)
  • Fix compilation error for wildcards @jameskleeh (#5013)
  • Fix deserialization from arrays @jameskleeh (#5004)
  • updated docs wording, typos, switching passive to active, etc. PR 3 of 4 @burtbeckwith (#4975)
  • updated docs wording, typos, switching passive to active, etc. PR 2 of 4 @burtbeckwith (#4974)
  • updated docs wording, typos, switching passive to active, etc. PR 1 of 4 @burtbeckwith (#4973)
  • Bump micronaut-maven-plugin to 1.1.6 @micronaut-build (#4992)
  • Bump micronaut-redis to 3.1.1 @micronaut-build (#4996)
  • Subtitle didn't display properly @glats (#4991)
  • Upgrade to GraalVM 21.0.0.2 @ilopmar (#4982)
  • [core] Update common files for branch 2.3.x @micronaut-build (#4980)
  • don't include entire example class, just imports and relevant code @burtbeckwith (#4972)

Contributors

@alvarosanchez, @burtbeckwith, @glats, @graemerocher, @ilopmar, @jameskleeh, @micronaut-build and @pgressa

micronaut-core - Micronaut 2.3.3

Published by micronaut-build over 3 years ago

Changes

  • Fix BOM not being updated by Micronaut SQL for Oracle driver @graemerocher (#4977)
  • Use the latest micronaut-build plugins @alvarosanchez (#4954)
  • [core] Update common files for branch 2.3.x @micronaut-build (#4877)
  • Bump micronaut-jaxrs to 2.0.1 @micronaut-build (#4970)
  • Upgrade Groovy and spock versions @jameskleeh (#4961)
  • Unwrap repeatable annotations. Update javadoc @jameskleeh (#4960)
  • Jackson module: Get the property name from the existing property if present @jameskleeh (#4959)
  • Fix for eagerInitSingletons attempting to instantiate prototype factory methods @jameskleeh (#4950)
  • test: avoid bean pollution @sdelamo (#4956)
  • Specify the correct snapshots repo @alvarosanchez (#4953)
  • Support creating from simple types in bean introspection jackson module @jameskleeh (#4949)
  • Ensure singleton bean is not created twice @jameskleeh (#4941)
  • Bump actions/cache from v2 to v2.1.4 @dependabot (#4901)
  • Bump netty-tcnative from 2.0.35.Final to 2.0.36.Final @dependabot (#4940)
  • Change Snapshots location @alvarosanchez (#4943)
  • Fix circuitbreaker not working if no members set @jameskleeh (#4939)
  • Bump junit from 4.13.1 to 4.13.2 @dependabot (#4938)
  • Upgrade Testcontainers to 1.15.2 @ilopmar (#4936)

Contributors

@alvarosanchez, @dependabot, @dependabot[bot], @graemerocher, @ilopmar, @jameskleeh, @micronaut-build and @sdelamo

micronaut-core - Micronaut 2.3.2

Published by micronaut-build over 3 years ago

Changes

  • test-suite kotlin code cleanup @burtbeckwith (#4935)
  • test-suite groovy code cleanup @burtbeckwith (#4934)
  • test-suite java code cleanup @burtbeckwith (#4925)
  • docs fixes @burtbeckwith (#4922)
  • Bump micronaut-kotlin to 2.3.0 @micronaut-build (#4931)
  • Bump micronaut-grpc to 2.3.0 @micronaut-build (#4932)
  • Bump peter-evans/create-pull-request from v2 to v3.8.2 @dependabot (#4912)
  • Upgrade Kotlin / Add to BOM @graemerocher (#4930)
  • Fix for distributed tracing instrumentation on blocking controllers @lgathy (#4915)
  • whitespace @burtbeckwith (#4919)
  • Fix request URI usage for stream requests @ttzn (#4911)
  • Support ordering of log element builders and add a builder for elements known to not be implemented. @jameskleeh (#4894)
  • micronaut-kotlin #226: Issue with @RequestScope after top-level suspension of kotlin coroutine @timducheyne (#4904)
  • Bump micronaut-discovery-client to 2.2.4 @micronaut-build (#4905)
  • Upgrade Netty to 4.1.59 @ilopmar (#4906)
  • Bump micronaut-discovery-client to 2.2.3 @micronaut-build (#4892)
  • Add number tag @alexengrig (#4881)

Contributors

@alexengrig, @burtbeckwith, @dependabot, @dependabot[bot], @graemerocher, @ilopmar, @jameskleeh, @lgathy, @micronaut-build, @timducheyne and @ttzn

micronaut-core - Micronaut 2.3.1

Published by micronaut-build over 3 years ago

Changes

  • Bump micronaut-maven-plugin to 1.1.5 @micronaut-build (#4880)
  • Change data structures to keep order to create reproducible jars @jameskleeh (#4879)
  • Revert bugfix around setting properties and nullability @jameskleeh (#4869)
  • Add possibility to override the Zipkin path. @StephanePaulus (#4873)
  • Add io.micronaut.aws:micronaut-aws-sdk-v1 to the BOM @alvarosanchez (#4876)
  • Ignore client exceptions and fix issue with pipelining @jameskleeh (#4867)
  • fix staticResources.adoc: disabled -> enabled @pjungermann (#4863)
  • Correctly set convention and order of KubernetesEnvironmentPropertySource @alvarosanchez (#4865)
  • Bump micronaut-openapi to 2.3.1 @micronaut-build (#4859)
  • update uses of deprecated io.micronaut.test.annotation.MicronautTest @burtbeckwith (#4860)
  • Fix inner config props class in a non config props class @jameskleeh (#4857)
  • Add micronaut-function-aws-test project to BOM @ttzn (#4848)
  • Add a note about our better use of Semantic Versioning @alvarosanchez (#4847)
  • Bump micronaut-micrometer to 3.2.0 @micronaut-build (#4846)

Contributors

@StephanePaulus, @alvarosanchez, @burtbeckwith, @jameskleeh, @micronaut-build, @pjungermann and @ttzn

micronaut-core - Micronaut 2.3.0

Published by micronaut-build over 3 years ago

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

micronaut-core - Micronaut 2.2.3

Published by micronaut-build almost 4 years ago

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

micronaut-core - Micronaut 2.2.2

Published by micronaut-build almost 4 years ago

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

micronaut-core - Micronaut 2.2.1

Published by micronaut-build almost 4 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

  • fix: protect against npe thrown by nullable bean context @sdelamo (#4575)

Contributors

@alvarosanchez, @asodja, @dependabot, @dependabot[bot], @dstepanov, @graemerocher, @ilopmar, @jameskleeh, @micronaut-build, @prabhu43, @rafaelrenanpacheco, @sdelamo, @timducheyne, @ttzn and @wetted

micronaut-core - Micronaut 2.2.0

Published by jameskleeh almost 4 years ago

micronaut-core - Micronaut 2.1.4

Published by micronaut-build almost 4 years ago

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

micronaut-core - Micronaut 2.1.3

Published by micronaut-build almost 4 years ago

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

micronaut-core - Micronaut 2.1.2

Published by jameskleeh almost 4 years ago

micronaut-core - Micronaut 2.1.1

Published by jameskleeh about 4 years ago

micronaut-core - Micronaut 2.0.3

Published by micronaut-build about 4 years ago

Changes

  • Fix for context.with(argument).reject(value, exception) #3728 @fabmars (#4093)

Contributors

@fabmars and @jameskleeh

micronaut-core - Micronaut 2.0.2

Published by graemerocher about 4 years ago

IMPORTANT: This release contains a regression in regards to GraalVM and introduction advice with multiple/overridden methods. Please use a newer release.

Changes

  • Bump aws-java-sdk-lambda from 1.11.858 to 1.11.859 @dependabot (#4083)
  • [core] Update common files for branch 2.0.x @micronaut-build (#3904)
  • Bump micronaut-spring to 2.1.1 @micronaut-build (#4081)
  • Dependency upgrades @micronaut-build (#4068)
  • Bump micronaut-neo4j to 3.0.2 @micronaut-build (#4077)
  • Handle both BeanInstantiationException and DependencyInjectionException in error handling. @jameskleeh (#4067)
  • Bump micronaut-kafka to 2.1.1 @micronaut-build (#4057)
  • Bump jmh-core from 1.25 to 1.25.2 @dependabot (#4010)
  • Bump kotlinx-coroutines-jdk8 from 1.3.9 to 1.3.9-native-mt @dependabot (#4011)
  • Mention ThreadFactory instrumentation in upgrading docs @dstepanov (#4069)
  • Use rootBean as a leafBean for validator (#4030) @l0co (#4058)
  • Bump micronaut-flyway to 2.0.2 @micronaut-build (#4060)
  • Fix unresolved directives in docs @jameskleeh (#4052)
  • Bump micronaut-flyway to 2.0.1 @micronaut-build (#4044)
  • Bump micronaut-openapi to 1.5.3 @micronaut-build (#4025)
  • Ensure @Valid triggers bean definitions to be validatable @jameskleeh (#4018)
  • Don't attempt to read the body if the body is already satisfied @jameskleeh (#4019)
  • Fix EOF exception with empty json stream @jameskleeh (#4021)
  • Fix NPE with validating null wrapped values @jameskleeh (#4017)
  • Convert non mutable to mutable responses @jameskleeh (#4007)
  • Bump micronaut-picocli to 2.2.1 @micronaut-build (#4015)
  • Fix for method argument annotation visitors. @tomas-langer (#4009)
  • Bump hibernate-core from 5.4.20.Final to 5.4.21.Final @dependabot (#4002)
  • Bump micronaut-jackson-xml from 1.1.0 to 2.0.0 @dependabot (#4003)
  • Bump aws-java-sdk-lambda from 1.11.842 to 1.11.852 @dependabot (#3996)
  • Bump micronaut-jackson-xml to 1.1.1 @micronaut-build (#3998)
  • Fix proxying of empty responses with proxy client. Fixes #3964 @graemerocher (#3993)
  • Bump micronaut-aws to 2.0.2 @micronaut-build (#3990)
  • Add marker interface to Micronaut publishers @graemerocher (#3981)
  • Bump micronaut-mongodb to 2.1.1 @micronaut-build (#3980)
  • Bump micronaut-test to 1.2.3 @alvarosanchez (#3970)
  • Bump micronaut-sql to 3.0.1 @graemerocher (#3971)
  • Bump micronaut-gcp to 2.0.2 @micronaut-build (#3976)
  • Fix introspections on overridden methods in interfaces with generic return type @jameskleeh (#3965)
  • Adds tests to validate property loading with custom config locations and environment order @JasonTypesCodes (#3889)
  • explicitly setting random port in application-test.yml @HoffiMuc (#3902)
  • Bump micronaut-graphql to 1.4.0 @micronaut-build (#3959)
  • Correct inconsistent mapping of camelCase vs kebab-case properties @dstepanov (#3859)
  • Bump micronaut-grpc to 2.0.4 @micronaut-build (#3947)
  • Improve toString for routes @ilopmar (#3944)
  • Add old Oracle driver coordinates to the BOM @ilopmar (#3934)
  • Loggers endpoint is not enabled by default @ilopmar (#3927)
  • Downgrade to Ktor 1.3.1 @graemerocher (#3912)
  • Oracle updates @aalmiray (#3930)
  • fix typo @recursivecodes (#3929)
  • Remove 'Google' @recursivecodes (#3928)
  • Upgrade to GraalVM 20.2.0 @ilopmar (#3922)
  • Keep a collection of ServiceInstace to send a Heartbeat for all of them @ilopmar (#3920)
  • Improve loggers endpoint docs @ilopmar (#3909)
  • Bump kotlinx-coroutines-reactive from 1.3.8 to 1.3.9 @dependabot (#3916)
  • Bump micronaut-grpc to 2.0.3 @micronaut-build (#3911)
  • Include all micronaut grpc modules in the bom. Fixes #3900 @ilopmar (#3901)
  • Bump kotlinx-coroutines-jdk8 from 1.3.8 to 1.3.9 @dependabot (#3907)
  • Bump aws-java-sdk-lambda from 1.11.841 to 1.11.842 @dependabot (#3908)
  • Add new utility methods for GraalVM and refactor @ilopmar (#3874)
  • Bump jmh-generator-annprocess from 1.24 to 1.25 @dependabot (#3897)
  • Bump jmh-core from 1.24 to 1.25 @dependabot (#3898)
  • Bump aws-java-sdk-lambda from 1.11.840 to 1.11.841 @dependabot (#3899)
  • Bump jetty-alpn-openjdk8-client from 9.4.30.v20200611 to 9.4.31.v20200723 @dependabot (#3818)
  • Bump aws-java-sdk-lambda from 1.11.839 to 1.11.840 @dependabot (#3896)
  • Bump micronaut-servlet to 1.0.2 @micronaut-build (#3894)
  • Bump aws-java-sdk-lambda from 1.11.838 to 1.11.839 @dependabot (#3893)
  • Bump micronaut-grpc to 2.0.2 @micronaut-build (#3867)
  • Add details about Netty's memory management config @adamkobor (#3886)
  • Bump hibernate-core from 5.4.19.Final to 5.4.20.Final @dependabot (#3890)
  • Bump aws-java-sdk-lambda from 1.11.837 to 1.11.838 @dependabot (#3891)
  • Revert "Enable GraalMV --install-exit-handlers. Fixes #3880 (#3881)" @ilopmar (#3887)
  • Bump aws-java-sdk-lambda from 1.11.836 to 1.11.837 @dependabot (#3885)
  • Enable GraalMV --install-exit-handlers. Fixes #3880 @ilopmar (#3881)
  • Bump micronaut-cassandra to 2.2.0 @micronaut-build (#3878)
  • Bump aws-java-sdk-lambda from 1.11.834 to 1.11.836 @dependabot (#3876)
  • Bump mongo-java-driver from 3.12.6 to 3.12.7 @dependabot (#3875)
  • Bump jmh-generator-annprocess from 1.23 to 1.24 @dependabot (#3871)
  • Update upgrading.adoc @stigmelling (#3872)
  • Bump jmh-core from 1.23 to 1.24 @dependabot (#3870)
  • Fix PropertySourcePropertyResolver.java when property key starts with [. @dave08 (#3843)
  • Add support for multi dimensional arrays in introspections @jameskleeh (#3850)
  • Bump micronaut-gradle-plugins from 2.0.7 to 2.0.8 @dependabot (#3862)
  • Bump aws-java-sdk-lambda from 1.11.833 to 1.11.834 @dependabot (#3863)
  • Issue 3615 @jameskleeh (#3852)
  • Move Service Discover docs to its own repository @ilopmar (#3857)
  • Client should build ssl context for wss in addition to https @jameskleeh (#3858)
  • Fix "Recursive update" for scoped proxies @dstepanov (#3824)
  • Update creatingServer.adoc @Deepak25101997 (#3841)
  • Bump aws-java-sdk-lambda from 1.11.832 to 1.11.833 @dependabot (#3853)
  • Bump aws-java-sdk-lambda from 1.11.831 to 1.11.832 @dependabot (#3846)
  • Fix error routes, fixes #3834 @dstepanov (#3835)
  • Bump micronaut-cassandra to 2.1.0 @micronaut-build (#3838)
  • Bump aws-java-sdk-lambda from 1.11.829 to 1.11.831 @dependabot (#3833)
  • Bump micronaut-gradle-plugins from 2.0.6 to 2.0.7 @dependabot (#3832)
  • Changed Immage spelling to Image @ParhiShubhendu (#3830)
  • Bump aws-java-sdk-lambda from 1.11.828 to 1.11.829 @dependabot (#3813)
  • Bump micronaut-gradle-plugins from 2.0.5 to 2.0.6 @dependabot (#3814)
  • PropertySourcePropertyResolver now resolves properties starting with A @kensipe (#3812)

πŸš€ Features

  • Added support for maps with multiple values for property injection @anshlykov (#3966)

Contributors

@Deepak25101997, @HoffiMuc, @JasonTypesCodes, @ParhiShubhendu, @aalmiray, @adamkobor, @alvarosanchez, @anshlykov, @dave08, @dependabot, @dependabot[bot], @dstepanov, @graemerocher, @ilopmar, @jameskleeh, @kensipe, @l0co, @micronaut-build, @recursivecodes, @stigmelling and @tomas-langer

micronaut-core - Micronaut 2.0.1

Published by graemerocher about 4 years ago

v2.0.1 (2020-07-03)

Full Changelog

Issues Closed: https://github.com/micronaut-projects/micronaut-core/milestone/50?closed=1

Implemented enhancements:

  • Add support for Http2 settings. #3584 (@croudet)

Fixed bugs:

  • Micronaut not able to process consecutive http/2 POST requests #3618
  • Fix handling of HTTP content chunks. Fixes #3618 #3623 (@graemerocher)

Closed issues:

  • Micronaut's Netty server: OOM error : Leak suspect in io.netty.buffer.PoolThreadCache and io.netty.channel.nio.NioEventLoop #3422
  • Missing bookmark in documentation #3267
  • @MapFormat keyFormat default parameter not actual applied parameter #3005

Merged pull requests:

  • Bump aws-java-sdk-lambda from 1.11.812 to 1.11.816 #3631 (@dependabot-preview[bot])
  • Use release-drafter.yml instead #3624 (@graemerocher)
  • Bump micronaut-sql to 2.3.7 #3620 (@micronaut-build)
  • Add missing -chain operand for openssl command in https guide #3616 (@Vorlent)
  • Bump micronaut-redis to 2.3.1 #3614 (@micronaut-build)
  • Improve Async and Provider performance #3612 (@dstepanov)
  • Change @MapFormat keyConvention default #3605 (@jameskleeh)
  • Add missing Override annotations and #3604 (@croudet)
  • Clean-up mangement, router and runtime code. #3602 (@croudet)
  • Clean-up inject code. #3599 (@croudet)
  • Clean-up core code #3597 (@croudet)
  • Clean-up http code. #3595 (@croudet)
  • Added another example for maven group id renaming #3594 (@romeoro)
  • Bump oci-java-sdk-vault from 1.15.4 to 1.19.0 #3593 (@dependabot-preview[bot])
  • Bump micronaut-jackson-xml from 1.0.0 to 1.1.0 #3591 (@dependabot-preview[bot])
  • Support Optional in interface config #3586 (@David-16)
  • Edited commandLineApps.adoc #3581 (@ParhiShubhendu)
  • Bump micronaut-redis to 2.3.0 #3573 (@micronaut-build)
  • Bump micronaut-flyway to 2.0.0 #3571 (@micronaut-build)
  • Bump micronaut-neo4j to 3.0.0 #3570 (@micronaut-build)
  • Bump micronaut-reactor to 1.0.0 #3569 (@micronaut-build)
  • Bump micronaut-grpc to 2.0.0 #3568 (@micronaut-build)
  • Fix documentation about default value of jackson.bean-introspection-module #3566 (@morki)
  • [core] Update common files for branch master #3564 (@micronaut-build)
  • Reduce io.File usage #3486 (@dstepanov)

* This Changelog was automatically generated by github_changelog_generator

micronaut-core - Micronaut 1.3.7

Published by graemerocher over 4 years ago

NOTICE: It can take a while for all the dependencies to arrive to Maven Central and JCenter, if you are having dependency resolution issues add the following repository:

repositories {
    maven {
        url  "https://dl.bintray.com/micronaut/core-releases-local" 
    }
}