Greg Turnquist
a21b403e6d
#121 - Introduce Jenkins.
7 years ago
Mark Paluch
1c9595f221
#126 - Polishing.
...
Remove superfluous property.
7 years ago
Mark Paluch
4cba0d5ac3
#126 - Use testcontainers version property.
...
We now use the version property from Spring Data Build and import testcontainers-bom.
7 years ago
Mark Paluch
14e2a3722b
#118 - Upgrade to jasync-r2dbc-mysql 0.9.52.
7 years ago
Mark Paluch
d23dcd0d2c
#37 - After release cleanups.
7 years ago
Mark Paluch
b7d5091635
#37 - Prepare next development iteration.
7 years ago
Mark Paluch
6ea15325e3
#37 - Release version 1.0 M2.
7 years ago
Mark Paluch
cbead6ea19
#37 - Prepare 1.0 M2.
7 years ago
Mark Paluch
4a46692dfe
#117 - Upgrade to jasync-sql 0.9.51.
7 years ago
Oliver Drotbohm
49fb08dc7d
#116 - Upgrade to R2DBC 0.8 M8.
7 years ago
Oliver Drotbohm
a5c72a61b4
#115 - Upgrade to Spring Data Moore M4.
...
Upgraded Spring Data parent, Commons and Relational modules to Moore M4 versions.
7 years ago
Mark Paluch
e161476d1c
#57 - Add support for R2DBC subclass exception translation.
...
We now use R2DBC's exception hierarchy to translate exceptions into Spring's DataAccessException hierarchy.
Original pull request: #97 .
7 years ago
Mark Paluch
3ca32b89b7
#75 - Add support for MySQL using jasync-mysql.
...
We now support MySQL through the jasync-mysql driver that exposes its asynchronous functionality through a R2DBC wrapper implementation.
Jasync uses for now its own exceptions.
Original pull request: #84 .
7 years ago
Spring Operator
6127a51090
#74 - URL Cleanup.
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* http://maven.apache.org/xsd/maven-4.0.0.xsd with 1 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd ) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 1 occurrences
7 years ago
Spring Operator
6fab5e65ea
URL Cleanup
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were fixed successfully.
* http://projects.spring.io/spring-data-r2dbc migrated to:
https://projects.spring.io/spring-data-r2dbc ([https](https://projects.spring.io/spring-data-r2dbc ) result 301).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0
* http://maven.apache.org/xsd/maven-4.0.0.xsd
* http://www.w3.org/2001/XMLSchema-instance
7 years ago
Mark Paluch
2cefdc8bdd
#63 - Polishing.
...
Convert spaces to tabs. Replace version strings with managed dependencies. Javadoc.
Original pull request: #63 .
7 years ago
Sebastien Deleuze
66b84d23f1
#63 - Add DatabaseClient Coroutines extensions.
...
This commit introduces Coroutines support for `DatabaseClient`
functional API via Kotlin extensions that provide suspendable
functions prefixed by `await` for `Mono` based APIs.
Extensions for `Flux` will be added when Kotlin/kotlinx.coroutines#254
will be fixed.
It also provides `asType<Foo>()` extensions useful for Reactive API
as well.
Original pull request: #63 .
7 years ago
Mark Paluch
b53437b59d
#60 - Use R2DBC's BOM for dependency management.
7 years ago
Mark Paluch
4423e038c0
#54 - Upgrade to R2DBC 1.0 M7.
7 years ago
Mark Paluch
432b885853
#54 - Build against R2DBC 1.0 snapshots.
7 years ago
Mark Paluch
3a5278ce87
#52 - Switch mssql-jdbc driver dependency to test scope.
...
We use JDBC drivers only during testing so converting mssql-jdbc to a test-only dependency.
7 years ago
Mark Paluch
3a47509369
#36 - After release cleanups.
7 years ago
Mark Paluch
6e0e9adaef
#36 - Prepare next development iteration.
7 years ago
Mark Paluch
ace2397467
#36 - Release version 1.0 M1.
7 years ago
Mark Paluch
fcd9cc75dd
#36 - Prepare 1.0 M1.
7 years ago
Jens Schauder
8461545670
#25 - Polishing.
...
Fix typos. Improve wording. Replace document with row and collection with table.
Original pull request: #28 .
7 years ago
Mark Paluch
68f1e0b0b3
#20 - Add Dialect initial support for H2, PostgreSQL, and Microsoft SQL Server.
...
We now provide dialect support for H2, PostgreSQL, and Microsoft SQL Server databases, configurable through AbstractR2dbcConfiguration. By default, we obtain the Dialect by inspecting ConnectionFactoryMetadata to identify the database and the most likely dialect to use.
BindableOperation encapsulates statements/queries that can accept parameters. Use BindableOperation for statements through DatabaseClient.
Extract SQL creation.
Split integration test into abstract base class that can be implemented with a database-specific test class.
Original pull request: #24 .
7 years ago
Mark Paluch
6ba8fd0ca2
#21 - Upgrade to R2DBC 1.0M6.
7 years ago
Mark Paluch
f85a9a084f
#18 - Cleanup pom.xml and upgrade dependencies.
...
Remove dependency management for Surefire and Dependency plugins. Upgrade to latest Postgres and H2 drivers. Upgrade to testcontainers 10.0.1.
7 years ago
Mark Paluch
c2ebfb8cd3
#10 - Adapt to removed Statement.executeReturningGeneratedKeys().
7 years ago
Mark Paluch
12dc98bcbd
#2 - Polishing.
7 years ago
Mark Paluch
ce0a707500
#2 - Upgrade to R2DBC 1.0M5.
7 years ago
Mark Paluch
368835c128
#2 - Remove intermediate repositories for GitHub-hosted Maven artifacts.
7 years ago
Mark Paluch
f490c1f3d9
#2 - Upgrade to Reactor Californium snapshots.
7 years ago
Mark Paluch
c59e9a58eb
#2 - Add DatabaseClient.
...
Provide DatabaseClient and add ExternalDatabase class to provide database connection details/encapsulate a dockerized testcontainer.
7 years ago