Skip to content

Commit 4910564

Browse files
committedJul 16, 2021
Updated changelog.
See #2357
1 parent 3a77bb8 commit 4910564

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
 

‎src/main/resources/changelog.txt

+30
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
Spring Data Commons Changelog
22
=============================
33

4+
Changes in version 2.6.0-M1 (2021-07-16)
5+
----------------------------------------
6+
* #2411 - Adopt to changes in Kotlin Coroutines 1.5.1.
7+
* #2410 - Fixes for #2408 and #2409.
8+
* #2409 - PersistentEntity type detection for PersistentProperties should consider association target type.
9+
* #2408 - Consolidate access to `TypeInformation<?>` VS. `Class<?>` on `PersistentProperty`.
10+
* #2406 - `Repositories` now allows lookup of parent repositories for sub-types.
11+
* #2404 - Fix outdated `ExampleMatcher` docs.
12+
* #2403 - Accept `JsonProvider` upon `JsonProjectingMethodInterceptorFactory` creation.
13+
* #2401 - Correct documentation how a constructor is chosen.
14+
* #2400 - `ClassGeneratingEntityInstantiator` deprecation link points to a package-private class.
15+
* #2399 - Polish.
16+
* #2396 - `QuerydslPredicateBuilder` should not return `null` `Predicate`.
17+
* #2392 - ReactiveExtensionAwareEvaluationContextProvider throws java.lang.IllegalStateException: Unsupported extension type: org.springframework.data.jpa.repository.support.JpaEvaluationContextExtension.
18+
* #2391 - Fix wrong example code.
19+
* #2390 - MappingContext should not consider java.util.Optional an entity type.
20+
* #2385 - Directly import JSR305 jar.
21+
* #2382 - Allow for a module specific inclusion for DTO projections.
22+
* #2381 - Fix broken link to Spring framework docs.
23+
* #2374 - Disable unit tests for unsigned integers for the time being.
24+
* #2372 - Contribution guidelines: Broken link.
25+
* #2368 - `AnnotationBasedPersistentProperty.validateAnnotation(…)` compares declared annotations with merged annotations.
26+
* #2361 - Introduce `instantiateClass` as replacement for `RepositoryFactorySupport.getTargetRepositoryViaReflection`.
27+
* #2358 - Limit `BeanWrapper`'s `KotlinCopyUtil` usage to Kotlin Data classes.
28+
* #2334 - Update CI to Java 16.
29+
* #2103 - Sort.and() does not handle TypedSort without explicit order [DATACMNS-1704].
30+
* #1911 - Ignore non-assignable override properties when creating PersistentEntity [DATACMNS-1509].
31+
32+
433
Changes in version 2.4.11 (2021-07-16)
534
--------------------------------------
635
* #2406 - `Repositories` now allows lookup of parent repositories for sub-types.
@@ -3199,5 +3228,6 @@ Repository
31993228

32003229

32013230

3231+
32023232

32033233

0 commit comments

Comments
 (0)
Please sign in to comment.