Madhura Bhave
47effdcade
Support role-based sanitization for actuator endpoints
...
Closes gh-32156
3 years ago
Phillip Webb
6db88e12c8
Polish 'Allow multiple hosts to be set in MongoProperties'
...
See gh-32125
3 years ago
Phillip Webb
546d7b41e9
Polish 'Add JVM options to prevent warnings with asciidoctor'
...
See gh-32123
3 years ago
Dave Syer
7b4db4cafc
Add JVM options to prevent warnings with asciidoctor
...
See gh-32123
3 years ago
Madhura Bhave
cea6492c4a
Align default JMX and WEB endpoint exposures
...
Closes gh-32005
3 years ago
Stephane Nicoll
12c1da275b
Polish contribution
...
See gh-32004
3 years ago
Ionascu Stefan Ciprian
c441bafe27
Document the DefaultServlet is no longer being enabled by default
...
See gh-32004
3 years ago
Andy Wilkinson
ba93e6c0ed
Restore support for Jersey
...
Closes gh-28637
3 years ago
Madhura Bhave
0991bd3983
Harmonize data configuration
...
Any classes that rely on Spring Data being on the classpath
have been moved under a data package.
Certain configuration properties have also been updated to
accurately reflect whether Spring Data is required for the
auto-configuration to work.
Closes gh-11574
3 years ago
Andy Wilkinson
b905d7f341
Normalize included log output to remove CI-specific details
...
See gh-28208
3 years ago
Andy Wilkinson
6efa77f3f5
Generate console output examples at build time
...
Closes gh-28208
3 years ago
Andy Wilkinson
c500d8e784
Note need to record req start time to use %D with Undertow access log
...
Closes gh-31103
3 years ago
Andy Wilkinson
591cd0feb3
Mention TLS-terminating proxy as a usecase for h2c
...
Closes gh-25855
3 years ago
Marc Wrobel
3e0665e791
Fix links in documentations
...
- Fix broken links
- Use HTTPS where possible,
- Remove spring-security-oauth2-docs as it is no longer used
- Remove https://github.com/ThierrySquirrel/rocketmq-spring-boot-starter .
This starter is 404 and https://github.com/rocketmq/rocketmq-spring-boot-starter
hasn't been updated for 4 years.
- Clean up nohttp allowlist.lines.
See gh-31887
3 years ago
Brian Clozel
5261e42dab
Fix PDF reference docs generation
...
See gh-31809
3 years ago
Brian Clozel
cbf1cd81e9
Polish
...
See gh-31809
3 years ago
Brian Clozel
184945ab1e
Fix graphql imports in reference docs generation
...
See gh-31809
3 years ago
Brian Clozel
38f1bc9793
Reinstate Spring for GraphQL auto-configuration
...
This commit adds the Spring for GraphQL auto-configuration back
into Spring Boot 3.0, now that a 1.1.0 release is scheduled with the
required baseline. This release also needs GraphQL Java 19.0 as a
baseline.
Closes gh-31809
3 years ago
vilmos
00be9e4e94
Fix property placeholder references in @Value example
...
See gh-31941
3 years ago
Stephane Nicoll
3a5b40645a
Restore support for C3P0
...
Closes gh-31920
3 years ago
Phillip Webb
9a2ad6d42d
Remove references to ConfigFileApplicationListener
...
Update documentation and meta-data to remove referenced to the now
deprecated `ConfigFileApplicationListener` class.
Closes gh-31895
3 years ago
dreis2211
75f375c68e
Align Kotlin API and language versions
...
See gh-31849
3 years ago
Madhura Bhave
4057dd198b
Change preference of session store implementations
...
The order has been determined based on usage statistics.
Closes gh-27756
3 years ago
Andy Wilkinson
2814175505
Polish "Add auto-configuration for JdkClientHttpConnector"
...
See gh-31709
3 years ago
Andy Wilkinson
5c057a2730
Auto-configure the new Elasticsearch clients
...
This commit introduces auto-configuration for the new Elasticsearch
clients that are based upon their new Java client. The new Java
client builds on top of their existing low-level REST client,
replacing the high-level REST client which has been deprecated.
As part of introducing support for the new Elasticsearch client,
the auto-configuration for the templates (both imperative and
reactive) provided by Spring Data has also been updated to use the
new templates that build upon the new Java client.
As part of these changes, support for the high-level REST client and
the old Spring Data Elasticsearch templates has been removed. One
significant change is that the new reactive template is no longer
based on WebClient. As a result, the WebClient-specific configuration
property has been removed.
Closes gh-30647
Closes gh-28597
Closes gh-31755
3 years ago
Andy Wilkinson
7bd9873cd9
Raise the minimum supported version of Gradle to 7.5
...
Closes gh-31215
3 years ago
Jonas
6afd041bb2
Fix typo
...
See gh-31518
3 years ago
Johnny Lim
b17cb9b92b
Polish gh-31231
...
See gh-31540
3 years ago
Andy Wilkinson
9b113272d1
Reinstate support for Hibernate Metrics
...
Closes gh-31675
3 years ago
Oliver Drotbohm
b10c57551c
Upgrade to Hibernate 6.1.1.Final
...
This commit makes the following potentially breaking changes:
- Dependency management for modules that do not exist in Hibernate
6.1 has been removed.
- Hibernate's modules are now in the org.hibernate.orm group. Users
not using the starter or using modules that are not in the starter
will have to update their build configuration accordingly.
- spring.jpa.hibernate.use-new-id-generator-mappings has been removed
as Hibernate no longer supports switching back to the old ID
generator mappings.
Co-authored-by: Andy Wilkinson <wilkinsona@vmware.com>
Closes gh-31674
3 years ago
Andy Wilkinson
7f00378eaf
Polish "Start building against Spring Data 2022.0.0-M5 snapshots"
...
See gh-31582
4 years ago
Adrian Bob
29beee61b5
Remove remaining Jolokia references from the documentation
...
See gh-31549
4 years ago
Andy Wilkinson
7abc7df7b8
Allow PEM certificates to be used without a key store password
...
Closes gh-31253
4 years ago
Andy Wilkinson
f49b16c645
Upgrade to Spring Java Format 0.0.34
...
Closes gh-31524
4 years ago
Madhura Bhave
7cb53b3c45
Remove session store type in favor of defined order
...
Closes gh-27756
4 years ago
Moritz Halbritter
b56b95d429
Add Apache HttpClient WebClient support to documentation
4 years ago
Sébastien Deleuze
b5d380c1cb
Make SpringApplication Kotlin samples idiomatic
...
See gh-31463
4 years ago
Stephane Nicoll
8b9579eeb7
Polish "Harmonize Kotlin example"
...
See gh-31458
4 years ago
ningenMe
6685d49faa
Harmonize Kotlin example
...
See gh-31458
4 years ago
Madhura Bhave
55d6a87fef
Remove support for multiple batch jobs
...
Closes gh-25373
4 years ago
Andy Wilkinson
fabe0637cd
Raise the minimum supported version of Kotlin to 1.7
...
Closes gh-31391
4 years ago
Phillip Webb
9f8a262e6b
Log a warning when a health indicator takes too long to run
...
Update `HealthEndpointSupport` so that it logs a warning if a health
indicator takes too long to respond.
Fixes gh-31231
4 years ago
Andy Wilkinson
2094722e5d
Remove duplicate content from "The Spring WebFlux Framework"
...
Closes gh-31378
4 years ago
Phillip Webb
b3a46fc50e
Document that placeholders should us the canonical property name form
...
Closes gh-31309
4 years ago
Phillip Webb
378e56f1d3
Add Order annotation to GraphQL RouterFunction beans
...
Update GraphQL auto-configuration so that `RouterFunction` beans have
and `@Order` of 0.
Fixes gh-31314
4 years ago
Anthony Vanelverdinghe
1fffdbae2a
Fix typos in the reference documentation
...
See gh-31328
4 years ago
Anthony Vanelverdinghe
b1ccb600f3
Remove reference to outdated location
...
See gh-31276
4 years ago
Stern, Ittay (is9613)
e05363f9b0
Restore Custom Favicon section in the reference guide
...
The section about favicon was mistakenly removed in 5fceb9d and this
commit reinstates it.
See gh-31224
4 years ago
Stephane Nicoll
d896d995d1
Polish contribution
...
See gh-31190
4 years ago
tudormarc
e313aa5f6c
Document that Lombok must be configured before our annotation processor
...
See gh-31190
4 years ago