Re: [hibernate-dev] Problem with releasing 5.1.13.Final

2018-03-21 Thread Gail Badner
I suppose another alternative is to make the distributions manually. On Tue, Mar 20, 2018 at 9:20 PM, Gail Badner wrote: > I am able to build the documentation using Andrea's suggestion and now I'm > struggling with gradle. > > I released the staging repository on nexus last night to make a dead

Re: [hibernate-dev] [in.relation.to] Only display post summary in list pages

2018-03-21 Thread Guillaume Smet
As per Gunnar's request, you can now use the ++ marker to explicitly mark the end of the preamble (same as in Hugo). For an example: posts/Gunnar/2018-02-26-putting-bean-validation-constraints-to-multimaps.adoc -- Guillaume On Tue, Mar 20, 2018 at 7:08 PM, Guillaume Smet wrote: > On Tue,

Re: [hibernate-dev] [in.relation.to] Only display post summary in list pages

2018-03-21 Thread Sanne Grinovero
Great, thanks again Guillaume! On 21 March 2018 at 10:15, Guillaume Smet wrote: > As per Gunnar's request, you can now use the ++ marker to > explicitly mark the end of the preamble (same as in Hugo). > > For an example: posts/Gunnar/2018-02-26-putting-bean-validation- > constraints-to-multi

[hibernate-dev] Release Announcement: General Availability of JDK 10

2018-03-21 Thread Rory O'Donnell
Hi Sanne, A number of items to share with you today : *1) JDK 10 General Availability * JDK 10, the first release produced under the six-month rapid-cadence release model [1][2], is now Generally Available. We've identified no P1 bugs since we promoted build 46 almost two weeks ago, so that is

Re: [hibernate-dev] [in.relation.to] Only display post summary in list pages

2018-03-21 Thread Gunnar Morling
Excellent, very nice! Thanks, Guilllaume! 2018-03-21 11:15 GMT+01:00 Guillaume Smet : > As per Gunnar's request, you can now use the ++ marker to > explicitly mark the end of the preamble (same as in Hugo). > > For an example: > posts/Gunnar/2018-02-26-putting-bean-validation- > constraints-t

Re: [hibernate-dev] Problem with releasing 5.1.13.Final

2018-03-21 Thread Steve Ebersole
You could have avoided that up front by disabling the up-to-date checks. But now your original local jars are gone... That said, it really does not matter if the jars are the *same* (as in ==) - it just matters that they are functionally the same. Checking out the tag/ref, changing the version an

Re: [hibernate-dev] Problem with releasing 5.1.13.Final

2018-03-21 Thread Gail Badner
I still have the original jars. I was experimenting on a copy. How do I disable the up-to-date checks? On Wed, Mar 21, 2018 at 5:43 AM, Steve Ebersole wrote: > You could have avoided that up front by disabling the up-to-date checks. > But now your original local jars are gone... > > That said,

Re: [hibernate-dev] Problem with releasing 5.1.13.Final

2018-03-21 Thread Steve Ebersole
The easiest is to just skip the jar tasks using -x. And aggregated javadocs task. Unfortunately I think you would nee to list them all individually On Wed, Mar 21, 2018 at 12:42 PM Gail Badner wrote: > I still have the original jars. I was experimenting on a copy. > > How do I disable the up-t

Re: [hibernate-dev] Problem with releasing 5.1.13.Final

2018-03-21 Thread Gail Badner
OK, I'll give it a try. Thanks! On Wed, Mar 21, 2018 at 10:50 AM, Steve Ebersole wrote: > The easiest is to just skip the jar tasks using -x. And aggregated > javadocs task. Unfortunately I think you would nee to list them all > individually > > On Wed, Mar 21, 2018 at 12:42 PM Gail Badner wr

[hibernate-dev] Defaultable service strategies

2018-03-21 Thread Steve Ebersole
Thoughts on allowing certain services to be defaulted to the single implementor registered with the `StrategySelector` service when there is just one? For example, when resolving the RegionFactory unless both (a) `hibernate.cache.region.factory_class` and (b) one of `hibernate.cache.use_second_lev

Re: [hibernate-dev] Defaultable service strategies

2018-03-21 Thread Vlad Mihalcea
Sounds good to me. Vlad On Wed, 21 Mar 2018, 20:48 Steve Ebersole, wrote: > Thoughts on allowing certain services to be defaulted to the single > implementor registered with the `StrategySelector` service when there is > just one? > > For example, when resolving the RegionFactory unless both (a

Re: [hibernate-dev] Defaultable service strategies

2018-03-21 Thread Sanne Grinovero
On 21 March 2018 at 19:15, Vlad Mihalcea wrote: > > Sounds good to me. +1 nice ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev

Re: [hibernate-dev] Problem with releasing 5.1.13.Final

2018-03-21 Thread Gail Badner
Worked like a charm. Thanks! On Wed, Mar 21, 2018 at 11:07 AM, Gail Badner wrote: > OK, I'll give it a try. Thanks! > > On Wed, Mar 21, 2018 at 10:50 AM, Steve Ebersole > wrote: > >> The easiest is to just skip the jar tasks using -x. And aggregated >> javadocs task. Unfortunately I think you

Re: [hibernate-dev] Problem with releasing 5.1.13.Final

2018-03-21 Thread Steve Ebersole
Great! On Wed, Mar 21, 2018 at 6:21 PM Gail Badner wrote: > Worked like a charm. > Thanks! > > On Wed, Mar 21, 2018 at 11:07 AM, Gail Badner wrote: > >> OK, I'll give it a try. Thanks! >> >> On Wed, Mar 21, 2018 at 10:50 AM, Steve Ebersole >> wrote: >> >>> The easiest is to just skip the jar t

[hibernate-dev] Hibernate ORM 5.1.13.Final Released

2018-03-21 Thread Gail Badner
http://in.relation.to/2018/03/19/hibernate-orm-5113-final-release/ ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev