Skip to content
Success

Changes

Summary

  1. Understand new (eclipselink-)orm xsd (details)
  2. Jakarta Persistence 3.2: JPQL generate missing Entity default `this` alias in simple SELECT queries (#2102) (details)
  3. improve javadoc for the web (#2117) (details)
Commit 2dd631c53a6b7369d8dca803b84e73248d21dd46 by Lukas Jungmann
Understand new (eclipselink-)orm xsd

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/xml/XMLPersistenceUnitMetadata.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/columns/ForeignKeyMetadata.java (diff)
The file was modified foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/helper/DatabaseTable.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/xml/XMLEntityMappingsMappingProject.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/columns/DirectColumnMetadata.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/MappedSuperclassAccessor.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/xml/XMLEntityMappingsReader.java (diff)
The file was modified foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/helper/DatabaseField.java (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.dynamic/src/main/resources/META-INF/advanced-dynamic-entity-mappings.xml (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/NamedNativeQueryMetadata.java (diff)
The file was modified foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/tools/schemaframework/FieldDefinition.java (diff)
The file was modified foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/CacheIsolationType.java (diff)
The file was modified foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/tools/schemaframework/DefaultTableGenerator.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/MetadataProject.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/sequencing/TableGeneratorMetadata.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/tables/JoinTableMetadata.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/resources/org/eclipse/persistence/jpa/eclipselink_orm_5_0.xsd (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/converters/ConvertMetadata.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/mappings/MapKeyMetadata.java (diff)
The file was modified jpa/org.eclipse.persistence.jpars/pom.xml (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/columns/TenantDiscriminatorColumnMetadata.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/columns/MetadataColumn.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/sequencing/SequenceGeneratorMetadata.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/columns/JoinColumnMetadata.java (diff)
The file was addedjpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/tables/CheckConstraintMetadata.java
The file was modified foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/tools/schemaframework/TableDefinition.java (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/src/main/resources/META-INF/eclipselink-orm.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/src/main/resources/META-INF/eclipselink-orm.xml (diff)
The file was addedfoundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/tools/schemaframework/CheckConstraint.java
The file was modified foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/oxm/record/namespaces/PrefixMapperNamespaceResolver.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/tables/UniqueConstraintMetadata.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/tables/TableMetadata.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/tables/IndexMetadata.java (diff)
The file was modified foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/mappings/AggregateObjectMapping.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/columns/ColumnMetadata.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/columns/RelationalColumnMetadata.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/NamedStoredProcedureQueryMetadata.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/queries/EntityResultMetadata.java (diff)
Commit 78a5206fc3b2563020c3bdcc2887e110ce814376 by GitHub
Jakarta Persistence 3.2: JPQL generate missing Entity default `this` alias in simple SELECT queries (#2102)

This improvement ensure, that JPQL SELECT queries like `SELECT this FROM Entity` where entity alias is not specified in the `FROM` part will be automatically added. Default `this` alias is used as it specified by:
https://github.com/jakartaee/persistence/issues/452
There is automatic `SELECT this` generation for queries like `FROM Entity this` too.
This happens only for EclipseLink 5.0.0 and higher or for persistence property `eclipselink.jpql.validation` with value `None` or `JPA 3.2`.

It allows accept following queries like:

- `SELECT this FROM Entity` -> `SELECT this FROM Entity this`
- `SELECT COUNT(this) FROM Entity` -> `SELECT COUNT(this) FROM Entity this`
- `SELECT this FROM Entity this WHERE id = :id` -> `SELECT this FROM Entity this WHERE this.id = :id`
- `SELECT this FROM Entity WHERE id = :id AND UPPER(name) = 'NAME 1` -> `SELECT this FROM Entity this WHERE this.id = :id AND UPPER(this.name) = 'NAME 1'`
- `FROM Entity this` -> `SELECT this FROM Entity this`

Some test modifications in the `org.eclipse.persistence.jpa.testapps` module:

- `org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLComplexTest#testNoSelect`
- `org.eclipse.persistence.testing.tests.jpa.jpql.advanced.JUnitJPQLValidationTest#noAliasWithWHEREAndParameterExceptionTest`
- org.eclipse.persistence.testing.tests.jpql.JPQLExceptionTest#noAliasWithWHEREAndParameterExceptionTest (CORE)

Signed-off-by: Radek Felcman <radek.felcman@oracle.com>
The file was modified jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractFromClause.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/IdentificationVariable.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/JPQLExpression.java (diff)
The file was modified foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/jpql/JPQLExceptionTest.java (diff)
The file was addedjpa/org.eclipse.persistence.jpa.jpql/src/test/java/org/eclipse/persistence/jpa/tests/jpql/parser/JPQLExpressionTestJakartaData.java
The file was addedjpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/EclipseLinkJPQLGrammar5_0.java
The file was modified jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/EclipseLinkVersion.java (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLComplexTest.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/DefaultEclipseLinkJPQLGrammar.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa.jpql/src/test/java/org/eclipse/persistence/jpa/tests/jpql/parser/JPQLGrammarTools.java (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/main/resources/META-INF/persistence.xml (diff)
The file was modified jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/JPQLGrammar.java (diff)
The file was removedjpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/EclipseLinkJPQLGrammar4_1.java
The file was modified jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/RangeVariableDeclaration.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/Expression.java (diff)
The file was modified foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/HermesParser.java (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLValidationTest.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CommonAbstractCriteriaImpl.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa.jpql/src/test/java/org/eclipse/persistence/jpa/tests/jpql/parser/JPQLQueryBuilder.java (diff)
The file was modified jpa/org.eclipse.persistence.jpa.jpql/src/test/java/org/eclipse/persistence/jpa/tests/jpql/parser/AllJPQLParserTests.java (diff)
The file was addedjpa/eclipselink.jpa.testapps/jpa.test.jpql/src/test/java/org/eclipse/persistence/testing/tests/jpa/jpql/advanced/JUnitJPQLJakartaDataNoAliasTest.java
Commit 314a8f8dc01c4a3583c958766535caa12e9b8bd1 by GitHub
improve javadoc for the web (#2117)

Signed-off-by: Lukas Jungmann <lukas.jungmann@oracle.com>
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inherited/pom.xml (diff)
The file was modified utils/org.eclipse.persistence.dbws.builder/pom.xml (diff)
The file was modified bundles/others/src/main/assembly/eclipselink-shared-lib.zip.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.dcn/pom.xml (diff)
The file was addedsrc/main/resources/javadoc/xml-ws-api/package-list
The file was addedsrc/main/resources/javadoc/json-api/package-list
The file was addedsrc/main/resources/javadoc/servlet-api/package-list
The file was modified utils/eclipselink.dbws.builder.test.oracle/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.fetchgroups/pom.xml (diff)
The file was modified foundation/org.eclipse.persistence.corba/pom.xml (diff)
The file was addedsrc/main/resources/javadoc/mail-api/package-list
The file was modified bundles/others/src/main/assembly/eclipselink-jpatest-framework.jar.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.remote/pom.xml (diff)
The file was modified utils/eclipselink.dbws.builder.test.oracle.server/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps.nosql/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.cascadedeletes/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced.multitenant/pom.xml (diff)
The file was addedsrc/main/resources/spotbugs/spotbugs-exclude-common.xml
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_1/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.plsql/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.datatypes/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.relationships/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.advanced.derivedid/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.fetchgroup/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps.oracle/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.spatial/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.performance2/pom.xml (diff)
The file was modified etc/archetypes/bug_test_case/moxy/src/main/resources/archetype-resources/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_3/pom.xml (diff)
The file was addedsrc/main/resources/javadoc/jms-api/package-list
The file was modified foundation/org.eclipse.persistence.core.test.framework/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.diagnostic/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/README.md (diff)
The file was modified bundles/moxy-standalone/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.advanced.fetchgroup/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.weaving/pom.xml (diff)
The file was modified performance/eclipselink.perf.test/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.advanced.compositepk/pom.xml (diff)
The file was modified etc/archetypes/bug_test_case/pom.xml (diff)
The file was modified etc/jenkins/docker/pom.xml (diff)
The file was modified foundation/org.eclipse.persistence.nosql/src/main/java/module-info.java (diff)
The file was addedsrc/main/resources/javadoc/validation-api/package-list
The file was modified src/main/assembly/spotbugs-filter.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.cacheable/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.wdf.test/src/it/assembly/eclipselink-wdf.ear.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.relationships/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.advanced.additionalcriteria/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.timestamptz/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.metamodel/pom.xml (diff)
The file was modified bundles/moxy-standalone/src/main/assembly/moxy.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.persistence32/pom.xml (diff)
The file was addedsrc/main/resources/javadoc/cdi-api/package-list
The file was modified dbws/org.eclipse.persistence.dbws/pom.xml (diff)
The file was modified bundles/others/src/main/assembly/eclipselink-coretest-framework.jar.xml (diff)
The file was modified jpa/eclipselink.jpa.wdf.test/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.performance/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.inheritance/pom.xml (diff)
The file was modified src/main/assembly/test-defaults.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.advanced/pom.xml (diff)
The file was modified jpa/org.eclipse.persistence.jpa.modelgen/pom.xml (diff)
The file was modified bundles/others/src/main/assembly/eclipselink-plugins.zip.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.inheritance/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.wdf.test/src/it/assembly/eclipselink-wdf-jpa1-model.jar.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/common/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.wdf.test/src/it/assembly/eclipselink-wdf-tests.jar.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.metamodel.apectj/pom.xml (diff)
The file was modified sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.inherited/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.sessionbean.ha/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.inheritance/pom.xml (diff)
The file was modified moxy/org.eclipse.persistence.moxy/pom.xml (diff)
The file was modified foundation/org.eclipse.persistence.oracle.test/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.additionalcriteria/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.wdf.test/src/it/assembly/eclipselink-wdf-jpa2-model.jar.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.advanced.embeddable/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.proxyauthentication/pom.xml (diff)
The file was modified sdo/eclipselink.sdo.test.server/src/it/assembly/eclipselink.sdo.test.server.jar.xml (diff)
The file was modified bundles/pom.xml (diff)
The file was modified testing/server-oracle/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.nonowning/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.inherited/pom.xml (diff)
The file was modified jpa/org.eclipse.persistence.jpars.server/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.advanced.cascadepersist/pom.xml (diff)
The file was addedsrc/main/assembly/common-javadoc.xml
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.advanced.customer/pom.xml (diff)
The file was modified bundles/tests/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.delimited/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_1/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.criteria/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.incompletemappings.owning/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_3/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.xmlmetadatacomplete/pom.xml (diff)
The file was modified src/main/assembly/test-report.xml (diff)
The file was modified jpa/eclipselink.jpa.spring.test/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.ddlgeneration/pom.xml (diff)
The file was modified foundation/org.eclipse.persistence.core/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.jpaadvancedproperties/pom.xml (diff)
The file was removedsrc/main/resources/spotbugs-exclude-common.xml
The file was modified jpa/org.eclipse.persistence.jpars/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/nativeapi/pom.xml (diff)
The file was modified jpa/org.eclipse.persistence.jpa.test.framework/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.fieldaccess.advanced/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_3/pom.xml (diff)
The file was modified bundles/nightly/pom.xml (diff)
The file was modified dbws/eclipselink.dbws.test.oracle/pom.xml (diff)
The file was modified jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/BasicRefactoringTool.java (diff)
The file was modified utils/eclipselink.utils.sigcompare/pom.xml (diff)
The file was addedsrc/main/resources/javadoc/activation-api/package-list
The file was addedsrc/main/resources/javadoc/xml-bind-api/package-list
The file was modified foundation/org.eclipse.persistence.nosql/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.cacheable/pom.xml (diff)
The file was modified bundles/others/src/main/assembly/eclipselink-jpa-tests.jar.xml (diff)
The file was addedsrc/main/resources/javadoc/annotation-api/package-list
The file was modified sdo/eclipselink.sdo.test.server/src/it/assembly/eclipselink.sdo.test.server.ear.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/member_2/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.relationships.unidirectional/pom.xml (diff)
The file was addedsrc/main/resources/javadoc/ws-rs-api/package-list
The file was addeddocs/docs.api/pom.xml
The file was modified foundation/org.eclipse.persistence.json/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_2/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.partitioned/pom.xml (diff)
The file was modified jpa/eclipselink.jaxrs.test/pom.xml (diff)
The file was modified jpa/org.eclipse.persistence.jpa.jpql/pom.xml (diff)
The file was modified foundation/org.eclipse.persistence.extension/src/main/java/module-info.java (diff)
The file was modified testing/server/pom.xml (diff)
The file was modified bundles/others/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.lob/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.customfeatures/pom.xml (diff)
The file was modified docs/src/main/assembly/docs-common.xml (diff)
The file was modified bundles/others/src/main/resources/nonfiltered/eclipselink-test-src.zip/moxy/eclipselink.moxy.test/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.complexaggregate/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.advanced.multitenant/pom.xml (diff)
The file was modified foundation/org.eclipse.persistence.extension/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.memory/pom.xml (diff)
The file was modified bundles/eclipselink/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.sessionbean/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.advanced/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.only/jpa.test.xml.metadatacomplete/pom.xml (diff)
The file was modified bundles/others/src/main/assembly/eclipselink-plugins-nosql.zip.xml (diff)
The file was addedsrc/main/resources/javadoc/resource-api/package-list
The file was modified foundation/org.eclipse.persistence.oracle/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.jta/pom.xml (diff)
The file was modified bundles/others/src/main/assembly/eclipselink-core-tests.jar.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.jpql/pom.xml (diff)
The file was modified jpa/eclipselink.jpars.test/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps.oracle/test.oracle.spatial/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.identity/pom.xml (diff)
The file was modified bundles/eclipselink/src/main/assembly/eclipselink.zip.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.complexaggregate/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.merge/jpa.test.xml.merge.relationships/pom.xml (diff)
The file was modified docs/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.extensibility/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.advanced2/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.composite.advanced/pom.xml (diff)
The file was modified moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/pom.xml (diff)
The file was modified sdo/org.eclipse.persistence.sdo/pom.xml (diff)
The file was modified utils/eclipselink.utils.rename/pom.xml (diff)
The file was modified bundles/others/src/main/assembly/eclipselink-test-src.zip.xml (diff)
The file was addedsrc/main/resources/javadoc/xml-soap-api/package-list
The file was modified jpa/eclipselink.jpa.testapps.oracle/jpa.test.oracle.partitioned/pom.xml (diff)
The file was modified etc/archetypes/bug_test_case/jpa/src/main/resources/archetype-resources/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.relationships/pom.xml (diff)
The file was modified src/main/assembly/common-license.xml (diff)
The file was addedsrc/main/resources/javadoc/persistence-api/package-list
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.extended/jpa.test.xml.extended.advanced.dynamic/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/pom.xml (diff)
The file was modified pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.orphanremoval/pom.xml (diff)
The file was modified sdo/eclipselink.sdo.test.server/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.test.jse/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.test/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.datetime/pom.xml (diff)
The file was modified bundles/p2site/pom.xml (diff)
The file was modified foundation/org.eclipse.persistence.pgsql/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps.nosql/jpa.test.nosql.mongo/pom.xml (diff)
The file was modified etc/jenkins/tck_init.sh (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/common/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.beanvalidation.dynamic/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.pu with spaces/pom.xml (diff)
The file was modified foundation/eclipselink.core.test/pom.xml (diff)
The file was modified bundles/others/src/main/assembly/eclipselink-test-jars.zip.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.validation/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.advanced/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.xml.extended.composite.advanced/member_1/pom.xml (diff)
The file was modified foundation/org.eclipse.persistence.oracle.nosql/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.composite.advanced/member_2/pom.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.privateowned/pom.xml (diff)
The file was modified jpa/org.eclipse.persistence.jpa/pom.xml (diff)
The file was addedsrc/main/resources/javadoc/transaction-api/package-list
The file was modified bundles/others/src/main/assembly/eclipselink-shared-lib.ear.xml (diff)
The file was modified jpa/eclipselink.jpa.testapps/jpa.test.advanced.cacheimpl/pom.xml (diff)