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
Jan Jouke Tjalsma
b692c0ed03
Fix Kotlin example for simpler SELECT variant using IN
...
Removed unused code, fixed bind parameter name.
See gh-31932
2024-01-02 18:10:36 +01:00
Juergen Hoeller
a155a6b3e2
Document target method expectations for ReactiveTransactionManager
...
Closes gh-23277
2023-12-27 23:48:55 +01:00
Juergen Hoeller
3b4c7a8906
Revise LazyConnectionDataSourceProxy for late connection properties check
...
Includes special support for a read-only DataSource in addition to the regular target DataSource, avoiding the overhead of switching the Connection's read-only flag at the beginning and end of every transaction.
Closes gh-29931
Closes gh-31785
Closes gh-19688
Closes gh-21415
2023-12-07 23:14:17 +01:00
Simon Baslé
8567402969
Extract recurring asciidoc links to attributes, cleanup old doc files
...
This commit extract spring-related links and recurring external links
into asciidoctor attributes to be used by the Antora toolchain.
It notably homogenizes links to:
- IETF RFCs
- Java Community Process JSRs
- the Java API Documentation (on the Java 17 version)
- Kotlin documentations (on the Kotlinlang.org version)
- the Spring Boot reference guide (on the `html` version)
This commit also reworks most link attributes to follow a
Project-Category-Misc syntax. For example, `spring-boot-docs` rather
than `docs-spring-boot`.
Finally, it makes an effort to clean up remainders from the previous
documentation toolchain, namely the `docs/asciidoc` folder and
`modules/ROOT/pages/attributes.adoc` file.
Closes gh-26864
Closes gh-31619
2023-11-21 15:59:24 +01:00
Sam Brannen
8a2acbeac1
Merge branch '6.0.x'
2023-10-30 13:32:08 +01:00
CroBurnt
f088d4a05b
Fix link text in @Transactional section of ref docs
...
Closes gh-31519
2023-10-30 13:29:30 +01:00
Juergen Hoeller
de6692e7d8
Merge branch '6.0.x'
...
# Conflicts:
# spring-core/src/main/java/org/springframework/core/annotation/AnnotationTypeMapping.java
2023-10-10 21:58:31 +02:00
Juergen Hoeller
387a16bd4e
Revise transaction annotation recommendations
...
Closes gh-23538
2023-10-10 21:56:14 +02:00
Juergen Hoeller
59961960dd
Merge branch '6.0.x'
2023-09-14 09:30:40 +02:00
Juergen Hoeller
a51eb29e50
Clarify IN clause resolution with List/Iterable parameter
...
Closes gh-31228
2023-09-14 09:24:18 +02:00
Sam Brannen
b6fdfe8ee3
Remove duplicated terms in documentation
...
... using the following RegEx to find them:
(?<!\S)(\w+)(?:\s+\1)+(?!\S)
2023-09-12 19:00:28 +02:00
Sam Brannen
e42902b742
Stop referring to JDO and outdated JDBC versions in documentation
...
Closes gh-31183
2023-09-07 13:26:38 +02:00
Sam Brannen
5e171d3cf5
Polish reference documentation for JdbcClient
2023-08-21 16:51:14 +02:00
Juergen Hoeller
d41f546c43
Merge branch '6.0.x'
2023-08-17 10:24:34 +02:00
Juergen Hoeller
c8a4026512
Revise note on non-public transactional methods for 6.0
...
Closes gh-31057
See gh-25582
2023-08-17 10:24:03 +02:00
Juergen Hoeller
eb65939341
Add examples for new bind/map methods on DatabaseClient
...
See gh-27282
See gh-26021
2023-08-16 17:02:41 +02:00
Juergen Hoeller
3f79b267b1
Merge branch '6.0.x'
2023-08-16 16:55:01 +02:00
Juergen Hoeller
43bd78913c
Polishing
2023-08-16 16:52:53 +02:00
Juergen Hoeller
2ab1c5b387
JdbcClient documentation update
...
See gh-30931
2023-08-15 22:42:25 +02:00
Juergen Hoeller
86ca6fee16
Merge branch '6.0.x'
2023-08-12 14:52:03 +02:00
Juergen Hoeller
92410395e3
Remove outdated documentation references to WebLogic/WebSphere
...
See gh-22093
2023-08-12 14:50:45 +02:00
Juergen Hoeller
d03af15516
Explicit note on connection pool deadlock with REQUIRES_NEW
...
Closes gh-26250
2023-08-12 14:50:36 +02:00
Juergen Hoeller
6090eb0b42
Merge branch '6.0.x'
2023-08-06 15:00:42 +02:00
Juergen Hoeller
c36174b263
Polishing
2023-08-06 14:59:44 +02:00
Juergen Hoeller
450cc212a2
Support for transactional listeners with reactive transactions
...
TransactionalApplicationListener and TransactionalEventListener automatically detect a reactive TransactionContext as the event source and register the synchronization accordingly. TransactionalEventPublisher is a convenient delegate for publishing corresponding events with the current TransactionContext as event source. This can also serve as a guideline for similar reactive event purposes.
Closes gh-27515
Closes gh-21025
Closes gh-30244
2023-08-01 23:27:38 +02:00
Juergen Hoeller
333249e7b0
Polishing
2023-07-26 14:07:08 +02:00
Juergen Hoeller
49c4b205e4
Documentation for common JdbcClient query/update usage
...
See gh-30931
2023-07-26 13:47:52 +02:00
Juergen Hoeller
038dda97f8
Document EntityManager injection via constructors/@Autowired
...
Closes gh-15076
2023-07-18 22:01:57 +02:00
Juergen Hoeller
75f5dac16b
Polishing
2023-07-14 12:16:37 +02:00
Juergen Hoeller
c5771bc7c8
Discuss JdbcTransactionManager vs DataSourceTransactionManager
...
Includes doc update for 6.0 default exception translation etc.
Closes gh-30802
2023-07-05 12:51:10 +02:00
Stephane Nicoll
08240bbcac
Polish "Fix invalid link in transaction resources"
...
See gh-30570
2023-05-31 12:26:32 +02:00
K
d719f3fc06
Fix invalid link in transaction resources
...
See gh-30570
2023-05-31 12:20:06 +02:00
Juergen Hoeller
4c8f1910c8
Align HibernateJpaVendorAdapter with Hibernate ORM 6.2
...
Includes documentation and test revisions.
Closes gh-30288
2023-05-23 20:33:19 +02:00
Sam Brannen
2738b3e50f
Polishing
...
See gh-30482
2023-05-15 15:09:06 +02:00
Anyuruf
169795d673
Fix wording in r2dbc Statement Filters section of ref docs
...
Co-authored-by: Sam Brannen <sam@sambrannen.com>
Closes gh-30482
2023-05-15 15:08:58 +02:00
Rob Winch
3a0a19cff8
Fix migration to asciidoctor tabs
...
The automation to asciidoctor tabs did not migrate properly for all
cases this commit fixes the migration.
See gh-30435
2023-05-09 12:15:43 +01:00
Rob Winch
39146f9066
Migrate to Asciidoctor Tabs
2023-05-04 15:35:05 +01:00
Rob Winch
7b0ba0188f
Structural Fixes
2023-05-04 15:35:05 +01:00
Rob Winch
3774e9be7a
Trim IDs with parent
2023-05-04 15:35:05 +01:00
Rob Winch
35229c8bff
Enable Section Summary TOC for small pages
2023-05-04 15:35:05 +01:00
Rob Winch
139cde47e2
Fix cross references
2023-05-04 15:35:05 +01:00
Rob Winch
9f49d24833
Split files
2023-05-04 15:35:05 +01:00
Rob Winch
3fe7c65218
Migrate Structure
2023-05-04 15:35:05 +01:00