Commit Graph

73 Commits

Author SHA1 Message Date
Christoph Strobl
55a3f9c372 DATAJDBC-374 - Introduce shortcuts for Embedded#onEmpty(…)
@Embedded.Nullable & @Embedded.Empty offer shortcuts for @Embedded(onEmpty = USE_NULL) and @Embedded(onEmpty = USE_EMPTY) to reduce verbositility and simultaneously set JSR-305 @javax.annotation.Nonnull accordingly.

    @Embedded.Nullable
    EmbeddedEntity embeddedEntity;

Original pull request: #154.
2019-05-22 12:47:24 +02:00
Mark Paluch
2b0aaa5d6a DATAJDBC-363 - After release cleanups. 2019-05-13 12:17:53 +02:00
Mark Paluch
221eb9dcc8 DATAJDBC-363 - Prepare next development iteration. 2019-05-13 12:17:52 +02:00
Mark Paluch
75aabdabba DATAJDBC-363 - Release version 1.1 M4 (Moore). 2019-05-13 11:59:50 +02:00
Mark Paluch
ca36007c24 DATAJDBC-363 - Prepare 1.1 M4 (Moore). 2019-05-13 11:59:04 +02:00
Christoph Strobl
c80a334d56 DATAJDBC-337 - After release cleanups. 2019-04-11 12:00:20 +02:00
Christoph Strobl
727af3658f DATAJDBC-337 - Prepare next development iteration. 2019-04-11 12:00:19 +02:00
Christoph Strobl
7d48a3f98a DATAJDBC-337 - Release version 1.1 M3 (Moore). 2019-04-11 11:24:31 +02:00
Christoph Strobl
98fb114750 DATAJDBC-337 - Prepare 1.1 M3 (Moore). 2019-04-11 11:23:56 +02:00
Spring Operator
323a13e118 DATAJDBC-336 - 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).

# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.

* http://mybatis.org/dtd/mybatis-3-mapper.dtd (301) with 2 occurrences could not be migrated:
   ([https](https://mybatis.org/dtd/mybatis-3-mapper.dtd) result SSLHandshakeException).

# 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 4 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).
* http://projects.spring.io/spring-data-jdbc with 2 occurrences migrated to:
  https://projects.spring.io/spring-data-jdbc ([https](https://projects.spring.io/spring-data-jdbc) result 301).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 8 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 4 occurrences

Original Pull Request: #132
2019-03-21 10:06:15 +01:00
Christoph Strobl
a08584433a DATAJDBC-308 - Add missing dist.id property required for multi module build. 2019-03-07 14:34:29 +01:00
Christoph Strobl
d3859f1eb7 DATAJDBC-308 - After release cleanups. 2019-03-07 10:07:29 +01:00
Christoph Strobl
4fb0cf0487 DATAJDBC-308 - Prepare next development iteration. 2019-03-07 10:07:28 +01:00
Christoph Strobl
4242a65270 DATAJDBC-308 - Release version 1.1 M2 (Moore). 2019-03-07 09:42:21 +01:00
Christoph Strobl
c958a2c0d0 DATAJDBC-308 - Prepare 1.1 M2 (Moore). 2019-03-07 09:41:17 +01:00
Greg Turnquist
2835e78ec2 DATAJDBC-316 - Introduce Concourse. 2019-02-28 11:26:59 -06:00
Kazuki Shimizu
9b856876fe DATAJDBC-322 - Upgrade MyBatis dependencies
MyBatis 3.5.0
mybatis-spring 2.0.0

Original pull request: #111.
2019-01-24 15:24:51 +01:00
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