Mark Paluch
f032e6cf46
DATAJDBC-307 - Add distribution module for Spring Data JDBC.
...
Add distribution module to create and distribute documentation artifacts.
Original pull request: #105 .
2018-12-11 15:57:37 +01:00
Christoph Strobl
5c2a2f16d1
DATAJDBC-305 - After release cleanups.
2018-12-11 11:07:53 +01:00
Christoph Strobl
d28285bee4
DATAJDBC-305 - Prepare next development iteration.
2018-12-11 11:07:52 +01:00
Christoph Strobl
6a54a9ca48
DATAJDBC-305 - Release version 1.1 M1 (Moore).
2018-12-11 10:53:53 +01:00
Christoph Strobl
16367dd7a5
DATAJDBC-305 - Prepare 1.1 M1 (Moore).
2018-12-11 10:53:11 +01:00
Jens Schauder
1b5854e5ab
DATAJDBC-258 - Polishing.
...
Simplified id value retrieval.
Simplified ignoring tests for a specific database.
Fixed property name in pom.xml.
Original pull request: #98 .
2018-11-01 09:24:13 +01:00
tlang
4f6ecf5d48
DATAJDBC-258 - Integration test support for MS SQL Server added.
...
This adds MS-SQL-Server via Testcontainers to the set of databases available for integration testing.
For this purpose it accepts the EULA of MS SQL Server.
Failing tests are ignored to be fixed in separate issues.
Original pull request: #98 .
2018-11-01 09:24:13 +01:00
Mark Paluch
7c56af6632
DATAJDBC-272 - Polishing.
...
Add missing relational.repository package that got lost during module split.
2018-10-17 14:43:05 +02:00
Jens Schauder
baa6e7e2e9
DATAJDBC-272 - Polishing.
...
Formatting in the readme.
Changed name and description of spring-data-relational-parent to match its artifact id.
2018-10-17 12:41:53 +02:00
Mark Paluch
c66623e09a
DATAJDBC-272 - Polishing.
...
Cleanup dependency version properties.
2018-10-17 12:41:47 +02:00
Mark Paluch
6a60c53602
DATAJDBC-272 - Split Spring Data JDBC project into modules.
2018-10-17 12:40:51 +02:00
Jens Schauder
58d93ba004
DATAJDBC-246 - Polishing.
...
Formating pom.xml
2018-10-10 10:07:52 -05:00
Jens Schauder
6233858f9e
DATAJDBC-246 - Configured Travis CI build for JDK 9-11.
...
Upgraded the dependency-plugin.
Configured matrix build for travis, allowing the JDK 11 build to fail.
The failure should go away once the Spring Framework version we use include the fix for SPR-17093.
Removed Jacoco from the build for JDK 10+.
2018-10-10 10:07:01 -05:00
Mark Paluch
f46a01dbd8
DATAJDBC-250 - After release cleanups.
2018-09-21 07:45:29 -04:00
Mark Paluch
1fa7aabd5a
DATAJDBC-250 - Prepare next development iteration.
2018-09-21 07:45:27 -04:00
Mark Paluch
a857fbf4a9
DATAJDBC-250 - Release version 1.0 GA (Lovelace).
2018-09-21 07:08:39 -04:00
Mark Paluch
76be2791fc
DATAJDBC-250 - Prepare 1.0 GA (Lovelace).
2018-09-21 07:07:51 -04:00
Oliver Gierke
d158cd062d
DATAJDBC-245 - After release cleanups.
2018-08-20 10:56:53 +02:00
Oliver Gierke
c755fea13d
DATAJDBC-245 - Prepare next development iteration.
2018-08-20 10:56:52 +02:00
Oliver Gierke
11db6e78f6
DATAJDBC-245 - Release version 1.0 RC2 (Lovelace).
2018-08-20 10:40:11 +02:00
Oliver Gierke
e680a2764e
DATAJDBC-245 - Prepare 1.0 RC2 (Lovelace).
2018-08-20 10:39:44 +02:00
Mark Paluch
d23962d46e
DATAJDBC-215 - After release cleanups.
2018-07-26 12:32:29 +02:00
Mark Paluch
32a873fba2
DATAJDBC-215 - Prepare next development iteration.
2018-07-26 12:32:26 +02:00
Mark Paluch
53094a028d
DATAJDBC-215 - Release version 1.0 RC1 (Lovelace).
2018-07-26 12:06:35 +02:00
Mark Paluch
264235703e
DATAJDBC-215 - Prepare 1.0 RC1 (Lovelace).
2018-07-26 12:04:31 +02:00
Mark Paluch
9ad0cf0296
DATAJDBC-235 - Polishing.
...
Change InceptionYear to a single year as it's not a range.
2018-07-19 10:38:52 +02:00
Jens Schauder
9f2dfa69b8
DATAJDBC-214 - Upgrading Testcontainers dependencies.
...
The now superfluous explicit dependency on apache commons is removed.
2018-05-17 15:15:47 +02:00
Christoph Strobl
e260c768b6
DATAJDBC-202 - After release cleanups.
2018-05-17 10:09:36 +02:00
Christoph Strobl
9eb65ff151
DATAJDBC-202 - Prepare next development iteration.
2018-05-17 10:09:35 +02:00
Christoph Strobl
699b9cea89
DATAJDBC-202 - Release version 1.0 M3 (Lovelace).
2018-05-17 09:51:42 +02:00
Christoph Strobl
1b8c6111db
DATAJDBC-202 - Prepare 1.0 M3 (Lovelace).
2018-05-17 09:50:48 +02:00
Jens Schauder
09a7276e40
DATAJDBC-213 - Upgraded testcontainers dependency.
...
This fixes build failures on Travis-CI.
There is an additional test depency to apache commons necessary due to a bug in the testcontainers version.
See also: https://github.com/testcontainers/testcontainers-java/issues/656
2018-05-17 08:09:20 +02:00
Kazuki Shimizu
1dd16f81aa
DATAJDBC-201 - Cleaned up logging related dependencies.
...
Excluded dependency on jcl-over-slf4j.
Removed now superfluous exclusion of commons-logging.
Original pull request: #62 .
2018-04-17 15:37:09 +02:00
Mark Paluch
9873db6fff
DATAJDBC-176 - After release cleanups.
2018-04-13 15:08:34 +02:00
Mark Paluch
b01ab05b17
DATAJDBC-176 - Prepare next development iteration.
2018-04-13 15:08:33 +02:00
Mark Paluch
fa5e94655c
DATAJDBC-176 - Release version 1.0 M2 (Lovelace).
2018-04-13 14:30:59 +02:00
Mark Paluch
f83602d78e
DATAJDBC-176 - Prepare 1.0 M2 (Lovelace).
2018-04-13 14:30:01 +02:00
Chr1st0ph
d4b2eca43a
DATAJDBC-196 - Integration-test-support for MariaDB.
...
Original pull request: #57 .
2018-04-11 09:34:12 +02:00
Kazuki Shimizu
ce020a403e
DATAJDBC-191 - Upgrade to MyBatis 3.4.6 and MyBatis-Spring 1.3.2.
...
Original pull request: #55 .
2018-03-26 08:46:28 +02:00
Greg Turnquist
4cb50caf79
DATAJDBC-179 - Add project details.
...
Original pull request: #45 .
2018-03-05 11:25:55 +01:00
Tadaya Tsuyukubo
2ace9b8663
DATAJDBC-180 - Upgrade Testcontainers from 1.5.1 to 1.6.0.
...
Original pull request: #46 .
2018-03-05 10:41:14 +01:00
Tadaya Tsuyukubo
7d38a95c60
DATAJDBC-180 - Polishing pom.xml
...
Fixed wrong name on Testcontainers version.
Aligned formatting to Spring style.
Original pull request: #46 .
2018-03-05 10:39:38 +01:00
Christoph Strobl
171353484a
DATAJDBC-171 - After release cleanups.
2018-02-06 10:11:17 +01:00
Christoph Strobl
ca2b6c89c8
DATAJDBC-171 - Prepare next development iteration.
2018-02-06 10:11:15 +01:00
Christoph Strobl
39b40f3668
DATAJDBC-171 - Release version 1.0 M1 (Lovelace).
2018-02-06 09:47:10 +01:00
Christoph Strobl
2122899b91
DATAJDBC-171 - Prepare 1.0 M1 (Lovelace).
2018-02-06 09:45:50 +01:00
Jens Schauder
8af7553e1d
DATAJDBC-168 - Polishing.
...
Simplified initialization of MySql database.
Extracted dependency versions into properties.
Added JavaDoc.
2018-02-02 11:34:51 +01:00
sedooe
0fe791f2bc
DATAJDBC-168 - Run integration tests with testcontainers.
...
Added testcontainers as dependency and configured MySql and Postrgres datasources to use it.
Original pull request: #34 .
2018-02-02 11:33:58 +01:00
Jens Schauder
207278c891
DATAJDBC-145 - Back-reference in insert now honours NamingStrategy.
...
Added a property path to DbActions in order to make them aware of the property it is related to.
Then used the JdbcPersistentProperty based on that get the name of the back-reference name of that property back to the root entity of that property.
This gets the NamingStrategy properly involved, as it should.
Instead of using the vanilla PropertyPath a new JdbcPropertyPath is introduced.
It allows for an empty path avoiding various null-checks.
Upgraded SD-Commons dependency to 2.1.x in order to utilise DATACMNS-1199.
Removed the now superfluous PropertyPaths and used PropertyPath methods instead.
Related issues:
DATACMNS-1204
DATACMSN-1199
2017-11-01 10:27:05 -05:00
Mark Paluch
3706826739
DATAJDBC-134 - Added explicit automatic module name for JDK 9.
2017-09-21 14:17:53 +02:00