Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge 3.9.x, fix TCK test and document breakage #9133

Merged
merged 47 commits into from
Apr 21, 2023
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
860df1d
Bump micronaut-liquibase to 5.6.1 (#9040)
micronaut-build Mar 31, 2023
3614cbb
Bump micronaut-kafka to 4.5.3 (#9036)
micronaut-build Apr 3, 2023
b386c03
Support JDK 20 in annotation processors (#9022) (#9048)
graemerocher Apr 3, 2023
9110bb2
Bump micronaut-azure to 3.10.0 (#9050)
micronaut-build Apr 3, 2023
df65f6c
Bump micronaut-kubernetes to 4.0.0 (#9046)
micronaut-build Apr 4, 2023
3290103
Bump micronaut-liquibase to 5.7.1 (#9043)
micronaut-build Apr 4, 2023
2a8af7a
Merge branch '3.8.x' into 3.9.x
sdelamo Apr 4, 2023
46858e7
Bump micronaut-gcp to 4.10.0 (#9058)
micronaut-build Apr 4, 2023
9338ca6
build: add Micronaut Chatbots BOM (#9056)
sdelamo Apr 5, 2023
50c6e01
Bump micronaut-aws to 3.16.0 (#9065)
micronaut-build Apr 5, 2023
120e35a
Bump micronaut-micrometer to 4.8.3 (#9066)
micronaut-build Apr 5, 2023
2310670
Add ability to disable log in environments (#8946)
altro3 Apr 5, 2023
edfd75a
Bump micronaut-jms to 2.2.0 (#8729)
micronaut-build Apr 5, 2023
5d8af19
Bump micronaut-grpc to 3.6.0 (#9068)
micronaut-build Apr 5, 2023
e761475
Bump micronaut-security to 3.10.1 (#9082)
micronaut-build Apr 10, 2023
a783b1d
fix(deps): update netty monorepo to v4.1.91.final (#9079)
renovate[bot] Apr 10, 2023
3976532
Merge branch '3.8.x' into 3.9.x
sdelamo Apr 10, 2023
ce9b812
Bump micronaut-aws to 3.10.10 (#9084)
micronaut-build Apr 11, 2023
755f836
Update to Jackson 2.14.2 (#9064)
sdelamo Apr 11, 2023
b297e07
build: Micronaut Security 3.11.0 (#9087)
sdelamo Apr 11, 2023
b8ae15a
CRaC 1.2.2 (#9088)
sdelamo Apr 11, 2023
8d1db4e
Idea(8855)/service health indicator (#9061)
alexsimpson440dev Apr 12, 2023
1ef53a8
Bump micronaut-data to 3.10.0 (#9095)
micronaut-build Apr 12, 2023
2bdf5d4
Bump micronaut-aws to 3.17.0 (#9100)
micronaut-build Apr 12, 2023
940f37e
Deprecate `ConversionService.SHARED` and update custom converter docs…
wetted Apr 12, 2023
1a7b7b1
Load ApplicationContextConfigurer with passed classloader instead of …
Goldmensch Apr 13, 2023
8a63ced
Bump micronaut-elasticsearch to 4.4.0 (#9101)
micronaut-build Apr 13, 2023
ba2890e
[skip ci] Release v3.8.9
micronaut-build Apr 13, 2023
efb066a
build: managed-elasticsearch 7.17.9 (#9102)
sdelamo Apr 13, 2023
77d00c7
Back to 3.8.10-SNAPSHOT
micronaut-build Apr 13, 2023
0c8a08e
Merge branch '3.8.x' into 3.9.x
sdelamo Apr 13, 2023
8c37c57
build: crac 1.2.3
sdelamo Apr 13, 2023
a436cb8
discoery client 3.3.1
sdelamo Apr 13, 2023
04c93d8
build: rxjava 3 2.4.1
sdelamo Apr 13, 2023
9e397f9
build: test-resources 1.2.5
sdelamo Apr 13, 2023
cbcc42f
Bump micronaut-liquibase to 5.7.2 (#9109)
micronaut-build Apr 14, 2023
1cdac4a
bug: SslConfiguration::setProtocol (#9118)
sdelamo Apr 17, 2023
fb88999
Merge branch '3.8.x' into 3.9.x
sdelamo Apr 17, 2023
8fae07c
Add targetPackage property to the @Introspected annotation (#9105)
andriy-dmytruk Apr 17, 2023
dedfdd5
[skip ci] Release v3.9.0
micronaut-build Apr 17, 2023
277e6db
Back to 3.9.1-SNAPSHOT
micronaut-build Apr 17, 2023
0536d11
Add a TCK test for String based Exception handler (#9132)
timyates Apr 20, 2023
c732a47
Merge branch '3.9.x' into mergeup-3.9.x
timyates Apr 20, 2023
b176fa6
Fix ExceptionHandler TCK test
timyates Apr 20, 2023
97e30ba
Add breaking change
timyates Apr 20, 2023
4fb1e45
Better wording
timyates Apr 20, 2023
ad72f7e
Add in PR #9105
timyates Apr 20, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[skip ci] Release v3.9.0
  • Loading branch information
micronaut-build committed Apr 17, 2023
commit dedfdd5c6a205a3d02e56acaa4752df8c8302e4a
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=3.9.0-SNAPSHOT
projectVersion=3.9.0
projectGroupId=io.micronaut
title=Micronaut
projectDesc=Natively Cloud Native
Expand Down