micronaut-core

Micronaut Application Framework

APACHE-2.0 License

Stars
6K
Committers
408

Bot releases are visible (Hide)

micronaut-core - Micronaut 3.1.2

Published by micronaut-build almost 3 years ago

Changes

  • Bump micronaut-servlet to 3.1.0 @micronaut-build (#6438)
  • Bump micronaut-aws to 3.0.2 @micronaut-build (#6428)
  • Bump micronaut-sql to 4.0.4 @micronaut-build (#6422)
  • Bump micronaut-gradle-plugins from 4.2.1 to 4.2.2 @dependabot (#6416)
  • Bump micronaut-sql to 4.0.3 @micronaut-build (#6418)
  • Fix outdated class name in ws client docs @yawkat (#6414)
  • Allow customization of http clients created through HttpClientRegistry @yawkat (#6408)
  • Enable BOM content checking for external BOMs only @melix (#6411)
  • Bump micronaut-oracle-cloud to 2.0.3 @micronaut-build (#6402)
  • fix to fetch the httpVersion from configuration, when its passed expl… @agugan (#6398)
  • Set the declaring type when is null @ilopmar (#6397)
  • Bump micronaut-grpc to 3.0.3 @micronaut-build (#6392)
  • Add Micronaut BOM to the version catalog @melix (#6390)
  • Bump micronaut-grpc to 3.0.2 @micronaut-build (#6388)
  • Bump micronaut-picocli to 4.0.1 @micronaut-build (#6384)
  • Bump micronaut-acme to 3.0.1 @micronaut-build (#6383)
  • Bump micronaut-micrometer to 4.0.1 @micronaut-build (#6379)
  • Small bean context perf improvement @dstepanov (#6281)
  • Speedup env. detection by resolving internal Google Cloud hostname instead of doing HTTP request @dstepanov (#6304)
  • Bump micronaut-oracle-cloud to 2.0.2 @micronaut-build (#6377)
  • Upgrade to jakarta.inject-api 2.0.1 @msgilligan (#6368)
  • Bump micronaut-grpc to 3.0.1 @micronaut-build (#6373)
  • Bump micronaut-data to 3.1.1 @micronaut-build (#6366)
  • Store client cookies in a single header @jameskleeh (#6357)
  • Bump micronaut-elasticsearch to 3.0.2 @micronaut-build (#6362)

πŸ› Bug Fixes

  • Upgrade to build plugins 4.2.4 @melix (#6443)
  • Don't copy content headers for redirect from POST request @yawkat (#6432)
  • Ignore ClosedChannelException for WebSocket broadcast @yawkat (#6423)
  • Set codec for tree-based parser @yawkat (#6431)
  • Load the bean definition instead of the bean itself @jameskleeh (#6426)
  • Don't attempt to write ABNORMAL_CLOSURE to closed websocket @yawkat (#6419)
  • Fix Micronaut project version properties @melix (#6413)
  • Micronaut BOM fixes @melix (#6405)
  • Use fully-featured BeanPropertyWriter constructor for introspection-only properties [Fixes #6387] @yawkat (#6403)
  • Fix findBeanRegistration for custom scopes. Fixes #6400 @graemerocher (#6401)
  • Fix incorrect bytecode for overridden void methods @dstepanov (#6372)
  • Address issues with bean scopes @graemerocher (#6367)
  • Fix javadoc publication @melix (#6365)
  • Use ObjectMapperFactory to create context-less object mapper [Fixes #6323] @yawkat (#6363)

Contributors

@agugan, @dependabot, @dependabot[bot], @dstepanov, @graemerocher, @ilopmar, @jameskleeh, @melix, @micronaut-build, @msgilligan and @yawkat

micronaut-core - Micronaut 3.1.1

Published by micronaut-build about 3 years ago

Changes

  • Transform a full response to a streaming one @jameskleeh (#6361)
  • Fix response<publisher<>> with a null body throwing an npe @jameskleeh (#6360)
  • Mark parameter as nullable @jameskleeh (#6339)
  • Don't load beans from http-client-core unless there is an HttpClientRegistry @jameskleeh (#6359)
  • Fixes issues with redirect URIs, and redirect never responding. @jameskleeh (#6335)
  • Add micronaut-micrometer-bom to micronaut-bom @frehov (#6353)
  • doc: recommend to use micronaut-validation @sdelamo (#6347)
  • Bump micronaut-coherence to 3.0.1 @micronaut-build (#6349)
  • doc: replace javax.inject with jakarta.inject @sdelamo (#6336)
  • Bump micronaut-sql to 4.0.2 @micronaut-build (#6326)
  • Upgrade to Netty 4.1.69 and use its BOM @ilopmar (#6329)
  • Bump micronaut-gradle-plugins from 4.1.5 to 4.2.1 @dependabot (#6319)
  • Split the need for a netty and mutable request @jameskleeh (#6318)
  • Bump micronaut-sql to 4.0.1 @micronaut-build (#6317)
  • Fix javadoc link to @Format @sdelamo (#6314)

πŸ› Bug Fixes

  • Fix BOM property substitution @melix (#6331)

Contributors

@dependabot, @dependabot[bot], @frehov, @ilopmar, @jameskleeh, @melix, @micronaut-build and @sdelamo

micronaut-core - Micronaut 3.1.0

Published by jameskleeh about 3 years ago

Changes

  • EmbeddedServer.getPort improvement @jameskleeh (#6290)
  • Bump versions of groovy and asm @jameskleeh (#6298)
  • Bump micronaut-security to 3.1.0 @micronaut-build (#6285)
  • Forward h2c upgrade request downstream so that it gets a response [Fixes #5005] @yawkat (#6270)
  • Add support for reading the body for streamed requests when the response is an error @jameskleeh (#6273)
  • Bump micronaut-aws to 3.0.1 @micronaut-build (#6276)
  • Bump Micronaut Data to 3.0.1 @graemerocher (#6280)
  • Bump micronaut-openapi to 3.1.0 @micronaut-build (#6279)
  • Mark some properties on Resource classes with their correct property names @yawkat (#6254)
  • Adds a getter for cron expression @ashishkujoy (#6258)
  • Introduce an index in immutable sorted maps @melix (#6268)
  • Bump micronaut-jaxrs to 3.1.0 @micronaut-build (#6262)

πŸ› Bug Fixes

  • Do not discard remaining data when cancelling h2c upgrade [Fixes #4643] @yawkat (#6300)
  • Implement (de)serialization of new JsonNode class [Fixes #6295] @yawkat (#6296)
  • Fix sharing of annotation class value loading between introspection and its ref @jameskleeh (#6289)
  • Unshare Http2OrHttpHandler because superclass does not support sharing @yawkat (#6283)

Contributors

@ashishkujoy, @burtbeckwith, @dstepanov, @graemerocher, @jameskleeh, @melix, @micronaut-build, @rlubke and @yawkat

micronaut-core - Micronaut 3.0.3

Published by micronaut-build about 3 years ago

Changes

  • Bump micronaut-gradle-plugins from 4.1.1 to 4.1.5 @dependabot (#6236)
  • Fix HttpClientFilterRequestInReactorContextSpec @ajtuss (#6240)
  • Fix referencing a local static variable in an annotation with Groovy @jameskleeh (#6244)
  • Fix max not being inclusive for BigInteger and BigDecimal @jameskleeh (#6245)
  • feat: use Filter.MATCH_ALL_PATTERN @sdelamo (#6241)
  • Bump micronaut-security to 3.0.2 @micronaut-build (#6237)
  • Upgrade Micronaut OpenAPI to 3.0.4 @ilopmar (#6229)
  • Adds a toString() method to DefaultConstraintViolation @sapanparikh18 (#6202)
  • Look through interfaces for pre destroy methods @jameskleeh (#6224)
  • Document VSCode Tooling Options @graemerocher (#6215)
  • Bump to Oracle Cloud 2.0.1 @graemerocher (#6222)

Contributors

@ajtuss, @graemerocher, @ilopmar, @jameskleeh, @sapanparikh18, and @sdelamo

micronaut-core - Micronaut 3.0.2

Published by micronaut-build about 3 years ago

Changes

  • Pr 6206 Modifications @jameskleeh (#6209)
  • Pr 6194 Modifications @jameskleeh (#6208)
  • Makes exception more informative, fixes #5418 @sapanparikh18 (#6184)
  • docs: clarify return values in isEmpty/isNotEmpty/hasText @TimothyJones (#6186)
  • Bump micronaut-jaxrs to 3.0.1 @micronaut-build (#6172)
  • build: bump up Micronaut Views version to 3.0.1 @sdelamo (#6174)
  • Pr 6167 Additions @jameskleeh (#6171)
  • Bump Micronaut Test to 3.0.2 @graemerocher (#6163)
  • Parse JDBC url to only print host/port/path when the datasource is down @jameskleeh (#6154)
  • Upgrade Micronaut Test to 3.0.1 @ilopmar (#6156)
  • Fix infinite loop when requesting demand in SingleThreadedBufferingSubscriber @yawkat (#6147)
  • Upgrade to Netty 4.1.68 and Tcnative 2.0.42 @ilopmar (#6151)
  • Upgrade Micronaut Elasticsearch to 3.0.1 @ilopmar (#6148)
  • test: ClientFilter reactor ctx has req in flatMap @sdelamo (#6127)
  • DefaultHttpHostResolver should not return port -1 when HOST header is missing (#6139) @jmongard (#6140)
  • Bump me.champeau.jmh from 0.6.4 to 0.6.6 @dependabot (#6134)
  • Bump micronaut-gradle-plugins from 4.0.1 to 4.1.1 @dependabot (#6133)
  • Add a sanity check to make sure that the catalog is valid @melix (#6135)
  • Add missing libraries to the BOM @ilopmar (#6132)
  • Fix packaging of the BOM @melix (#6131)
  • Initial work to modernize the Gradle build @melix (#6067)
  • Bump micronaut-openapi to 3.0.3 @micronaut-build (#6123)
  • chore: remove default property @rafaelrenanpacheco (#6109)

πŸ› Bug Fixes

  • Respect configured property inclusion in BeanIntrospectionPropertyWriter @yawkat (#6219)
  • Fixes setting up of duplicate headers in MutableHttpMessage. Fixes #6192 @ashishkujoy (#6204)
  • Fix race condition with writing last http content @jameskleeh (#6203)
  • Fix missing BOM properties @melix (#6199)
  • Fix support nullable inputstream @graemerocher (#6170)
  • Replace use of @Overrides with caching @graemerocher (#6168)
  • Correctly handle absence of request in RequestScope @graemerocher (#6122)
  • Don't block the event loop when reading inputstream. @graemerocher (#6120)
  • Don't emit response if the argument is void @jameskleeh (#6115)
  • fix: access parent request from Reactor Context in HTTP ClientFilter @sdelamo (#6114)

Contributors

@TimothyJones, @ashishkujoy, @dependabot, @dependabot[bot], @graemerocher, @ilopmar, @jameskleeh, @jmongard, @melix, @micronaut-build, @rafaelrenanpacheco, @sapanparikh18, @sdelamo and @yawkat

micronaut-core - Micronaut 3.0.1

Published by micronaut-build about 3 years ago

Changes

  • Pr 5945 @jameskleeh (#6106)
  • the netty unicast processor is not emitting errors for downstream subscribers @rawilder (#6074)
  • Bump micronaut-liquibase to 4.0.3 @micronaut-build (#6105)
  • Bump micronaut-openapi to 3.0.2 @micronaut-build (#6103)
  • Bump micronaut-security to 3.0.1 @micronaut-build (#6091)

πŸ› Bug Fixes

  • feat: allow SameSite case insensitive binding @sdelamo (#6101)

Contributors

@jameskleeh, @micronaut-build, @rawilder and @sdelamo

micronaut-core - Micronaut 2.5.13

Published by jameskleeh about 3 years ago

micronaut-core - Micronaut 3.0.0

Published by micronaut-build about 3 years ago

Changes

  • Bump micronaut-kubernetes to 3.0.0 @micronaut-build (#6038)
  • Bump micronaut-aws to 3.0.0 @micronaut-build (#6037)
  • Bump micronaut-kafka to 4.0.0 @micronaut-build (#6036)
  • Bump micronaut-gcp to 4.0.0 @micronaut-build (#6035)
  • Bump micronaut-azure to 3.0.0 @micronaut-build (#6034)
  • Bump micronaut-oracle-cloud to 2.0.0 @micronaut-build (#6033)
  • Bump micronaut-micrometer to 4.0.0 @micronaut-build (#6031)
  • Bump micronaut-spring to 4.0.0 @micronaut-build (#6032)
  • Bump micronaut-r2dbc to 2.0.0 @micronaut-build (#6029)
  • Bump micronaut-sql to 4.0.0 @micronaut-build (#6030)
  • Bump micronaut-mongodb to 4.0.0 @micronaut-build (#6028)
  • Bump micronaut-reactor to 2.0.0 @micronaut-build (#6027)
  • Bump micronaut-rxjava3 to 2.0.0 @micronaut-build (#6026)
  • Bump micronaut-grpc to 3.0.0 @micronaut-build (#6025)
  • Bump micronaut-security to 3.0.0 @micronaut-build (#6024)
  • Bump micronaut-redis to 5.0.0 @micronaut-build (#6023)
  • Bump micronaut-rxjava2 to 1.0.0 @micronaut-build (#6022)
  • Bump micronaut-neo4j to 5.0.0 @micronaut-build (#6021)
  • Bump micronaut-discovery-client to 3.0.0 @micronaut-build (#6020)
  • Bump micronaut-views to 3.0.0 @micronaut-build (#6019)
  • Bump micronaut-jmx to 3.0.0 @micronaut-build (#6018)
  • Bump micronaut-nats to 3.0.0 @micronaut-build (#6017)
  • Bump micronaut-multitenancy to 4.0.0 @micronaut-build (#6016)
  • Bump micronaut-servlet to 3.0.0 @micronaut-build (#6015)
  • Bump micronaut-test to 3.0.0 @micronaut-build (#6014)
  • Bump micronaut-picocli to 4.0.0 @micronaut-build (#6013)
  • Bump micronaut-rabbitmq to 3.0.0 @micronaut-build (#6012)
  • Bump micronaut-graphql to 3.0.0 @micronaut-build (#6010)
  • Bump micronaut-rss to 3.0.0 @micronaut-build (#6009)
  • Bump micronaut-elasticsearch to 3.0.0 @micronaut-build (#6008)
  • Bump micronaut-mqtt to 2.0.0 @micronaut-build (#6007)
  • Bump micronaut-problem-json to 2.0.0 @micronaut-build (#6006)
  • Bump micronaut-jaxrs to 3.0.0 @micronaut-build (#6005)
  • Pr 5993 rebase @jameskleeh (#6004)
  • Bump micronaut-data to 3.0.0 @micronaut-build (#6003)
  • Bump micronaut-cache to 3.0.0 @micronaut-build (#6002)
  • Bump micronaut-kotlin to 3.0.0 @micronaut-build (#6001)
  • Bump micronaut-jackson-xml to 3.0.0 @micronaut-build (#6000)
  • Bump micronaut-acme to 3.0.0 @micronaut-build (#5999)
  • Don't use already cancelled emitter. @mattmoss (#5987)
  • Bump micronaut-aws to 2.6.2 @micronaut-build (#5996)
  • Bump micronaut-groovy to 3.0.0 @micronaut-build (#5983)
  • Upgrade Netty to 4.1.67 @ilopmar (#5994)
  • Bump micronaut-openapi to 3.0.1 @micronaut-build (#5990)
  • Bump micronaut-openapi to 2.6.2 @micronaut-build (#5989)
  • Allow for multiple calls to close for the input stream returned by CompletedFileUpload when the backing data is on disk @jameskleeh (#5982)
  • build: add micronaut-reactor-http-client to bom @sdelamo (#5976)
  • build: micronaut-rxjava3-http-client in the bom @sdelamo (#5977)

Contributors

@graemerocher, @ilopmar, @jameskleeh, @mattmoss, @micronaut-build and @sdelamo

micronaut-core - Micronaut 2.5.12

Published by micronaut-build about 3 years ago

Changes

  • doc: links to reactor javadoc @sdelamo (#5969)
  • doc: RxInfoAggregator is ReactiveInfoAggregator @sdelamo (#5968)
  • doc: correct mention to renamed class @sdelamo (#5966)
  • doc: fix broken links in docs @sdelamo (#5970)
  • Fix class generation of getExposedTypes method. Fix docs @jameskleeh (#5971)
  • [docs] fix small typo in rx http client dependency in upgrading doc @racevedoo (#5962)
  • moved the OpenRewrite section to the top and clarified usage @burtbeckwith (#5963)

Contributors

@burtbeckwith, @jameskleeh, @micronaut-build, @racevedoo and @sdelamo

micronaut-core - Micronaut 3.0.0 RC1

Published by micronaut-build about 3 years ago

Changes

  • Add New Relic Micrometer registry to BOM @MT-Jacobs (#5960)
  • Bump micronaut-gcp to 4.0.0-RC2 @micronaut-build (#5959)
  • AnnotationMetadataHierarchy improvements @dstepanov (#5953)
  • Bump micronaut-views to 3.0.0-M2 @micronaut-build (#5958)
  • Change always serialize errors as list default value @jameskleeh (#5935)
  • Implement constructor element queries for GroovyClassElement @yawkat (#5957)
  • Use ChannelPipelineCustomizer.HANDLER_SSL from ssl handler on server @graemerocher (#5955)
  • Bump micronaut-liquibase to 4.0.2 @micronaut-build (#5952)
  • Bump micronaut-flyway to 4.1.0 @micronaut-build (#5950)
  • Fix GraalVM warning @ilopmar (#5949)
  • Support JDK 17 in annotation processors @graemerocher (#5948)
  • Improve generics aware isAssignableFrom @dstepanov (#5947)
  • Bump micronaut-servlet to 3.0.0-RC2 @micronaut-build (#5940)
  • Bump micronaut-jackson-xml from 2.2.1 to 2.3.2 @dependabot (#5941)
  • Bump micronaut-openapi to 3.0.0 @micronaut-build (#5944)
  • Bump micronaut-openapi to 2.6.1 @micronaut-build (#5942)
  • Fix name in link for Open Rewrite feature @burtbeckwith (#5943)
  • Bump mysql-connector-java from 8.0.23 to 8.0.26 @dependabot (#5934)
  • Correct composite qualifier's contains check for another composite qualifier @dstepanov (#5938)
  • Add generics aware isAssignableFrom to Argument @dstepanov (#5936)
  • Add a test for subset qualifiers injection @dstepanov (#5937)
  • Mark some jackson-related classes as internal @yawkat (#5925)
  • OpenRewrite docs and minor updates @burtbeckwith (#5930)
  • Bump mongo-java-driver from 3.12.8 to 3.12.10 @dependabot (#5933)
  • Bump micronaut-jackson-xml to 3.0.0-RC1 @micronaut-build (#5931)
  • Bump micronaut-security to 3.0.0-RC1 @micronaut-build (#5932)
  • Bump micronaut-jackson-xml to 2.3.2 @micronaut-build (#5929)
  • Bump bcpkix-jdk15on from 1.65 to 1.69 @dependabot (#5893)
  • Bump micronaut-kubernetes to 3.0.0-M1 @micronaut-build (#5919)
  • Expose modifiers to element API @graemerocher (#5927)
  • Move the server request key to ServerRequestContext @jameskleeh (#5924)
  • Improve support for primitive arrays in annotation metadata @graemerocher (#5923)
  • Routing refactor @jameskleeh (#5918)
  • Bump micronaut-rabbitmq to 3.0.0-RC3 @micronaut-build (#5922)
  • Add Improvements BeanBuilder API (factory beans, lifecycle methods for BeanElemenVisitor) @graemerocher (#5917)
  • Apply transformations when calling annotate(..) @graemerocher (#5916)
  • Makes the behaviour of a missing provider configurable @graemerocher (#5908)
  • Allow injection for fields with qualifiers without the presence of Inject @graemerocher (#5913)
  • Support more Optional* types in config properties @graemerocher (#5911)
  • Make built in bean references extensible @graemerocher (#5910)
  • Move ApplicationEventPublisherFactory to inject module @graemerocher (#5909)
  • Add support for visiting BeanElements before they are written @graemerocher (#5906)
  • Create inject-kotlin-test module for directly testing kapt processing in unit tests @yawkat (#5894)
  • Allow access to PackageElement from ClassElement @graemerocher (#5899)
  • Fix regression: ServerRequestContext not accessible in WebSocket filters @lgathy (#5901)
  • Bump micronaut-data to 3.0.0-RC1 @micronaut-build (#5898)
  • Test and fix NoSuchMethodError with AroundConstruct @graemerocher (#5904)
  • Add new issue templates @ilopmar (#5903)
  • Bump micronaut-liquibase to 4.0.1 @micronaut-build (#5897)
  • Bump micronaut-flyway to 4.0.1 @micronaut-build (#5896)

πŸš€ Features

  • Support adding stereotypes to annotation from a visitor @graemerocher (#5926)

πŸ› Bug Fixes

  • Fix inconsistent behaviour between remappers and transformers @graemerocher (#5915)
  • Fixes field injection that has both Value/Property and Inject for Java @graemerocher (#5912)

Contributors

@MT-Jacobs, @burtbeckwith, @dependabot, @dependabot[bot], @dstepanov, @graemerocher, @ilopmar, @jameskleeh, @lgathy, @micronaut-build and @yawkat

micronaut-core - Micronaut 3.0.0 M5

Published by micronaut-build about 3 years ago

Changes

  • Bump micronaut-gcp to 4.0.0-RC1 @micronaut-build (#5892)
  • Bump micronaut-kafka to 4.0.0-RC2 @micronaut-build (#5890)
  • Bump micronaut-neo4j to 5.0.0-RC1 @micronaut-build (#5889)
  • Bump micronaut-mongodb to 4.0.0-M2 @micronaut-build (#5887)
  • Bump micronaut-discovery-client to 3.0.0-M2 @micronaut-build (#5886)
  • use type variable support for providers @graemerocher (#5877)
  • Bump micronaut-r2dbc to 2.0.0-RC2 @micronaut-build (#5880)
  • Add test for withValue and data classes @graemerocher (#5883)
  • Fix OpenAPI module compilation error @graemerocher (#5878)
  • Update upgrade docs @jameskleeh (#5847)
  • Fix event publishers recursion @dstepanov (#5876)
  • Micronaut azure 300m1 @jameskleeh (#5875)
  • Bump micronaut-elasticsearch to 3.0.0-M1 @micronaut-build (#5867)
  • Bump micronaut-oracle-cloud to 2.0.0-RC1 @micronaut-build (#5865)

Contributors

@dstepanov, @graemerocher, @jameskleeh and @micronaut-build

micronaut-core - Micronaut 2.5.11

Published by micronaut-build about 3 years ago

Changes

Revert accidental bom dependency which targets Micronaut 3

Contributors

@jameskleeh and @micronaut-build

micronaut-core - Micronaut 2.5.10

Published by jameskleeh about 3 years ago

This release should be avoided because it contains a conflicting version of Micronaut Azure that brings in Micronaut 3 milestone assets

micronaut-core - Micronaut 3.0.0 M4

Published by micronaut-build over 3 years ago

micronaut-core - Micronaut 3.0.0 M3

Published by jameskleeh over 3 years ago

This is an internal milestone used as a point to release dependent modules.

Many modules are incompatible with this release

micronaut-core - Micronaut 2.5.9

Published by micronaut-build over 3 years ago

Changes

  • No changes

Contributors

@graemerocher and @jameskleeh

  • Fix Reactor + native image (#5749)
micronaut-core - Micronaut 2.5.8

Published by micronaut-build over 3 years ago

Changes

  • Bump micronaut-data to 2.4.7 @micronaut-build (#5725)
  • Bump micronaut-coherence to 1.0.0 @micronaut-build (#5712)
  • Fix memory leak with input stream body @jameskleeh (#5683)
  • oracle cloud documentation for vault @pgressa (#5687)
  • Bump micronaut-oracle-cloud to 1.4.0 @micronaut-build (#5686)
  • Don't swallow errors constructing the request uri @jameskleeh (#5685)

Contributors

@jameskleeh, @micronaut-build and @pgressa

micronaut-core - Micronaut 2.5.7

Published by micronaut-build over 3 years ago

Changes

  • Fix dead link in graal.adoc @FelixSchuSi (#5651)
  • Fix NPE with retrieving subprotocol in @OnOpen websocket method. @jameskleeh (#5650)
  • Introduction around groovy @jameskleeh (#5649)
  • Only error if enum actually declared bean. Fixes #5611 @graemerocher (#5644)
  • fix: logger name for HttpClientIntroductionAdvice @sdelamo (#5641)
  • Bump micronaut-oracle-cloud to 1.3.6 @micronaut-build (#5638)
  • Bump micronaut-security to 2.4.3 @micronaut-build (#5633)
  • Fix for custom reason phrase is inaccessible in filters when using Netty runtime @lgathy (#5627)
  • fix: reactive sequence bracket prepending @jameskleeh (#5630)
  • extract websocket upgrade method @sdelamo (#5624)
  • test: websocket upgrade case insensitive @sdelamo (#5623)

Contributors

@FelixSchuSi, @graemerocher, @jameskleeh, @lgathy, @micronaut-build and @sdelamo

micronaut-core - Micronaut 3.0.0 M2

Published by micronaut-build over 3 years ago

Changes

  • No changes

Contributors

@micronaut-build

micronaut-core - Micronaut 2.5.6

Published by micronaut-build over 3 years ago

Changes

  • Fix multiple factory replacements @PhilHardwick (#5597)
  • Bring back stereotype and annotation mapper changes from 3.x. Add stereotype processing for repeatable @jameskleeh (#5590)
  • Bump micronaut-test to 2.3.7 @micronaut-build (#5598)
  • Support serialisation/deserialisation with @JsonAnyGetter and @JsonAnySetter @safarmer (#5599)
  • Bump micronaut-kubernetes to 2.3.4 @micronaut-build (#5589)
  • Generate error when private methods are annotated with @Around advice @mattmoss (#5569)
  • test: groovy.test.NotYetImplemented @sdelamo (#5587)
  • remove unused imports @sdelamo (#5586)
  • Fixes null body inconsistency inside HttpRequest @utsav0209 (#5481)
  • Bump micronaut-redis to 4.0.2 @micronaut-build (#5582)
  • test: Use MicronautTest correct import @sdelamo (#5584)
  • fix: declarative client with suspended function fails on 404 @wlezzar (#5575)
  • Provide better error message with Adapter on Kotlin suspend method. @mattmoss (#5576)
  • Test for checking if a ClassElement is an enum @ilopmar (#5570)
  • Delay emission of response headers until at least 1 item is emitted in a streaming response @jameskleeh (#5558)
  • Pr 5493 @jameskleeh (#5561)
  • Bump micronaut-grpc to 2.5.0 @micronaut-build (#5563)
  • Bump micronaut-data to 2.4.4 @micronaut-build (#5562)
  • setting JAEGER_SERVICE_NAME system prop if not present in system prop and env var @SubhadeepSen (#5529)
  • Adds GCP Secret Manager to BOM @JasonTypesCodes (#5531)

Contributors

@JasonTypesCodes, @PhilHardwick, @SubhadeepSen, @ilopmar, @jameskleeh, @mattmoss, @micronaut-build, @safarmer, @sdelamo, @utsav0209 and @wlezzar