Skip to content

Commit

Permalink
doc: update Spring section to call out Spring 6 to not scare off users
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenschlansker committed Jan 30, 2024
1 parent f7136bb commit 648740c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/src/adoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7643,9 +7643,12 @@ https://jdbc.postgresql.org/documentation/head/binary-data.html[Pg-JDBC docs^]
for upstream driver documentation.


=== Spring 5
=== Spring

This module integrates Jdbi and Spring 5 (or Spring Boot), including JTA support.
This module integrates Jdbi and Spring / Spring Boot, including JTA support.

The `spring5` module supports Spring 5 (Spring Boot 2) and newer.
We currently test with Spring 5 and Spring 6.

To use *jdbi-spring5*, add a Maven dependency:

Expand Down

0 comments on commit 648740c

Please sign in to comment.