536 Commits

Author SHA1 Message Date
Mark Paluch
f0825e93a5 Prepare next development iteration.
See #1766
2024-05-17 10:44:12 +02:00
Mark Paluch
2f9867f794 Release version 3.1.12 (2023.0.12).
See #1766
2024-05-17 10:41:59 +02:00
Jens Schauder
8139a0aa65 Remove check for constructor parameter names.
For Kotlin constructors and possibly others parameters maybe unnamed and still work with our infrastructure.

Closes #1762
2024-04-24 12:20:26 +02:00
Mark Paluch
67c53e053d Prepare next development iteration.
See #1752
2024-04-12 09:34:52 +02:00
Mark Paluch
a5377f2715 Release version 3.1.11 (2023.0.11).
See #1752
2024-04-12 09:32:44 +02:00
Mark Paluch
1504d7da06 Prepare next development iteration.
See #1740
2024-03-15 09:28:53 +01:00
Mark Paluch
42165cb868 Release version 3.1.10 (2023.0.10).
See #1740
2024-03-15 09:26:26 +01:00
Mark Paluch
4974732e3b Prepare next development iteration.
See #1717
2024-02-16 08:58:35 +01:00
Mark Paluch
5cf7ee11c5 Release version 3.1.9 (2023.0.9).
See #1717
2024-02-16 08:55:44 +01:00
Mark Paluch
1ac98e55be Prepare next development iteration.
See #1702
2024-01-12 10:03:24 +01:00
Mark Paluch
8752b2ece2 Release version 3.1.8 (2023.0.8).
See #1702
2024-01-12 10:00:16 +01:00
Mark Paluch
dc88b5a01d Extend license header copyright years to 2024.
See #1707
2024-01-02 10:59:22 +01:00
Mark Paluch
6d02955a6d Prepare next development iteration.
See #1670
2023-12-15 13:18:16 +01:00
Mark Paluch
b1be1e73db Release version 3.1.7 (2023.0.7).
See #1670
2023-12-15 13:15:06 +01:00
Mark Paluch
52fbdb05ce Create PartTree against the domain type.
We now derive queries against the domain type and no longer using the result type to ensure query mapping and query creation against the domain type.

Closes #1688
2023-12-05 15:47:17 +01:00
Jens Schauder
e010fab1f2 Switch to Testcontainers Oracle Free.
Timeout increased from the default because that cause problems on CI.
Brought SD JDBC now uses `ojdbc11` as R2DBC.

Closes #1665
Original pull request #1668
2023-11-20 15:37:30 +01:00
Mark Paluch
5becf8d1a9 Polishing.
Reformat code.

See #1666
Original pull request: #1667
2023-11-20 14:49:44 +01:00
Jens Schauder
fb8ef0f6e0 Support for Id generation in Oracle using quoted identifiers.
The latest Oracle JDBC driver properly supports returning of generated ids,
both in batches and for quoted identifiers.

This allows us to now support this feature.

Closes #1666
Original pull request: #1667
2023-11-20 14:49:44 +01:00
Mark Paluch
fd89bb595f Prepare next development iteration.
See #1641
2023-11-17 13:40:59 +01:00
Mark Paluch
db66d7860c Release version 3.1.6 (2023.0.6).
See #1641
2023-11-17 13:38:04 +01:00
Jens Schauder
082b744825 Fix Oracle database setup script.
Changed BIGINT to NUMBER.

See #1656
Original pull request #1663
2023-11-16 20:41:23 +01:00
Jens Schauder
b063663d24 Properly convert Map keys.
Keys of maps now get properly converted.
Among others this enables the use of enums as keys.

Closes #1656
Original pull request: #1663
2023-11-16 11:41:00 +01:00
John Blum
33dda9d558 Prepare next development iteration.
See #1613
2023-10-13 08:09:33 -07:00
John Blum
6336d2addd Release version 3.1.5 (2023.0.5).
See #1613
2023-10-13 08:01:15 -07:00
Mark Paluch
f41b8bfe8c Prepare next development iteration.
See #1591
2023-09-15 10:55:34 +02:00
Mark Paluch
89d64a11ed Release version 3.1.4 (2023.0.4).
See #1591
2023-09-15 10:52:26 +02:00
Mark Paluch
cee3e6dd62 Add support for fluent limit(int) and scroll(OffsetScrollPosition) to Query by Example queries.
Closes #1609
2023-09-14 08:43:40 +02:00
Mark Paluch
1e560836f7 Switch Postgres driver dependency from test to optional dependency.
See #1567
Original pull request: #1570
2023-09-06 15:42:20 +02:00
Mark Paluch
b57ee1af53 Polishing.
Push JDBC-specific simple types into JdbcPostgresDialect instead of having these in the top-level dialect that shouldn't be tied to any driver technology.

