[hibernate/hibernate-search] 65d292: [maven-release-plugin] prepare release 5.0.0.Alpha...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-search
Commit: 65d292e65d0f7af7bc9cbdf10598e86b310d521e
https://github.com/hibernate/hibernate-search/commit/65d292e65d0f7af7bc9c...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2014-02-08 (Sat, 08 Feb 2014)
Changed paths:
M analyzers/pom.xml
M backends/jgroups/pom.xml
M backends/jms/pom.xml
M build-config/pom.xml
M distribution/pom.xml
M documentation/pom.xml
M engine/pom.xml
M infinispan/pom.xml
M integrationtest/narayana/pom.xml
M integrationtest/performance/pom.xml
M integrationtest/sandbox/pom.xml
M integrationtest/spring/pom.xml
M integrationtest/wildfly/pom.xml
M legacy/pom.xml
M modules/pom.xml
M orm/pom.xml
M pom.xml
M serialization/avro/pom.xml
M serialization/java/pom.xml
M testing/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 5.0.0.Alpha1
Commit: f931a60e5f9a555502afa7ffd1225003dcdf1fe6
https://github.com/hibernate/hibernate-search/commit/f931a60e5f9a555502af...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2014-02-08 (Sat, 08 Feb 2014)
Changed paths:
M analyzers/pom.xml
M backends/jgroups/pom.xml
M backends/jms/pom.xml
M build-config/pom.xml
M distribution/pom.xml
M documentation/pom.xml
M engine/pom.xml
M infinispan/pom.xml
M integrationtest/narayana/pom.xml
M integrationtest/performance/pom.xml
M integrationtest/sandbox/pom.xml
M integrationtest/spring/pom.xml
M integrationtest/wildfly/pom.xml
M legacy/pom.xml
M modules/pom.xml
M orm/pom.xml
M pom.xml
M serialization/avro/pom.xml
M serialization/java/pom.xml
M testing/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Compare: https://github.com/hibernate/hibernate-search/compare/dbfbee7e8cf2...f931...
10 years, 11 months
[hibernate/hibernate-orm] 24b377: HHH-8893 - Develop Hibernate mapping XSD extending...
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 24b377a774ec4c0ebadd42d1c42ac297d61b97f4
https://github.com/hibernate/hibernate-orm/commit/24b377a774ec4c0ebadd42d...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2014-02-07 (Fri, 07 Feb 2014)
Changed paths:
M hibernate-core/hibernate-core.gradle
M hibernate-core/src/main/java/org/hibernate/metamodel/MetadataSources.java
A hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/transform/HbmXmlTransformer.java
A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/jaxb/AttributesContainer.java
A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/jaxb/LifecycleCallback.java
A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/jaxb/ManagedType.java
A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/jaxb/Parameterized.java
A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/jaxb/PersistentAttribute.java
A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/jaxb/SchemaAware.java
A hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/jaxb/ToolingHintContainer.java
M hibernate-core/src/main/java/org/hibernate/xml/internal/jaxb/AbstractXmlBinder.java
A hibernate-core/src/main/java/org/hibernate/xml/internal/jaxb/AbstractXmlBinder2.java
M hibernate-core/src/main/java/org/hibernate/xml/internal/jaxb/MappingXmlBinder.java
A hibernate-core/src/main/java/org/hibernate/xml/internal/jaxb/UnifiedMappingBinder.java
A hibernate-core/src/main/java/org/hibernate/xml/internal/jaxb/UnifiedMappingEventReader.java
M hibernate-core/src/main/java/org/hibernate/xml/internal/stax/LocalSchemaLocator.java
M hibernate-core/src/main/java/org/hibernate/xml/internal/stax/SupportedOrmXsdVersion.java
M hibernate-core/src/main/resources/org/hibernate/xsd/mapping/orm-2.1.0.xsd
A hibernate-core/src/main/resources/org/hibernate/xslt/mapping/hbm-to-orm-2.1.0.xsd.xsl
A hibernate-core/src/main/xjb/mapping-bindings.xjb
M hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/xml/mocker/AbstractMockerTest.java
Log Message:
-----------
HHH-8893 - Develop Hibernate mapping XSD extending the JPA mapping (orm) XSD;
HHH-8894 - Use an "upgrade" approach to validate and bind (JAXB) mapping XML - hbm-to-orm XSLT
10 years, 11 months