Skip to content

1.2.0-Alpha6

Compare
Choose a tag to compare
@beikov beikov released this 17 Mar 12:28

Weren't expecting a new release so fast? Me neither, but as it turns out, the Spring Data and DeltaSpike Data integrations didn't work quite as expected in real projects, only in our example projects.
Our integration essentially replaces the repository implementation of Spring Data and DeltaSpike Data respectively. The implementation unfortunately was lacking the write related methods though,
so this lead to startup errors when you were extending from the usual interfaces.

The bug fix for this problem

  • #540 Impossible to use Spring Data's JpaRepository or DeltaSpike Data's EntityRepository

was done quite fast as the underlying problem was merely an oversight.