micronaut-core

Micronaut Application Framework

APACHE-2.0 License

Stars
6K
Committers
408

Bot releases are hidden (Show)

micronaut-core - Micronaut 3.2.7

Published by micronaut-build almost 3 years ago

Changes

  • Upgrade to Netty 4.1.73.Final @ilopmar (#6774)
  • Add Gradle Enterprise badge @alextu (#6746)
  • Add jaxrs-server-security to catalog @pgressa (#6757)

πŸ› Bug Fixes

  • Release FileUpload, not the wrapped buffer, in NettyCompletedFileUpload @yawkat (#6759)
  • Handle void return type from Function clients @timyates (#6771)
  • Fix binding mixed attributes to body parameters @yawkat (#6764)

Contributors

@alextu, @ilopmar, @jameskleeh, @micronaut-build, @pgressa, @timyates and @yawkat

micronaut-core - Micronaut 3.2.6

Published by micronaut-build almost 3 years ago

Changes

  • Fix mutated metadata being cleared before it was written in Groovy classes @jameskleeh (#6749)
  • build: log4j to 2.17.1 @sdelamo (#6743)

πŸ› Bug Fixes

  • Fix HTTP/2 304 responses for files don't associate the correct stream ID @graemerocher (#6752)
  • Do not apply filters when RouteExecutor decides not to handle an error @yawkat (#6745)

Contributors

@graemerocher, @jameskleeh, @micronaut-build, @sdelamo and @yawkat

micronaut-core - Micronaut 3.2.5

Published by micronaut-build almost 3 years ago

Changes

  • Upgrade to Kotlin 1.6.10 @jameskleeh (#6741)
  • Clear annotation defaults cache to prevent pollution from one language to another @jameskleeh (#6734)
  • Host header rewritten when proxy is called @timyates (#6739)
  • Bump micronaut-security to 3.2.2 @micronaut-build (#6735)
  • Bump io.micronaut.build.shared.settings from 5.1.0 to 5.1.1 @dependabot (#6731)
  • Bump Micronaut Test to 3.0.5 @graemerocher (#6729)
  • Handle Logger initialization exception with returning NOPLogger @puneetbehl (#6714)
  • Retry flaky test @yawkat (#6719)
  • Update directory watcher and JNA to the first M1 supporting version @timyates (#6720)
  • Apple M1 chipset results in correct classifier @timyates (#6713)

πŸ› Bug Fixes

  • Fix imported introspection metadata not able to resolve type level annotations @graemerocher (#6727)
  • Do not insert @RequestAttributes as path params @yawkat (#6718)
  • Fix bug that makes it impossible to annotate inner types @graemerocher (#6721)

Contributors

@dependabot, @dependabot[bot], @graemerocher, @jameskleeh, @micronaut-build, @puneetbehl, @timyates and @yawkat

micronaut-core - Micronaut 3.2.4

Published by micronaut-build almost 3 years ago

Changes

  • Bump micronaut-security to 3.2.1 @micronaut-build (#6704)
  • Remove redundant service provider definiton for validation module @oujesky (#6703)
  • Update clientBasics.adoc @armansimonyan13 (#6695)
  • Use java.util.function.Supplier instead of directly initializing LOGGER @puneetbehl (#6692)
  • fix minor typo @podollb (#6700)
  • Reset previous validated messages in default validation context to null @agugan (#6607)
  • Missing merge on 3.x branch from 2.x for custom validators on nested pojos @tchiotludo (#6686)
  • Update link @recursivecodes (#6685)
  • Bump micronaut-flyway to 5.0.2 @micronaut-build (#6680)
  • Bump micronaut-liquibase to 5.0.1 @micronaut-build (#6679)
  • Bump micronaut-data to 3.2.2 @micronaut-build (#6675)
  • [core] Update common files for branch 3.2.x @micronaut-build (#6603)
  • build: log4j2 update to 2.17.0 from 2.16.0 @sdelamo (#6671)

πŸ› Bug Fixes

  • Fix ignoreBodyRead for large requests @yawkat (#6696)
  • Fix double release of form attributes @yawkat (#6707)
  • Fix bug with resolving bindings from AnnotationMetadataHierarchy @graemerocher (#6669)

Contributors

@agugan, @armansimonyan13, @graemerocher, @micronaut-build, @oujesky, @podollb, @puneetbehl, @recursivecodes, @sdelamo, @tchiotludo and @yawkat

micronaut-core - Micronaut 3.2.3

Published by micronaut-build almost 3 years ago

Changes

  • Bump micronaut-views to 3.0.4 @micronaut-build (#6658)
  • Consistently generate reports @melix (#6648)
  • Bump io.micronaut.build.shared.settings from 5.0.2 to 5.0.3 @dependabot (#6646)
  • Bump micronaut-grpc to 3.1.3 @micronaut-build (#6651)
  • update log4j from 2.15.0 to 2.16.0 @sdelamo (#6647)

πŸ› Bug Fixes

  • Ignore accessors with explicit JsonIgnore @yawkat (#6649)
  • Fix advice not applying when only on constructor @graemerocher (#6653)

Contributors

@dependabot, @dependabot[bot], @graemerocher, @melix, @micronaut-build, @sdelamo and @yawkat

micronaut-core - Micronaut 3.2.2

Published by micronaut-build almost 3 years ago

Changes

  • Bump micronaut-elasticsearch to 4.1.0 @micronaut-build (#6645)
  • Introduce an internal interface for finalizing context configuration @melix (#6635)
  • Upgrade to Netty 4.1.72 @ilopmar (#6642)
  • Bump micronaut-views to 3.0.2 @micronaut-build (#6629)
  • Fix race condition when reading the request body @jameskleeh (#6624)
  • Upgrade Netty to 4.1.71 @ilopmar (#6622)
  • improve performance of isWebSocketUpgrade @graemerocher (#6628)
  • Bump io.micronaut.build.shared.settings from 5.0.1 to 5.0.2 @dependabot (#6611)
  • Bump micronaut-data to 3.2.1 @micronaut-build (#6612)
  • Update testcontainers to 1.16.2 to fix race condition bug @danoliver1 (#6613)

πŸ› Bug Fixes

  • Fix interceptor bindings not applied from stereotype annotations @graemerocher (#6644)
  • Initialize netty classes at runtime @yawkat (#6616)

Contributors

@danoliver1, @dependabot, @dependabot[bot], @graemerocher, @ilopmar, @jameskleeh, @melix, @micronaut-build and @yawkat

micronaut-core - Micronaut 3.2.1

Published by micronaut-build almost 3 years ago

Changes

  • Bump micronaut-spring to 4.0.1 @micronaut-build (#6610)
  • Fix field annotation metadata in external classes @jameskleeh (#6588)
  • Support HTTP 1.1 pipelining @yawkat (#6597)
  • Bump micronaut-grpc to 3.1.2 @micronaut-build (#6605)
  • Bump micronaut-flyway to 5.0.1 @micronaut-build (#6604)
  • Some build tweaks @melix (#6602)
  • Bump micronaut-security to 3.1.1 @micronaut-build (#6559)
  • Upgrade to build plugins 5.0.x @melix (#6598)
  • Native image warning fixes @graemerocher (#6592)
  • Fix GraalVM warnings related to tracing @ilopmar (#6596)
  • Bump micronaut-micrometer to 4.1.1 @micronaut-build (#6585)
  • Bump micronaut-kubernetes to 3.2.1 @micronaut-build (#6583)
  • Use a thread local to store groovy element visitors @jameskleeh (#6571)
  • Bump actions/cache from 2.1.6 to 2.1.7 @dependabot (#6565)
  • Fix input file normalization for functional tests @melix (#6558)
  • Fix GraalVM warning about CoroutineHelper @ilopmar (#6567)

πŸ› Bug Fixes

  • remove netty from annotation processor path. Fixes #6599 @graemerocher (#6600)
  • Use the correct argument when getting a scoped bean @jameskleeh (#6589)
  • Set up coroutine context for WebSocket handler invocations @yawkat (#6584)
  • Check for static file resolution before returning route not found @segocago (#6581)
  • Add slf4j-simple as a dependency to inject-java and inject-groovy @graemerocher (#6572)
  • Fix race condition in HandlerPublisher @yawkat (#6573)

Contributors

@dependabot, @dependabot[bot], @graemerocher, @ilopmar, @jameskleeh, @melix, @micronaut-build, @segocago and @yawkat

micronaut-core - Micronaut 3.2.0

Published by jameskleeh almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/micronaut-projects/micronaut-core/compare/v3.1.3...v3.2.0

micronaut-core - Micronaut 3.1.4

Published by micronaut-build almost 3 years ago

Changes

  • Adds validator for java util date @ashishkujoy (#6481)
  • Update types.adoc @CharlesGe129 (#6475)
  • Replace usages of identityHashCode to prevent collisions @yawkat (#6512)
  • Keeps the http method same while following redirection @ashishkujoy (#6466)
  • Sort service file entries @jameskleeh (#6439)
  • Revert "Add method getFluentBeanProperties to JavaClassElement" @ilopmar (#6477)
  • Add method getFluentBeanProperties to JavaClassElement @ilopmar (#6415)
  • Update bootstrap.adoc @David-16 (#6473)
  • Bump micronaut-data to 3.1.2 @micronaut-build (#6469)
  • Better handle inheritance of Groovy properties @jameskleeh (#6453)
  • Fix HeartbeatDiscoveryClientCondition check for composite @jameskleeh (#6468)
  • Upgrade Netty to 4.1.70 @ilopmar (#6471)
  • Bump micronaut-gradle-plugins from 4.2.2 to 4.2.4 @dependabot (#6463)
  • Fix minor typo in error message @David-16 (#6462)
  • Only retrieve annotation defaults when they are not already present @jameskleeh (#6455)
  • Bump micronaut-aws to 3.0.4 @micronaut-build (#6461)
  • @JsonSerialize support for BeanIntrospectionModule @yawkat (#6452)
  • Document BigDecimal deserialization behavior @yawkat (#6450)

πŸ› Bug Fixes

  • Mark attribute multipart parts for release @yawkat (#6511)
  • Fix support for secondary servers with custom SSL config @graemerocher (#6506)
  • Fix AbstractTypeElementSpec on Java 17 @graemerocher (#6507)
  • Do not replace creator properties from introspection @yawkat (#6484)
  • Add missing properties when deserializing type with partial reflective access @yawkat (#6451)

Contributors

@CharlesGe129, @David-16, @ashishkujoy, @dependabot, @dependabot[bot], @graemerocher, @ilopmar, @jameskleeh, @micronaut-build and @yawkat

micronaut-core - Micronaut 3.1.3

Published by micronaut-build almost 3 years ago

Changes

  • Bump micronaut-aws to 3.0.3 @micronaut-build (#6448)

Contributors

@micronaut-build

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