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
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
Juergen Hoeller
a0c083619f
Consistent line breaks in reference documentation
2025-07-10 19:33:34 +02:00
Sam Brannen
f27382cfb6
Consistently indent code with tabs in reference manual
2025-04-14 11:22:08 +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
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
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
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
Sébastien Deleuze
b232aefdeb
Use lowercase package in code snippets
...
Closes gh-32734
2024-04-30 15:05:15 +02: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
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
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
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
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
2ab1c5b387
JdbcClient documentation update
...
See gh-30931
2023-08-15 22:42:25 +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
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
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
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