Yanming Zhou
cfb8dc6cc8
Fix typos for validateExistingTransaction
...
Closes gh-36767
Signed-off-by: Yanming Zhou <zhouyanming@gmail.com >
2026-05-09 16:39:50 +02:00
Sam Brannen
1219943e73
Polishing
...
See gh-36323
2026-03-09 11:15:19 +01:00
Sébastien Deleuze
eeddf9a73a
Fix transaction managemement snippet and documentation
...
Closes gh-36323
2026-03-09 10:29:45 +01:00
jisub-dev
b2a4bc8900
Add programmatic configuration code snippet
...
- Extract code examples to separate Java, Kotlin, and XML files
- Add Kotlin configuration sample alongside Java
- Change "Java Config" terminology to "Programmatic Configuration"
- Use include-code directive for better maintainability
See gh-36323
Signed-off-by: jisub-dev <kimjiseob1209@gmail.com >
2026-03-09 10:12:20 +01:00
Juergen Hoeller
80a57c2468
Consistent references to Hibernate ORM 7.x
2026-01-27 20:46:30 +01:00
Sam Brannen
ed451c107f
Polishing
2025-12-13 17:11:05 +01:00
Sam Brannen
452257eb96
Revise contribution
...
See gh-36022
2025-12-13 17:10:06 +01:00
Tran Ngoc Nhan
a7863a0877
Fix typos and grammar in reference manual
...
Closes gh-36022
Signed-off-by: Tran Ngoc Nhan <ngocnhan.tran1996@gmail.com >
2025-12-13 16:50:39 +01:00
Sam Brannen
c42020e3a7
Merge branch '6.2.x'
2025-10-24 13:57:51 +02:00
Elijah Mock
62f42cab6b
Fix minor typo in JDBC Core Classes documentation
...
This commit adds a missing closing parenthesis in an example.
Closes gh-35684
Signed-off-by: Elijah Mock <28277163+ekcom@users.noreply.github.com >
2025-10-24 13:56:25 +02:00
Sam Brannen
5d325ca0fc
Improve wording for transactional rollback rule semantics
...
Closes gh-35346
2025-08-19 13:32:35 +02:00
Juergen Hoeller
876b7d4209
Upgrade to Hibernate ORM 7.1
...
Closes gh-35308
2025-08-11 22:43:02 +02:00
Juergen Hoeller
4ca8a8abbe
Merge branch '6.2.x'
...
# Conflicts:
# framework-docs/modules/ROOT/pages/core/null-safety.adoc
# framework-docs/modules/ROOT/pages/core/validation/error-code-resolution.adoc
# framework-docs/modules/ROOT/pages/integration/cds.adoc
# framework-docs/modules/ROOT/pages/integration/jms/sending.adoc
# framework-docs/modules/ROOT/pages/integration/rest-clients.adoc
# framework-docs/modules/ROOT/pages/languages/kotlin/bean-definition-dsl.adoc
# framework-docs/modules/ROOT/pages/languages/kotlin/null-safety.adoc
# framework-docs/modules/ROOT/pages/languages/kotlin/web.adoc
# framework-docs/modules/ROOT/pages/web/webflux/config.adoc
# framework-docs/modules/ROOT/pages/web/webflux/controller/ann-requestmapping.adoc
# framework-docs/modules/ROOT/pages/web/webmvc/mvc-http2.adoc
2025-07-10 19:42:14 +02:00
Juergen Hoeller
a0c083619f
Consistent line breaks in reference documentation
2025-07-10 19:33:34 +02:00
Juergen Hoeller
0bee65482f
Document actual status of orm.hibernate5 and Hibernate JPA support
...
See gh-35111
2025-06-25 18:59:06 +02:00
Juergen Hoeller
d47f1a1749
Migrate orm.hibernate5 to orm.jpa.hibernate package for Hibernate ORM 7.0
...
Closes gh-35111
2025-06-25 18:07:15 +02:00
Sam Brannen
f27382cfb6
Consistently indent code with tabs in reference manual
2025-04-14 11:22:08 +02:00
Brian Clozel
d8c153a9d1
Remove support for Resin Servlet container
...
This commit removes all references to the Resin Servlet container, as it
is not supported as of Spring Framework 6.0 because we require a
JakartaEE baseline.
Closes gh-33772
2024-10-23 10:10:29 +02:00
Yanming Zhou
8941e2876e
Replace 'e.g.' with 'for example' in documentation and comments
...
Closes gh-33515
2024-09-26 14:11:17 +02:00
Sam Brannen
4fb70b671a
Remove obsolete role attributes for tab groups in the reference manual
...
Since we now use asciidoctor-tabs instead of spring-asciidoctor-backends,
we no longer need the `role="primary"` and `role="secondary"` attributes
for tab groups.
Closes gh-33506
2024-09-08 17:20:10 +02:00
Brian Clozel
38453910cd
Add DatabaseClient bind variant for list of parameters
...
Prior to this commit, the `DatabaseClient` interface would allow batch
operations for binding parameters by their names and values. Positional
parameters did not have such equivalent.
This commit adds a new `bindValues(List<?>)` method variant for adding
multiple positional arguments in a single call and avoiding allocation
overhead when the parameters count is large.
Closes gh-33274
2024-07-29 14:07:15 +02:00
Stéphane Nicoll
2190c6ec79
Merge branch '6.1.x'
2024-07-21 11:42:39 +02:00
Stéphane Nicoll
af8dc44469
Polish "Stop referring to STRUCT and ARRAY as they are deprecated"
...
See gh-33248
2024-07-21 11:39:16 +02:00
Tran Ngoc Nhan
955602bdbd
Stop referring to STRUCT and ARRAY as they are deprecated
...
See gh-33248
2024-07-21 11:18:12 +02:00
Stéphane Nicoll
97411ddd55
Merge branch '6.1.x'
2024-07-20 11:53:31 +02:00
Stéphane Nicoll
a3b737ed00
Polish "Update links in reference manual"
...
See gh-33245
2024-07-20 11:51:49 +02:00
Tran Ngoc Nhan
61d1fde797
Update links in reference manual
...
See gh-33245
2024-07-20 11:32:35 +02:00
Juergen Hoeller
a9efe10428
Merge branch '6.1.x'
...
# Conflicts:
# spring-beans/src/main/java/org/springframework/beans/factory/aot/DefaultBeanRegistrationCodeFragments.java
2024-07-10 15:16:40 +02:00
Juergen Hoeller
300f4585be
Update spring.jdbc.getParameterType.ignore note for 6.1.2
...
See gh-25679
2024-07-10 15:15:26 +02:00
Sam Brannen
a8e8897a00
Stop referring to old Spring versions in the reference manual
2024-07-01 18:37:46 +02:00
Stéphane Nicoll
36b0702c0b
Merge branch '6.1.x'
2024-06-05 10:45:06 +02:00
Tony Wen
301087e510
Fix entity name in MappingSqlQuery example of reference guide
...
See gh-32957
2024-06-05 10:43:14 +02:00
Sébastien Deleuze
39889744b0
Polish JdbcTemplate Best Practices section
2024-05-06 18:28:54 +02:00
Juergen Hoeller
f1a1190700
Merge branch '6.1.x'
...
# Conflicts:
# framework-docs/modules/ROOT/pages/data-access/transaction/declarative/annotations.adoc
2024-04-30 15:47:48 +02:00
Juergen Hoeller
7263771552
Add documentation for CompletableFuture-driven rollback
...
Closes gh-32709
2024-04-30 15:45:56 +02:00
Sébastien Deleuze
b232aefdeb
Use lowercase package in code snippets
...
Closes gh-32734
2024-04-30 15:05:15 +02:00
Stéphane Nicoll
5a86ab99df
Merge branch '6.1.x'
2024-03-20 10:01:56 +01:00
Minsung Oh
0b3a05b463
Fix link to vavr in the reference guide
...
See gh-32494
2024-03-20 09:48:00 +01:00
Sébastien Deleuze
8a67018e61
Use code includes and tabs in embedded-database-support.adoc
...
See gh-22171
2024-03-12 17:46:38 +01:00
Juergen Hoeller
c1287d48e2
Polishing
2024-03-08 19:31:01 +01:00
Sébastien Deleuze
db3c7a157e
Use consistently snippet tags
...
See gh-22171
2024-03-08 12:15:51 +01:00
Sébastien Deleuze
d2e55a2038
Use code includes and tabs in jdbc/core.adoc
...
See gh-22171
2024-03-08 12:15:51 +01:00
Sébastien Deleuze
722199fe6d
Use code includes and tabs in connections.adoc
...
See gh-22171
2024-03-07 17:40:11 +01:00
Juergen Hoeller
4ec4e93ece
Document when the JPA infrastructure is ready for use
...
Closes gh-26153
See gh-21868
2024-03-07 13:35:58 +01:00
Sam Brannen
40da093f58
Polishing
2024-03-06 15:42:14 +01:00
Juergen Hoeller
14a461e795
Consider type-level qualifier annotations for transaction manager selection
...
Closes gh-24291
2024-03-06 13:36:33 +01:00
Juergen Hoeller
7d4c8a403e
Introduce configurable default rollback rules
...
Includes rollbackOn annotation attribute on @EnableTransactionManagement and addDefaultRollbackRule method on AnnotationTransactionAttributeSource, as well as publicMethodsOnly as instance-level flag (also on AnnotationCacheOperationSource).
Closes gh-23473
2024-03-05 18:08:08 +01:00
Stéphane Nicoll
18ea43c905
Allow customizations of embedded database connections
...
This commit allows EmbeddedDatabaseConfigurer instances to be further
customized if necessary. EmbeddedDatabaseBuilder has a way now to set
a DatabaseConfigurer rather than just a type to provide full control,
or customize an existing supported database type using the new
EmbeddedDatabaseConfigurers#customizeConfigurer callback.
Closes gh-21160
2024-02-15 13:46:49 +01:00
Stéphane Nicoll
b1f6401e4f
Polish "Fixes syntax error in JdbcClient examples"
...
See gh-32236
2024-02-10 09:04:44 +01:00
Spencer Gibb
169b9abeef
Fixes syntax error in JdbcClient examples
...
See gh-32236
2024-02-10 09:01:02 +01:00