From 539c950787a2e3f12defb9643d073c84456c0c03 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 6 Aug 2014 09:01:57 +0200 Subject: [PATCH] DATAJPA-581 - Ordered entries in persistence.xml alphabetically. Ordered the entries in the test persistence.xml alphabetically to avoid duplicate entries. --- src/test/resources/META-INF/persistence.xml | 49 ++++++++++----------- 1 file changed, 24 insertions(+), 25 deletions(-) diff --git a/src/test/resources/META-INF/persistence.xml b/src/test/resources/META-INF/persistence.xml index 5a85d4510..e58401db3 100644 --- a/src/test/resources/META-INF/persistence.xml +++ b/src/test/resources/META-INF/persistence.xml @@ -1,57 +1,56 @@ - org.springframework.data.jpa.domain.sample.AbstractMappedType org.springframework.data.jpa.domain.AbstractPersistable org.springframework.data.jpa.domain.AbstractAuditable - org.springframework.data.jpa.domain.sample.Account org.springframework.data.jpa.domain.sample.AbstractAnnotatedAuditable + org.springframework.data.jpa.domain.sample.AbstractMappedType + org.springframework.data.jpa.domain.sample.Account + org.springframework.data.jpa.domain.sample.Address org.springframework.data.jpa.domain.sample.AnnotatedAuditableUser - org.springframework.data.jpa.domain.sample.AuditableUser org.springframework.data.jpa.domain.sample.AuditableRole - org.springframework.data.jpa.domain.sample.Parent - org.springframework.data.jpa.domain.sample.PrimitiveVersionProperty - org.springframework.data.jpa.domain.sample.PersistableWithIdClass + org.springframework.data.jpa.domain.sample.AuditableUser org.springframework.data.jpa.domain.sample.Child + org.springframework.data.jpa.domain.sample.ConcreteType1 + org.springframework.data.jpa.domain.sample.ConcreteType2 + org.springframework.data.jpa.domain.sample.Customer + org.springframework.data.jpa.domain.sample.EmbeddedIdExampleEmployeePK + org.springframework.data.jpa.domain.sample.EmbeddedIdExampleEmployee + org.springframework.data.jpa.domain.sample.EmbeddedIdExampleDepartment + org.springframework.data.jpa.domain.sample.IdClassExampleEmployee + org.springframework.data.jpa.domain.sample.IdClassExampleDepartment + org.springframework.data.jpa.domain.sample.MailMessage + org.springframework.data.jpa.domain.sample.MailSender + org.springframework.data.jpa.domain.sample.MailUser + org.springframework.data.jpa.domain.sample.Order + org.springframework.data.jpa.domain.sample.Parent + org.springframework.data.jpa.domain.sample.PersistableWithIdClass + org.springframework.data.jpa.domain.sample.PrimitiveVersionProperty org.springframework.data.jpa.domain.sample.Role - org.springframework.data.jpa.domain.sample.SpecialUser - org.springframework.data.jpa.domain.sample.User org.springframework.data.jpa.domain.sample.SampleEntity org.springframework.data.jpa.domain.sample.SampleEntityPK org.springframework.data.jpa.domain.sample.SampleWithIdClass org.springframework.data.jpa.domain.sample.SampleWithPrimitiveId org.springframework.data.jpa.domain.sample.SampleWithTimestampVersion + org.springframework.data.jpa.domain.sample.SpecialUser + org.springframework.data.jpa.domain.sample.User org.springframework.data.jpa.domain.sample.VersionedUser - org.springframework.data.jpa.domain.sample.AbstractMappedType - org.springframework.data.jpa.domain.sample.ConcreteType1 - org.springframework.data.jpa.domain.sample.ConcreteType2 - org.springframework.data.jpa.domain.sample.IdClassExampleEmployee - org.springframework.data.jpa.domain.sample.IdClassExampleDepartment - org.springframework.data.jpa.domain.sample.EmbeddedIdExampleEmployeePK - org.springframework.data.jpa.domain.sample.EmbeddedIdExampleEmployee - org.springframework.data.jpa.domain.sample.EmbeddedIdExampleDepartment - org.springframework.data.jpa.domain.sample.Customer - org.springframework.data.jpa.domain.sample.Order - org.springframework.data.jpa.domain.sample.Address - org.springframework.data.jpa.domain.sample.MailMessage - org.springframework.data.jpa.domain.sample.MailSender - org.springframework.data.jpa.domain.sample.MailUser true - org.springframework.data.jpa.domain.sample.User org.springframework.data.jpa.domain.sample.MailMessage org.springframework.data.jpa.domain.sample.MailSender org.springframework.data.jpa.domain.sample.MailUser + org.springframework.data.jpa.domain.sample.User true org.hibernate.ejb.HibernatePersistence - org.springframework.data.jpa.domain.sample.User - org.springframework.data.jpa.repository.cdi.Person org.springframework.data.jpa.domain.sample.MailMessage org.springframework.data.jpa.domain.sample.MailSender org.springframework.data.jpa.domain.sample.MailUser + org.springframework.data.jpa.domain.sample.User + org.springframework.data.jpa.repository.cdi.Person true