On 07/30/2018 06:20 PM, Yoann Rodiere wrote:
> If we must compare Zulip to emails, cross-posting to multiple mailing lists
> would be equivalent to posting to different "streams", which are the
> equivalent of "rooms" in HipChat or "channels" in IRC.
> Short answer is: you can't do that, you have t
On Mon, Jul 30, 2018 at 3:59 PM Steve Ebersole wrote:
> It is equivalent to `javax.persistence.Cacheable(false)`, although it was
> never well defined what it means in relation to
> `javax.persistence.SharedCacheMode`
>
OK, thanks, will just fix the NPE then.
Hi,
Here are the minutes of this week's NoORM IRC meeting:
15:36 < jbott> Meeting ended Tue Jul 31 13:36:04 2018 UTC. Information
about MeetBot at http://wiki.debian.org/MeetBot . (v 0.1.4)
15:36 < jbott> Minutes:
http://transcripts.jboss.org/meeting/irc.freenode.org/hibernate-dev/2018/hibernate
Hi,
This issue seems legit to me:
https://hibernate.atlassian.net/browse/HHH-12873
That being said, I'm not familiar at all with the boot process so I might
be wrong.
Could someone confirm and take a look at this issue? It looks annoying for
people using Spring Boot.
Thanks!
--
Guillaume
You'll need to check but AFAIR the spec says that META-INF/orm.xml is
automatically added. So the fault is on the builder of
PersistenceUnitInfo to include it. But we could be friendly and detect
the addition of the same file twice.
Emmanuel
On Tue 18-07-31 17:23, Guillaume Smet wrote:
>Hi,
>
>Th
>From what I understand, the issue is that we don't consider only the root
file but also files deep in the hierarchy:
https://github.com/spring-projects/spring-boot/issues/10363 .
On Tue, Jul 31, 2018 at 5:46 PM Emmanuel Bernard
wrote:
> You'll need to check but AFAIR the spec says that META-INF