-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade to Spring Boot 3.0.0 (#1287)
* applied `boot-autoconfiguration-update` * extract sleuth dependency from spring-cloud-dependencies to io.micrometer dependency * add jakarta dependency * extends crud repository for sorting repositories * remove joda time and ThreeTenBackport * remove deprecated method `getPersistentEntityTypes` * add sleuth starter dependency since it's not included in spring cloud dependencies * add dependencies for micrometer tracing * upgrade java in maven plugin to 17 * remove transitive dependencies * fix broken unit tests * remove sleuth starter dependency * add io.micrometer dependency * refacter test class * remove BraveHttpConfiguration as it is deprecated * add actuator starter dependency * remove BraveHttpConfiguration * fix broken unit tests * remove usage of a deprecated constructor * code refactor * remove the usage of a deprecated constructor * refactor tests * change to functional programming model * remove deprecated class in comments * fix broken unit tests * rebase * fix broken unit testd * rebase * change extended binding properties tests according to spring style * improve line coverage * update errorprone to 2.16 * refactor code * fix broken tests * log nested exception message explicitly * refactor test code * remove deprecated class `ClassTypeInformation` * fix broken unit test * remove usage of `ClassTypeInformation.class` * add generics so that unit tests can pass * change name of an overridden method: `getPersistentEntityTypeInformation` * fix broken unit test * remove spring native support module * replace javax to jakarta * change package for `LocalServerPort` * remove deprecated class `WebSecurityConfigurerAdapter` * implement new auto configuration style * experiment with samples * merge dependencies pom * change sampling property * exclude `ZipkinAutoConfiguration` * add firestore transaction manager * change org of `r2dbc-postgresql` * update spring-shell-starter to 3.0.0-M1 * refactor datastore basic example * polish datastore example * change table name * change java version in ci * update failsafe plugin to 3.0.0-M7 * remove java 8 and 11 * remove unused import * change javadoc plugin source * fix checkstyle error * upgrade javadoc plugin source to 17 * upgrade spring boot to 3.0.0-RC2 * upgrade spring boot to 3.0.0-RC2 in samples * fix spanner repository sample * refactor pubsub example * remove `ListenableFuture` as it is deprecated * remove `ListenableFuture` in samples * remove `ListenableFuture` in bigquery module * remove `ListenableFuture` in bigquery sample * add return in `whenComplete` method * fix bigquery integration tests * add `BinderFactoryAutoConfiguration` * rebase branch onto main * fix integration tests in kotlin example * upgrade spring-cloud-dependencies to 2022.0.0-RC2 * upgrade spring-cloud-dependencies-parent to 4.0.0-M5 * fix pubsub stream dead letter sample * remove `ArgumentCaptor` * fix `testProducerAndConsumerCustomizers` * fix bigquery sample integration tests * remove SpanCustomizer as it is provided by Spring * refactor code * remove `GcpSecretManagerBootstrapConfiguration` * fix integration test in pubsub bus sample * polish smell code * remove `createSubscriberStub` method as it is deprecated * upgrade to spring boot 3.0 * upgrade spring-boot-starter-parent to 3.0.0 * temporily fix integration test in trace sample * remove errorprone_java8 * add spring aop dependency * add`ObservedAspect` bean to enable `Observed` annotation * fix integration test in trace samples * fix broken tests * change package * add param to fix integration tests * change variable name for `r2dbc-mysql` dependency * remove deprecated `BigQueryTemplate` constructors * remove deprecated `SpannerPersistentEntityImpl` method * remove deprecated `getSubscriber` method * remove deprecated `computeSubscriberFlowControlSettings` method * remove deprecated `computeSubscriberRetrySettings` method * remove deprecated constructor * remove used private method * remove deprecated methods * remove deprecated method * remove deprecated `getUpdateTime` method * fix broken tests * change `getModified` to return milliseconds rather than seconds * polish * improve test coverage * delete the mysql r2dbc sample from samples module * remove mysql r2dbc support * upgrade r2dbc-postgresql to 1.0.0 * polish * fix broken unit test * improve line coverage * change lastModifed to return milliseconds * improve test coverage * improve test coverage * improve test coverage * upgrade `spring-cloud-dependencies-parent` to `4.0.0-RC3` * restore kotlin sample to use mysql instance * add java 19 support for unit tests * remove unused beans in trace * remove `ListenableFuture` in vision * fix integration test in vision * remove unused import * upgrade to newest version * restore version * remove `StackdriverHttpRequestParser` * update docs of secret manager * turn off `CanIgnoreReturnValue` in errorprone * implement new auto configuration style * order configuration files * remove r2dbc-mysql starter and sample * remove `ListenableFuture` in docs * remove `ListenableFuture` in comments * remove legacy pubsub stream examples * remove r2dbc-mysql in docs * fix smell code * restore change * restore dir in docs * remove unused import * upgrade kotlin version to 1.7.21 * fix stream docs * refactor test code * refactor test code * remove graalvm in github workflow * remove sleuth in docs and comments * change errorprone java baseline to 17 * polish code * change version to 4.0 * renew copyright * remove parent in dependencies pom * remove experimental dependencies * change spring cloud dependencies to 2022.0 * upgrade spring-cloud-config dependency to 4.0.0 * remove spring milestone repo in production * change datastore basic example to web-based app * remove spring native version num * restore version-update tag * restore dependency format * restore dependency format * restore serialized page test * modify changlog * add versions.txt * delete native support test in samples * add migration guide * remove trash files * change to one sentence per line * add migration guide (markdown format) * add link to migration guides * remove cross references * specify min java version * restructure sections * restore maven-resources-plugin version
- Loading branch information
1 parent
12021ca
commit 0caa9b6
Showing
356 changed files
with
2,861 additions
and
4,719 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.