Re: [hibernate-dev] 5.2 Java 8 Optional support

2016-05-04 Thread Steve Ebersole
Good point about the design/intention of Optional. I hadn't seen that before. I included it here because I have seen requests for it. Serializability is not an argument for me. Yes *if* you plan on detaching the model and passing it remotely Serializable is a requirement and Optional could not

Re: [hibernate-dev] 5.2 Java 8 Optional support

2016-05-04 Thread Andrej Golovnin
Hi Steve, > 1. Support models which define attributes using Optional -1. Why: 1. JPA 2.1 Spec. ยง2.1 The Entity Class: If an entity instance is to be passed by value as a detached object (e.g., through a remote interface), the entity class must implement the Serializable interface.

[hibernate-dev] 5.2 Java 8 Optional support

2016-05-04 Thread Steve Ebersole
Since 5.2 is moving to baseline on Java 8 we've been looking at Java 8 features we might leverage in Hibernate and allow users to leverage. The first one I am tackling is "support for Optional", which will have the following parts: 1. Support models which define attributes using Optional 2.

[hibernate-dev] update on WildFly NoSQL prototype integration (e.g. OGM/native api use) ...

2016-05-04 Thread Scott Marlow
Hi, Feedback is welcome on the wildfly-dev mailing list regarding NoSQL integration [1]. Rather than cross posting or duplicating the content on different mailing lists, we just posted to wildfly-dev and will ping other mailing lists. If there is some OGM specific response that you would like

Re: [hibernate-dev] JIRA: Activity dashboard not accessible for anonymous users

2016-05-04 Thread Sanne Grinovero
On 4 May 2016 at 11:06, Gunnar Morling wrote: > E.g. that one: https://hibernate.atlassian.net/projects/HSEARCH/summary > > The first icon on the left side (with the Hibernate logo) links to this. Do > you see the activity feed when clicking on in and not being logged in? Ok, no I see an error in

Re: [hibernate-dev] JIRA: Activity dashboard not accessible for anonymous users

2016-05-04 Thread Gunnar Morling
E.g. that one: https://hibernate.atlassian.net/projects/HSEARCH/summary The first icon on the left side (with the Hibernate logo) links to this. Do you see the activity feed when clicking on in and not being logged in? 2016-05-04 12:03 GMT+02:00 Sanne Grinovero : > On 4 May 2016 at 10:56, Gunnar

Re: [hibernate-dev] JIRA: Activity dashboard not accessible for anonymous users

2016-05-04 Thread Sanne Grinovero
On 4 May 2016 at 10:56, Gunnar Morling wrote: > Hi there, > > This is still an issue: when not being logged, an error instead of the > activity dashboard is shown in JIRA. I don't see such an error. Are you maybe looking at an URL which isn't the typical welcome page? Thanks, Sanne > > Davide,

Re: [hibernate-dev] JIRA: Activity dashboard not accessible for anonymous users

2016-05-04 Thread Davide D'Alto
I'll have a look. Davide On Wed, May 4, 2016 at 10:56 AM, Gunnar Morling wrote: > Hi there, > > This is still an issue: when not being logged, an error instead of the > activity dashboard is shown in JIRA. > > Davide, as master of tools, could you look into this? > > Coming as a new user to JIR

Re: [hibernate-dev] JIRA: Activity dashboard not accessible for anonymous users

2016-05-04 Thread Gunnar Morling
Hi there, This is still an issue: when not being logged, an error instead of the activity dashboard is shown in JIRA. Davide, as master of tools, could you look into this? Coming as a new user to JIRA and seeing such error isn't a great experience. Thanks, --Gunnar 2016-01-14 8:02 GMT+01:00

Re: [hibernate-dev] Discriminator-based multi-tenancy

2016-05-04 Thread Gunnar Morling
Ah, cool. Thanks, Vlad! 2016-05-04 9:39 GMT+02:00 Vlad Mihalcea : > That section has already changed, you can view the updated part here: > > > http://docs.jboss.org/hibernate/orm/5.0/userguide/html_single/Hibernate_User_Guide.html#multitenacy > > The reason you see an old version on 5.1 is becau

Re: [hibernate-dev] Discriminator-based multi-tenancy

2016-05-04 Thread Vlad Mihalcea
That section has already changed, you can view the updated part here: http://docs.jboss.org/hibernate/orm/5.0/userguide/html_single/Hibernate_User_Guide.html#multitenacy The reason you see an old version on 5.1 is because we haven't had a new 5.1 release since I've changed that particular section

[hibernate-dev] Discriminator-based multi-tenancy

2016-05-04 Thread Gunnar Morling
Hi, Does ORM 5.1 already support multi-tenancy based on discriminator columns? The revamped user guide [1] has some slightly outdated info on that: "This strategy is not yet implemented in Hibernate as of 4.0 and 4.1. Its support is planned for 5.0." Thanks, --Gunnar [1] http://docs.jboss.org/