Moritz Halbritter
5ab9112bbc
Add auto-configuration for Micrometer 2.0.0 Observation API
...
- Adds a ObservationRegistry bean
- Add support for ObservationRegistryCustomizers
- Enables timer creation for observations if micrometer-core is on
the classpath
- Registers ObservationPredicate, GlobalTagsProvider and
ObservationHandler on the MeterRegistry
- Applies grouping to the ObservationHandlers: MeterObservationHandler
are added to a FirstMatchingCompositeObservationHandler
- If micrometer-tracing is on the classpath, the
TracingObservationHandler are added to a
FirstMatchingCompositeObservationHandler
Closes gh-29666
3 years ago
Yixiang Zhao
effd70ea21
Add reference to Casdoor Spring Boot Starter
...
See gh-30220
3 years ago
Andy Wilkinson
dd812a3f76
Upgrade to Groovy 4.0.1
...
Closes gh-30279
3 years ago
Moritz Halbritter
1793cee00f
Start building against Micrometer 2.0.0-M3
...
See gh-29753
3 years ago
Moritz Halbritter
7897a913a7
Start building against Micrometer 1.9.0-M4 snapshots
...
Micrometer duplicated the binders in a separate module named
micrometer-binders, and marked the binders in the core module as
deprecated. This commit changes the imports to use the new binders in
the micrometer-binders module. Additionally, the auto-configurations
honor user-supplied beans which use the old binders in the
micrometer-core module.
See gh-30014
3 years ago
Brian Clozel
b1c815830f
Upgrade to RxJava 3.x and remove older generations
...
As Spring Framework removed support for RxJava 1.x and 2.x, we should do
the same and only provide dependency management for RxJava 3.x.
Closes gh-28212
3 years ago
Andy Wilkinson
f025ab629a
Switch to new coordinates for Git Commit ID Maven Plugin
...
Closes gh-29515
3 years ago
Stephane Nicoll
4d03f89a55
Harmonize dependency upgrades with Spring Boot 2.7.0-M1
...
Closes gh-29476
3 years ago
Andy Wilkinson
26fecbe230
Upgrade to Thymeleaf and Security Extras 3.1.0-M1
...
Closes gh-49452
Closes gh-49453
3 years ago
Andy Wilkinson
12cd97a20c
Reinstate support for Thymeleaf
3 years ago
Stephane Nicoll
f8aa8a9742
Remove unnecessary exclude
...
See gh-29292
3 years ago
Andy Wilkinson
894f83fb13
Upgrade to Artemis 2.20.0 and switch to Jakarta EE 9 JMS API
...
Closes gh-29203
3 years ago
Andy Wilkinson
89e79e826e
Reinstate support for Apache Artemis
...
See gh-29203
3 years ago
Andy Wilkinson
c2e86096cd
Reinstate support for jOOQ as it now supports Jakarta EE 9
...
Closes gh-29271
3 years ago
Andy Wilkinson
1dbfcf8b57
Reinstate support for Spring Data Couchbase
...
Closes gh-28976
3 years ago
Brian Clozel
f61c87c3a7
Revert "Merge branch '2.7.x'"
...
This reverts commit f0677a119c
, reversing
changes made to 938d58f32c
.
3 years ago
Brian Clozel
f0677a119c
Merge branch '2.7.x'
3 years ago
Brian Clozel
d5603f2c98
Add GraphQL Spring Boot starter
...
This new starter brings the following dependencies:
* the base starter
* the JSON starter
* the Spring GraphQL dependency
See gh-29140
3 years ago
dramatist
ac2ef33107
Upgrade Java version to 17 in spring-boot-starter-parent's pom
...
See gh-28928
3 years ago
Scott Frederick
f28eb073b3
Remove unnecessary exclusion from web-services starter
...
See gh-28648
3 years ago
Andy Wilkinson
fe7b13ec46
Upgrade to Spring Framework 6 and Jakarta EE 9
...
Closes gh-28619
Closes gh-28620
Closes gh-28621
Closes gh-28622
Closes gh-28623
Closes gh-28624
Closes gh-28625
Closes gh-28626
Closes gh-28627
Closes gh-28628
Closes gh-28629
Closes gh-28630
Closes gh-28631
Closes gh-28632
Closes gh-28633
Closes gh-28634
Closes gh-28635
Closes gh-28636
Closes gh-28638
Closes gh-28639
Closes gh-28640
Closes gh-28644
Closes gh-28645
Closes gh-28650
Closes gh-28711
Closes gh-28866
Closes gh-28867
Closes gh-28868
Closes gh-28872
See gh-28641
See gh-28642
See gh-28643
See gh-28646
See gh-28647
See gh-28648
See gh-28649
See gh-28721
See gh-28869
See gh-28871
3 years ago
Andy Wilkinson
4a8904aaa9
Drop support for jOOQ until its dependencies are Jakarta EE 9 compatible
...
Closes gh-28821
3 years ago
Scott Frederick
015dca1956
Remove support for Thymeleaf
...
Closes gh-28611
3 years ago
Madhura Bhave
c8fd5f0080
Remove support for Artemis
...
Closes gh-28593
3 years ago
Andy Wilkinson
8bf2ffd93c
Drop support for Jersey until jersey-spring6 is available
...
Closes gh-28808
3 years ago
Scott Frederick
29a21d4621
Remove support for Spring Data Couchbase and Couchbase caching
...
Fixes gh-28613
3 years ago
Andy Wilkinson
63492507b4
Remove support for Apache ActiveMQ
...
Closes gh-28591
3 years ago
Andy Wilkinson
ef02cc9bff
Remove support for Atomikos
...
Closes gh-28589
3 years ago
Andy Wilkinson
814c86c5e8
Raise the minimum supported version of Gradle to 7.3
...
Closes gh-28100
3 years ago
Stephane Nicoll
cdc14250c4
Merge branch '2.5.x'
...
Closes gh-28691
3 years ago
izeye
e56efc03f6
Update URL for GraphQL Spring Boot starter
...
See gh-28683
3 years ago
Andy Wilkinson
a27dfcb9b0
Make R2DBC auto-config back off without a connection provider
...
Closes gh-26439
3 years ago
Phillip Webb
66aa713b85
Merge branch '2.5.x'
3 years ago
Phillip Webb
467e063d4b
Merge branch '2.4.x' into 2.5.x
3 years ago
Phillip Webb
8e704aab48
Restore 'javax.xml.bind:jaxb-api' exclusion
...
Restore the 'javax.xml.bind:jaxb-api' exclusion from `xmlunit-core`
which is actually required when using Maven on Java 9+.
The `CheckClasspathForUnnecessaryExclusions` cannot deal with profile
specific dependencies so an exception has been hard coded.
See gh-28332
3 years ago
Phillip Webb
670d1672de
Revert "Remove unnecessary bind-api dependency from test starter"
...
This reverts commit 9867651024
.
See gh-28085
3 years ago
Phillip Webb
8c3815d4c8
Merge branch '2.5.x'
...
Closes gh-28350
3 years ago
Phillip Webb
a9df8c3ef4
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28349
3 years ago
Martin Vietz
9867651024
Remove unnecessary bind-api dependency from test starter
...
See gh-28344
3 years ago
Andy Wilkinson
05aab86275
Merge branch '2.5.x'
...
Closes gh-28341
3 years ago
Andy Wilkinson
865615e099
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28340
3 years ago
Andy Wilkinson
ce1a1415ab
Use official Jakarta Management API dependency in ActiveMQ starter
...
Fixes gh-28339
3 years ago
Andy Wilkinson
2d837a6eae
Merge branch '2.5.x'
...
Closes gh-28337
3 years ago
Andy Wilkinson
3800f060b5
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28336
3 years ago
Andy Wilkinson
2fb8c8d27e
Check starters for unnecessary exclusions
...
Closes gh-28332
3 years ago
Andy Wilkinson
a119956c66
Merge branch '2.5.x'
...
Closes gh-28334
3 years ago
Andy Wilkinson
5fd5556b1f
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28333
3 years ago
Martin Vietz
a10db66b16
Remove unnecessary mail dependency from oauth2-client starter
...
See gh-28308
3 years ago
Andy Wilkinson
191b50241d
Merge branch '2.5.x'
...
Closes gh-28331
3 years ago
Andy Wilkinson
d3037103fe
Merge branch '2.4.x' into 2.5.x
...
Closes gh-28330
3 years ago
Andy Wilkinson
9f13941c2f
Prohibit org.jboss.spec.* dependencies
...
Closes gh-28329
3 years ago
Ricardo Zanini
02cf988400
Add reference to Kogito Spring Boot Starters
...
See gh-27989
3 years ago
Mihaita Tinta
740de591d1
Add reference to WebAuthn Spring Boot Starter
...
See gh-27841
3 years ago
Stephane Nicoll
8668e55631
Revert "Avoid dependency on Kotlin when depending on spring-security-config"
...
Closes gh-26728
3 years ago
Stephane Nicoll
5044137658
Revert "Avoid duplicate crypto classes when depending on spring-security-core"
...
Closes gh-26588
3 years ago
Stephane Nicoll
ab90a948be
Polish "Fix Optaplanner starter url"
...
See gh-26816
3 years ago
Geoffrey De Smet
736b0678e5
Fix Optaplanner starter url
...
See gh-26816
3 years ago
Stephane Nicoll
7b490f003c
Avoid dependency on Kotlin when depending on spring-security-config
...
Closes gh-26727
4 years ago
Andy Wilkinson
33a5c31fe3
Avoid duplicate crypto classes when depending on spring-security-core
...
See gh-26387
4 years ago
Soheel Chughtai
18b017690a
Add reference to IBM MQ Spring Boot starter
...
See gh-26041
4 years ago
Stephane Nicoll
c1ebe40c56
Polish "Add reference to Bitcoin Spring Boot starter"
...
See gh-25943
4 years ago
Thebora Kompanioni
f7c5ece35e
Add reference to Bitcoin Spring Boot starter
...
See gh-25943
4 years ago
Andy Wilkinson
ebca1af3fd
Polish "Add reference to Ogham Spring Boot starters"
...
See gh-24964
4 years ago
Aurélien Baudet
0e436a2ccf
Add reference to Ogham Spring Boot starters
...
See gh-24964
4 years ago
Stephane Nicoll
012a199773
Remove Spring Data Solr support
...
In preparation to the upgrade to Spring Data 2021.0, this commit removes
auto-configuration for Spring Data Solr.
Closes gh-24939
4 years ago
Stephane Nicoll
85729d2a8a
Merge branch '2.3.x' into 2.4.x
...
Closes gh-24943
4 years ago
Stephane Nicoll
10b4cb8cb5
Deprecate Spring Data Solr support
...
Closes gh-24942
4 years ago
Stephane Nicoll
a18f01addf
Remove bitronix support
...
See gh-24806
4 years ago
Andy Wilkinson
4b0d5c31de
Switch to the Apache Tomcat EL implementation by default
...
Previously we used org.glassfish:jakarta.el as our default EL
implementation. Since adopting it we have learned that it can be
significantly slower than Apache Tomcat's EL implementation in some
scenarios. This commit switches to using
org.apache.tomcat.embed:tomcat-embed-el by default instead of the
Glassfish implementation.
Closes gh-24744
4 years ago
Stephane Nicoll
ff59bb3abf
Configure resources filtering encoding
...
Closes gh-24576
4 years ago
Stephane Nicoll
0007961805
Add reference to JobRunr Spring Boot starter
...
Closes gh-23725
4 years ago
Stephane Nicoll
83788920ce
Remove NIO Multipart Parser in favour of WebFlux's own parser
...
Closes gh-23601
4 years ago
Stephane Nicoll
77e27eaeb1
Polish "Add reference to desensitization spring boot starter"
...
See gh-23507
4 years ago
zyc
1d0b085b5c
Add reference to desensitization spring boot starter
...
See gh-23507
4 years ago
Dario Seidl
22d03b21df
Add reference to AOProfiling Spring Boot starter
...
See gh-23161
4 years ago
Stephane Nicoll
2f7f5f4c8e
Polish "Add Hyperledger Fabric for Spring Boot Starter"
...
See gh-23058
4 years ago
mvanmeerbeck
cd6945aad2
Add Hyperledger Fabric for Spring Boot Starter
...
See gh-23058
4 years ago
Andy Wilkinson
520cfa4638
Merge branch '2.3.x'
...
Closes gh-22904
4 years ago
Andy Wilkinson
0841eab877
Simplify build.gradle for spring-boot-starter-data-solr
...
Closes gh-22903
4 years ago
Brian Clozel
fb1234a22c
Upgrade to Reactor 2020.0.0 SNAPSHOTs
...
See gh-22667
4 years ago
Andy Wilkinson
e4b065bdd9
Merge branch '2.3.x'
...
Closes gh-22419
4 years ago
Andy Wilkinson
5795caea81
Reinstate jetty-jndi exclusion in spring-boot-starter-jetty
...
Fixes gh-22241
4 years ago
Andy Wilkinson
19ad163486
Merge branch '2.3.x'
...
Closes gh-22411
4 years ago
Andy Wilkinson
accc1f1ca8
Merge branch '2.2.x' into 2.3.x
...
Closes gh-22410
4 years ago
Andy Wilkinson
21f733b89b
Merge branch '2.1.x' into 2.2.x
...
Closes gh-22409
4 years ago
Andy Wilkinson
179d2c79d6
Avoid trivialising what the reader's learning about
...
Closes gh-22408
4 years ago
Andy Wilkinson
57b9286c84
Merge branch '2.3.x'
4 years ago
Andy Wilkinson
2d1dffa3ad
Correct additions to spring-boot-starter-parent's pom
...
Following the fix for gh-21989, spring-boot-starter-parent no longer
contains an <issueManagement> element. As a result the additional
content was no longer being added to the pom. This commit updates
the additions so that they are now added after the <scm> element
that is still present.
See gh-21989
4 years ago
Andy Wilkinson
07fb4b065d
Merge branch '2.3.x'
...
Closes gh-21940
4 years ago
Andy Wilkinson
0de466e06e
Require dependency on s-b-dependencies to use its constraints
...
Previously, Spring Boot's modules published Gradle Module Metadata
(GMM) the declared a platform dependency on spring-boot-dependencies.
This provided versions for each module's own dependencies but also had
they unwanted side-effect of pulling in spring-boot-dependencies
constraints which would influence the version of other dependencies
declared in the same configuration. This was undesirable as users
should be able to opt in to this level of dependency management, either
by using the dependency management plugin or by using Gradle's built-in
support via a platform dependency on spring-boot-dependencies.
This commit reworks how Spring Boot's build uses
spring-boot-dependencies and spring-boot-parent to provide its own
dependency management. Configurations that aren't seen by consumers are
configured to extend a dependencyManagement configuration that has an
enforced platform dependency on spring-boot-parent. This enforces
spring-boot-parent's version constraints on Spring Boot's build without
making them visible to consumers. To ensure that the versions that
Spring Boot has been built against are visible to consumers, the
Maven publication that produces pom files and GMM for the published
modules is configured to use the resolved versions from the module's
runtime classpath.
Fixes gh-21911
4 years ago
Andy Wilkinson
8fb7a6cace
Remove JUnit 5's vintage engine from spring-boot-starter-test
...
Closes gh-21625
5 years ago
Stephane Nicoll
4624bf6552
Polish "Add reference to rocketmq-spring-boot-starter"
...
See gh-21653
5 years ago
ThierrySquirrel
c547567882
Add reference to rocketmq-spring-boot-starter
...
See gh-21653
5 years ago
Stephane Nicoll
53bf65df47
Merge branch '2.2.x'
...
Closes gh-21563
5 years ago
Bram De Cneudt
591d234e43
Fix links for Apache Camel starter
...
See gh-21540
5 years ago
Stephane Nicoll
51740133c3
Upgrade to Saaj Impl 1.5.2
...
Closes gh-21335
5 years ago
Andy Wilkinson
e484246388
Add missing implementation attributes to Shade config
...
Fixes gh-21304
5 years ago
Andy Wilkinson
1f00938c5a
Upgrade to SAAJ Impl 1.5.2
...
Closes gh-21277
5 years ago
Stephane Nicoll
a18a6e1058
Upgrade to Glassfish Jaxb 2.3.3
...
Closes gh-21195
5 years ago
Andy Wilkinson
d53be18582
Deprecate support for Bitronix
...
Closes gh-20823
5 years ago