-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
89 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
30 changes: 30 additions & 0 deletions
30
...te/src/main/jbake/content/news/2018/blaze-persistence-1.3.0-Alpha2-release.adoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
= Blaze-Persistence 1.3.0-Alpha2 Release | ||
Christian Beikov | ||
2018-07-05 0 | ||
:description: Blaze-Persistence version 1.3.0-Alpha2 was just released | ||
:page: news | ||
:icon: christian_head.png | ||
:jbake-tags: announcement,release | ||
:jbake-type: post | ||
:jbake-status: published | ||
:linkattrs: | ||
|
||
Blaze-Persistence version 1.3.0-Alpha2 adds a few new features but mainly focused on bug fixes! | ||
|
||
The main features are the support for the new https://github.com/Blazebit/blaze-persistence/issues/367[`EMBEDDING_VIEW` function, window="_blank"] in entity views, | ||
that finally allows to refer to the entity relation of a view that embeds a `SubqueryProvider` or `CorrelationProvider`, but also in case of simple subviews. | ||
Giovanni Lovato did his first PR and added support for passing entity view optional parameters to spring data repository methods via https://github.com/Blazebit/blaze-persistence/issues/325[`@OptionalParam`, window="_blank"], | ||
thank you for that! | ||
A few other notable changes and fixes | ||
* https://github.com/Blazebit/blaze-persistence/issues/421[*#421*, window="_blank"] Allow the use of `OUTER` and macros for subquery correlation joins | ||
* https://github.com/Blazebit/blaze-persistence/issues/597[*#597*, window="_blank"] Smoothen support for associations in embeddables especially in updatable entity views | ||
* https://github.com/Blazebit/blaze-persistence/issues/601[*#601*, window="_blank"] Fix problems in entity views with `SELECT` fetching of entities with embedded ids | ||
* https://github.com/Blazebit/blaze-persistence/issues/602[*#602*, window="_blank"] Fix problems in entity views with `SUBSELECT` fetching when subview uses named parameters multiple times | ||
* https://github.com/Blazebit/blaze-persistence/issues/608[*#608*, window="_blank"] Omit null precedence +++<!-- PREVIEW-SUFFIX --><!-- </p></li></ul></div> --><!-- PREVIEW-END -->+++ emulation expression on MySQL when it matches the native behavior | ||
We are making good progress on the 1.3 timeline, but a final release will probably take a few more weeks as we preferred fixing bugs that new users encountered over strictly following our plan. | ||
Currently, we assume we can do the 1.3.0 final release by mid August, and we will most likely publish another Alpha release by end of July. | ||
Grab the release while it's hot! We appreciate any feedback, so let us know what you think of this release :) |