Introduce profile to run Postgres tests only.
2023-09-06 15:19:10 +02:00
Mark Paluch
a5ccc04a46 Add support for Postgres UUID arrays using JDBC.
We now use Postgres' JDBC drivers TypeInfoCache to register and determine array types including support for UUID.

Closes #1567
2023-09-06 15:18:59 +02:00
Mark Paluch
c83b79a23b Prepare next development iteration.
See #1563
2023-08-18 14:07:34 +02:00
Mark Paluch
d642ff82a9 Release version 3.1.3 (2023.0.3).
See #1563
2023-08-18 14:04:05 +02:00
Mark Paluch
a864bcc267 Prepare next development iteration.
See #1542
2023-07-14 13:57:58 +02:00
Mark Paluch
05b8b8e069 Release version 3.1.2 (2023.0.2).
See #1542
2023-07-14 13:54:08 +02:00
Mark Paluch
15c1ae8d2c Fix tests after dependency upgrades.
See #1541
2023-07-04 14:39:41 +02:00
John Blum
ec2baeae68 Prepare next development iteration.
See #1510
2023-06-16 08:13:29 -07:00
John Blum
60bc6aeacc Release version 3.1.1 (2023.0.1).
See #1510
2023-06-16 08:05:37 -07:00
Jens Schauder
61c772997b Polishing.
See #1460
Original pull request #1521
2023-06-13 16:12:56 +02:00
Vincent Galloy
c55ba786f8 Fix Enum[] type conversion.
Since 3.0.5, Enum[] type are detect as "UNKNOWN"

Closes #1460
Original Pull request #1521
2023-06-13 16:12:50 +02:00
Jens Schauder
e9459b860a Do not prefix unsafe orer by expressions with table prefix.
Such expressions now get passed on unchanged.

This also deprecates org.springframework.data.r2dbc.query.QueryMapper.getMappedObject(Sort, RelationalPersistentEntity<?>).
It was only used in tests and translates an Order into another Order, which sounds wrong.

Closes #1512
Original pull request: #1513
2023-05-17 10:53:04 +02:00
Christoph Strobl
e21bb6b7ed Prepare next development iteration.
See #1498
2023-05-12 14:19:10 +02:00
Christoph Strobl
69ce8b7edf Release version 3.1 GA (2023.0.0).
See #1498
2023-05-12 14:14:39 +02:00
Jens Schauder
a26557e76b Introduce SqlSort.
SqlSort allows the specification of unsafe order-by-expressions.
Order-by-expressions that are not declared unsafe are only accepted when they
either match a property or consist only of digits, letters, underscore, dot, or parentheses.

 Closes #1507
2023-05-12 10:54:17 +02:00
Greg L. Turnquist
ffefc99e2e Prepare next development iteration.
See #1456
2023-04-14 11:59:59 -05:00
Greg L. Turnquist
4fd5d6c81d Release version 3.1 RC1 (2023.0.0).
See #1456
2023-04-14 11:54:02 -05:00
Mark Paluch
b945060753 Polishing.
Move off deprecated getRequiredLeafProperty() method in other places.

See #1489
2023-04-12 11:09:12 +02:00
Greg L. Turnquist
ccd7f19073 Test against Java 20 on CI.
See #1462.
2023-04-04 16:16:27 -05:00
Oliver Drotbohm
d68605b6d8 Adapt to API changes in Spring Data Common's PersistentPropertyPathAccessor.
Fixes #1477.
Related ticket: spring-projects/spring-data-commons#2813.
2023-04-04 11:45:38 +02:00
Jens Schauder
e78f7df53d Polishing.
Original pull request #1209
See #1110
2023-03-23 15:43:54 +01:00
Mikhail2048
d893259d4e Remove unnecessary parameters after moving of getReference(Identifier Processing).
Original pull request #1209
See #1110
2023-03-23 15:41:15 +01:00