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

Upgrade to Spring Boot 3.0.0 #1287

Merged
merged 185 commits into from
Jan 19, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
185 commits
Select commit Hold shift + click to select a range
1ff21cd
applied `boot-autoconfiguration-update`
JoeWang1127 Sep 13, 2022
4b3f6db
extract sleuth dependency from spring-cloud-dependencies to io.microm…
JoeWang1127 Oct 11, 2022
4adeaeb
add jakarta dependency
JoeWang1127 Oct 11, 2022
55e9732
extends crud repository for sorting repositories
JoeWang1127 Oct 12, 2022
fee80b9
remove joda time and ThreeTenBackport
JoeWang1127 Oct 12, 2022
5b4194d
remove deprecated method `getPersistentEntityTypes`
JoeWang1127 Oct 12, 2022
7d3b4ab
add sleuth starter dependency since it's not included in spring cloud…
JoeWang1127 Oct 12, 2022
ea84566
add dependencies for micrometer tracing
JoeWang1127 Oct 12, 2022
d7f8b74
upgrade java in maven plugin to 17
JoeWang1127 Oct 12, 2022
75546dd
remove transitive dependencies
JoeWang1127 Oct 12, 2022
3ebb756
fix broken unit tests
JoeWang1127 Oct 12, 2022
62e735b
remove sleuth starter dependency
JoeWang1127 Oct 13, 2022
b1f06c1
add io.micrometer dependency
JoeWang1127 Oct 13, 2022
5c69c3e
refacter test class
JoeWang1127 Oct 13, 2022
f50be0d
remove BraveHttpConfiguration as it is deprecated
JoeWang1127 Oct 14, 2022
701a022
add actuator starter dependency
JoeWang1127 Oct 15, 2022
eef5d36
remove BraveHttpConfiguration
JoeWang1127 Oct 15, 2022
fbfa218
fix broken unit tests
JoeWang1127 Oct 15, 2022
d2c4a52
remove usage of a deprecated constructor
JoeWang1127 Oct 21, 2022
d79a3cb
code refactor
JoeWang1127 Oct 21, 2022
95be0fd
remove the usage of a deprecated constructor
JoeWang1127 Oct 22, 2022
fbaba86
refactor tests
JoeWang1127 Oct 22, 2022
e8279b8
change to functional programming model
JoeWang1127 Oct 25, 2022
622173c
remove deprecated class in comments
JoeWang1127 Oct 25, 2022
748cef3
fix broken unit tests
JoeWang1127 Oct 25, 2022
33b58d7
rebase
JoeWang1127 Oct 25, 2022
177cd74
fix broken unit testd
JoeWang1127 Oct 25, 2022
55e6d5b
rebase
JoeWang1127 Oct 25, 2022
20d8e51
change extended binding properties tests according to spring style
JoeWang1127 Oct 27, 2022
bc50f97
improve line coverage
JoeWang1127 Oct 27, 2022
8497447
update errorprone to 2.16
JoeWang1127 Oct 30, 2022
ebc8745
refactor code
JoeWang1127 Oct 30, 2022
e314000
fix broken tests
JoeWang1127 Oct 30, 2022
26f82a0
log nested exception message explicitly
JoeWang1127 Nov 1, 2022
6d76791
refactor test code
JoeWang1127 Nov 1, 2022
5c91a7b
remove deprecated class `ClassTypeInformation`
JoeWang1127 Nov 1, 2022
32910e3
fix broken unit test
JoeWang1127 Nov 3, 2022
9b052ba
remove usage of `ClassTypeInformation.class`
JoeWang1127 Nov 3, 2022
a17839f
add generics so that unit tests can pass
JoeWang1127 Nov 3, 2022
4a9df3e
change name of an overridden method: `getPersistentEntityTypeInformat…
JoeWang1127 Nov 3, 2022
7f30232
fix broken unit test
JoeWang1127 Nov 3, 2022
79a2727
remove spring native support module
JoeWang1127 Nov 3, 2022
e62807e
replace javax to jakarta
JoeWang1127 Nov 7, 2022
afe7b9a
change package for `LocalServerPort`
JoeWang1127 Nov 7, 2022
9c98ec9
remove deprecated class `WebSecurityConfigurerAdapter`
JoeWang1127 Nov 7, 2022
dad0794
implement new auto configuration style
JoeWang1127 Nov 7, 2022
6c16903
experiment with samples
JoeWang1127 Nov 8, 2022
7bb67b7
merge dependencies pom
JoeWang1127 Nov 9, 2022
00a8381
change sampling property
JoeWang1127 Nov 9, 2022
d5116e5
exclude `ZipkinAutoConfiguration`
JoeWang1127 Nov 9, 2022
1935ca9
add firestore transaction manager
JoeWang1127 Nov 10, 2022
84a0572
change org of `r2dbc-postgresql`
JoeWang1127 Nov 10, 2022
4990427
update spring-shell-starter to 3.0.0-M1
JoeWang1127 Nov 10, 2022
484f7f9
refactor datastore basic example
JoeWang1127 Nov 10, 2022
bf7f477
polish datastore example
JoeWang1127 Nov 10, 2022
de3d749
change table name
JoeWang1127 Nov 10, 2022
211858c
change java version in ci
JoeWang1127 Nov 10, 2022
5369490
update failsafe plugin to 3.0.0-M7
JoeWang1127 Nov 10, 2022
30f84c8
remove java 8 and 11
JoeWang1127 Nov 10, 2022
8b9e800
remove unused import
JoeWang1127 Nov 10, 2022
6573b71
change javadoc plugin source
JoeWang1127 Nov 10, 2022
ba5d04f
fix checkstyle error
JoeWang1127 Nov 10, 2022
6ebfe0e
upgrade javadoc plugin source to 17
JoeWang1127 Nov 10, 2022
3eb1121
upgrade spring boot to 3.0.0-RC2
JoeWang1127 Nov 11, 2022
5c6741e
upgrade spring boot to 3.0.0-RC2 in samples
JoeWang1127 Nov 11, 2022
3a0566f
fix spanner repository sample
JoeWang1127 Nov 11, 2022
9218a70
refactor pubsub example
JoeWang1127 Nov 14, 2022
851fdd8
remove `ListenableFuture` as it is deprecated
JoeWang1127 Nov 15, 2022
b388e38
remove `ListenableFuture` in samples
JoeWang1127 Nov 15, 2022
9e671c8
remove `ListenableFuture` in bigquery module
JoeWang1127 Nov 15, 2022
92714e2
remove `ListenableFuture` in bigquery sample
JoeWang1127 Nov 15, 2022
8cff842
add return in `whenComplete` method
JoeWang1127 Nov 15, 2022
b877bb1
fix bigquery integration tests
JoeWang1127 Nov 15, 2022
b73298b
add `BinderFactoryAutoConfiguration`
JoeWang1127 Nov 15, 2022
63e2c0b
rebase branch onto main
JoeWang1127 Nov 15, 2022
9d756cd
fix integration tests in kotlin example
JoeWang1127 Nov 17, 2022
bcb7614
upgrade spring-cloud-dependencies to 2022.0.0-RC2
JoeWang1127 Nov 18, 2022
0d9541d
upgrade spring-cloud-dependencies-parent to 4.0.0-M5
JoeWang1127 Nov 18, 2022
230961f
fix pubsub stream dead letter sample
JoeWang1127 Nov 18, 2022
bfea5cc
remove `ArgumentCaptor`
JoeWang1127 Nov 18, 2022
a12a51b
fix `testProducerAndConsumerCustomizers`
JoeWang1127 Nov 18, 2022
2ab8e2d
fix bigquery sample integration tests
JoeWang1127 Nov 18, 2022
db17440
remove SpanCustomizer as it is provided by Spring
JoeWang1127 Nov 22, 2022
33d891c
refactor code
JoeWang1127 Nov 22, 2022
351387e
remove `GcpSecretManagerBootstrapConfiguration`
JoeWang1127 Nov 22, 2022
4dc37ba
fix integration test in pubsub bus sample
JoeWang1127 Nov 23, 2022
4ad2972
polish smell code
JoeWang1127 Nov 23, 2022
55ff0a0
remove `createSubscriberStub` method as it is deprecated
JoeWang1127 Nov 25, 2022
1e699eb
upgrade to spring boot 3.0
JoeWang1127 Nov 26, 2022
e447598
upgrade spring-boot-starter-parent to 3.0.0
JoeWang1127 Nov 26, 2022
9f529ad
temporily fix integration test in trace sample
JoeWang1127 Nov 28, 2022
11cf668
remove errorprone_java8
JoeWang1127 Nov 28, 2022
a330db2
add spring aop dependency
JoeWang1127 Nov 28, 2022
2f70f6a
add`ObservedAspect` bean to enable `Observed` annotation
JoeWang1127 Nov 28, 2022
7ba4e78
fix integration test in trace samples
JoeWang1127 Nov 28, 2022
bb2d57a
fix broken tests
JoeWang1127 Nov 28, 2022
64951ba
change package
JoeWang1127 Nov 28, 2022
74f470e
add param to fix integration tests
JoeWang1127 Nov 28, 2022
bded71a
change variable name for `r2dbc-mysql` dependency
JoeWang1127 Nov 29, 2022
d8dc163
remove deprecated `BigQueryTemplate` constructors
JoeWang1127 Nov 29, 2022
f342c12
remove deprecated `SpannerPersistentEntityImpl` method
JoeWang1127 Nov 29, 2022
f0d250f
remove deprecated `getSubscriber` method
JoeWang1127 Nov 29, 2022
9324ffb
remove deprecated `computeSubscriberFlowControlSettings` method
JoeWang1127 Nov 29, 2022
1934009
remove deprecated `computeSubscriberRetrySettings` method
JoeWang1127 Nov 29, 2022
9cc6ba9
remove deprecated constructor
JoeWang1127 Nov 29, 2022
03aaa86
remove used private method
JoeWang1127 Nov 29, 2022
5478337
remove deprecated methods
JoeWang1127 Nov 29, 2022
96d96a0
remove deprecated method
JoeWang1127 Nov 29, 2022
9848f3f
remove deprecated `getUpdateTime` method
JoeWang1127 Nov 30, 2022
f3d673a
fix broken tests
JoeWang1127 Nov 30, 2022
feebdf4
change `getModified` to return milliseconds rather than seconds
JoeWang1127 Nov 30, 2022
3efe079
polish
JoeWang1127 Nov 30, 2022
5861565
improve test coverage
JoeWang1127 Nov 30, 2022
2d3f05e
delete the mysql r2dbc sample from samples module
JoeWang1127 Dec 2, 2022
e47a96d
remove mysql r2dbc support
JoeWang1127 Dec 2, 2022
aeca912
upgrade r2dbc-postgresql to 1.0.0
JoeWang1127 Dec 3, 2022
1071518
polish
JoeWang1127 Dec 3, 2022
280fbbc
fix broken unit test
JoeWang1127 Dec 3, 2022
cff3fa4
improve line coverage
JoeWang1127 Dec 3, 2022
dc22210
change lastModifed to return milliseconds
JoeWang1127 Dec 3, 2022
4370cc7
improve test coverage
JoeWang1127 Dec 3, 2022
2827c4d
improve test coverage
JoeWang1127 Dec 4, 2022
f858983
improve test coverage
JoeWang1127 Dec 4, 2022
c6e688e
upgrade `spring-cloud-dependencies-parent` to `4.0.0-RC3`
JoeWang1127 Dec 4, 2022
0f43c1c
restore kotlin sample to use mysql instance
JoeWang1127 Dec 7, 2022
8b3ac18
add java 19 support for unit tests
JoeWang1127 Dec 8, 2022
c3c0e72
remove unused beans in trace
JoeWang1127 Dec 9, 2022
18cbbdd
remove `ListenableFuture` in vision
JoeWang1127 Dec 9, 2022
c76916a
fix integration test in vision
JoeWang1127 Dec 9, 2022
6befc87
remove unused import
JoeWang1127 Dec 9, 2022
bea4103
upgrade to newest version
JoeWang1127 Dec 9, 2022
4f4d08a
restore version
JoeWang1127 Dec 9, 2022
9a1a4b9
remove `StackdriverHttpRequestParser`
JoeWang1127 Dec 9, 2022
0b738e4
update docs of secret manager
JoeWang1127 Dec 11, 2022
6c4a1e7
turn off `CanIgnoreReturnValue` in errorprone
JoeWang1127 Dec 11, 2022
3529b11
implement new auto configuration style
JoeWang1127 Dec 11, 2022
dfd5263
order configuration files
JoeWang1127 Dec 11, 2022
e946ae6
remove r2dbc-mysql starter and sample
JoeWang1127 Dec 11, 2022
6e7a28d
remove `ListenableFuture` in docs
JoeWang1127 Dec 12, 2022
6e41589
remove `ListenableFuture` in comments
JoeWang1127 Dec 12, 2022
6ca1b63
remove legacy pubsub stream examples
JoeWang1127 Dec 12, 2022
61b9dd6
remove r2dbc-mysql in docs
JoeWang1127 Dec 12, 2022
5a684ea
fix smell code
JoeWang1127 Dec 12, 2022
b0e1125
restore change
JoeWang1127 Dec 12, 2022
568c9aa
restore dir in docs
JoeWang1127 Dec 12, 2022
6e81ab4
remove unused import
JoeWang1127 Dec 12, 2022
5b41272
upgrade kotlin version to 1.7.21
JoeWang1127 Dec 12, 2022
87ee6d4
fix stream docs
JoeWang1127 Dec 12, 2022
47464dc
refactor test code
JoeWang1127 Dec 12, 2022
403e5f6
refactor test code
JoeWang1127 Dec 12, 2022
fc38c88
merge changes in main
JoeWang1127 Dec 14, 2022
c6346ef
remove graalvm in github workflow
JoeWang1127 Dec 14, 2022
56de037
remove sleuth in docs and comments
JoeWang1127 Dec 14, 2022
df93249
change errorprone java baseline to 17
JoeWang1127 Dec 14, 2022
8482a7f
polish code
JoeWang1127 Dec 14, 2022
d4abf85
change version to 4.0
JoeWang1127 Dec 15, 2022
b657aab
merge with main
JoeWang1127 Dec 15, 2022
7fa2d53
renew copyright
JoeWang1127 Dec 15, 2022
f359098
remove parent in dependencies pom
JoeWang1127 Dec 15, 2022
010296f
remove experimental dependencies
JoeWang1127 Dec 19, 2022
def6ec3
change spring cloud dependencies to 2022.0
JoeWang1127 Dec 19, 2022
6753e61
upgrade spring-cloud-config dependency to 4.0.0
JoeWang1127 Dec 19, 2022
d0fbfea
remove spring milestone repo in production
JoeWang1127 Dec 19, 2022
fabe4e4
merge main
JoeWang1127 Dec 19, 2022
0b9c404
change datastore basic example to web-based app
JoeWang1127 Dec 20, 2022
2bf839f
remove spring native version num
JoeWang1127 Dec 20, 2022
32ab83e
restore version-update tag
JoeWang1127 Jan 4, 2023
1c76d81
merge main
JoeWang1127 Jan 4, 2023
ef3e5f4
restore dependency format
JoeWang1127 Jan 4, 2023
52d475c
restore dependency format
JoeWang1127 Jan 4, 2023
b494f41
restore serialized page test
JoeWang1127 Jan 4, 2023
fd33f89
modify changlog
JoeWang1127 Jan 5, 2023
1ee9fb7
merge main
JoeWang1127 Jan 5, 2023
8f11ce4
add versions.txt
JoeWang1127 Jan 5, 2023
f9e9068
delete native support test in samples
JoeWang1127 Jan 5, 2023
debcf3f
add migration guide
JoeWang1127 Jan 18, 2023
4a57d14
merge main
JoeWang1127 Jan 18, 2023
131a161
remove trash files
JoeWang1127 Jan 18, 2023
911aeb8
change to one sentence per line
JoeWang1127 Jan 18, 2023
7fefee2
add migration guide (markdown format)
JoeWang1127 Jan 19, 2023
dcdab0a
add link to migration guides
JoeWang1127 Jan 19, 2023
5931470
remove cross references
JoeWang1127 Jan 19, 2023
92e5ca5
specify min java version
JoeWang1127 Jan 19, 2023
3c819f2
restructure sections
JoeWang1127 Jan 19, 2023
551b27b
restore maven-resources-plugin version
JoeWang1127 Jan 19, 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
extract sleuth dependency from spring-cloud-dependencies to io.microm…
…eter dependency
  • Loading branch information
JoeWang1127 committed Dec 12, 2022
commit 4b3f6db3b14ad89cd162b84ae7f33e28df621406
10 changes: 10 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
<zipkin-gcp.version>1.0.4</zipkin-gcp.version>
<java-cfenv.version>2.4.1</java-cfenv.version>
<spring-native.version>0.10.5</spring-native.version>
<micrometer-tracing.verison>1.0.0-M8</micrometer-tracing.verison>

<!-- Plugin versions -->
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
Expand Down Expand Up @@ -149,6 +150,15 @@
<artifactId>spring-native-configuration</artifactId>
<version>${spring-native.version}</version>
</dependency>

<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-tracing-bom</artifactId>
<version>${micrometer-tracing.verison}</version>
<type>pom</type>
<scope>import</scope>
</dependency>

<dependency>
<groupId>org.springframework.experimental</groupId>
<artifactId>spring-aot</artifactId>
Expand Down
11 changes: 3 additions & 8 deletions spring-cloud-gcp-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -183,22 +183,17 @@

<!-- Trace -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-autoconfigure</artifactId>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-tracing</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>io.zipkin.reporter2</groupId>
<artifactId>zipkin-reporter-brave</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-brave</artifactId>
<optional>true</optional>
</dependency>

<dependency>
<groupId>io.zipkin.gcp</groupId>
<artifactId>zipkin-sender-stackdriver</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,8 @@
<artifactId>spring-cloud-gcp-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-sleuth</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-sleuth-brave</artifactId>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-tracing</artifactId>
</dependency>
<dependency>
<groupId>io.zipkin.gcp</groupId>
Expand Down