[hibernate/hibernate-orm] 65aa2a: HHH-12589 - Add support for registering custom SQL...
by GitHub
Branch: refs/heads/5.2
Home: https://github.com/hibernate/hibernate-orm
Commit: 65aa2a80f841148e312dea3f6f18aff9a097887d
https://github.com/hibernate/hibernate-orm/commit/65aa2a80f841148e312dea3...
Author: Vlad Mihalcea <mihalcea.vlad(a)gmail.com>
Date: 2018-05-31 (Thu, 31 May 2018)
Changed paths:
M documentation/src/main/asciidoc/userguide/appendices/Configurations.adoc
M documentation/src/main/asciidoc/userguide/chapters/bootstrap/Bootstrap.adoc
M documentation/src/test/java/org/hibernate/userguide/bootstrap/BootstrapTest.java
A hibernate-core/src/main/java/org/hibernate/boot/spi/MetadataBuilderContributor.java
M hibernate-core/src/main/java/org/hibernate/jpa/boot/internal/EntityManagerFactoryBuilderImpl.java
A hibernate-core/src/test/java/org/hibernate/boot/spi/metadatabuildercontributor/AbstractSqlFunctionMetadataBuilderContributorTest.java
A hibernate-core/src/test/java/org/hibernate/boot/spi/metadatabuildercontributor/SqlFunctionMetadataBuilderContributor.java
A hibernate-core/src/test/java/org/hibernate/boot/spi/metadatabuildercontributor/SqlFunctionMetadataBuilderContributorClassNameTest.java
A hibernate-core/src/test/java/org/hibernate/boot/spi/metadatabuildercontributor/SqlFunctionMetadataBuilderContributorClassTest.java
A hibernate-core/src/test/java/org/hibernate/boot/spi/metadatabuildercontributor/SqlFunctionMetadataBuilderContributorIllegalArgumentTest.java
A hibernate-core/src/test/java/org/hibernate/boot/spi/metadatabuildercontributor/SqlFunctionMetadataBuilderContributorIllegalClassArgumentTest.java
A hibernate-core/src/test/java/org/hibernate/boot/spi/metadatabuildercontributor/SqlFunctionMetadataBuilderContributorInstanceTest.java
A hibernate-core/src/test/java/org/hibernate/boot/spi/metadatabuildercontributor/SqlFunctionMissingTest.java
Log Message:
-----------
HHH-12589 - Add support for registering custom SQL functions when bootstrapping via JPA
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
6 years, 5 months
[hibernate/hibernate-search] b3c133: HSEARCH-3172 Rename additionalRuntimeArgLine and a...
by GitHub
Branch: refs/heads/5.10
Home: https://github.com/hibernate/hibernate-search
Commit: b3c133a496f3993c2944c05b715e7c9da599c9ad
https://github.com/hibernate/hibernate-search/commit/b3c133a496f3993c2944...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M integrationtest/performance/orm/pom.xml
M integrationtest/wildfly/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-3172 Rename additionalRuntimeArgLine and additionalRuntimeArgLineForWildFlyTests
... to follow the same naming scheme as other properties.
Commit: dab39adf8ff873b07cf823b88f5ec35a890bed2c
https://github.com/hibernate/hibernate-search/commit/dab39adf8ff873b07cf8...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M integrationtest/osgi/karaf-it/src/test/java/org/hibernate/search/test/integration/osgi/HibernateSearchWithKarafIT.java
M integrationtest/osgi/karaf-it/src/test/resources/maven.properties
M integrationtest/wildfly/src/test/resources/arquillian.xml
M pom.xml
Log Message:
-----------
HSEARCH-3172 Use Maven resource filtering to pass JaCoCo args to containers
... instead of <systemPropertyVariables> in the surefire/failsafe
configuration, which tends to not work in IDEs.
Commit: 6fd485abc72e2b60d4b0a5e7c8163f8c83eb8eda
https://github.com/hibernate/hibernate-search/commit/6fd485abc72e2b60d4b0...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M integrationtest/performance/orm/pom.xml
M integrationtest/wildfly/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-3188 Fix the phase for plugin executions generating integration test environment
Mainly so that one can execute the build up to process-test-resources
and get a complete integration test environment (WildFly server, ...),
which can then be taken advantage of from an IDE.
Commit: e8a1b50134c4017adb20fab777e309e42528199b
https://github.com/hibernate/hibernate-search/commit/e8a1b50134c4017adb20...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M integrationtest/performance/orm/pom.xml
M integrationtest/performance/orm/src/test/resources/arquillian.xml
M integrationtest/wildfly/src/test/resources/arquillian.xml
Log Message:
-----------
HSEARCH-3184 Fix invalid references to repository.jboss-public.url
This property was renamed jboss.public.repo.url in commit
f25b4ed77a2c010823ca270c7a1d7c6e7beddbc6.
Commit: 941b8aca4f0865e8330a8de3f5d841e3289f460d
https://github.com/hibernate/hibernate-search/commit/941b8aca4f0865e8330a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M build-config/pom.xml
Log Message:
-----------
HSEARCH-3185 Build-config module should not attempt to apply checkstyle or forbiddenapis rules
Commit: c3f932d7c0ea7b157710d39ad3961d092375d691
https://github.com/hibernate/hibernate-search/commit/c3f932d7c0ea7b157710...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M integrationtest/performance/orm/pom.xml
M integrationtest/performance/orm/src/test/resources/arquillian.xml
M integrationtest/wildfly/pom.xml
M integrationtest/wildfly/src/test/resources/arquillian.xml
M pom.xml
Log Message:
-----------
HSEARCH-3186 Forward Maven settings to JBoss Modules when applying patches to WildFly nodes too
Commit: 34456df7342bd32cf8fec004e03836dc3480697c
https://github.com/hibernate/hibernate-search/commit/34456df7342bd32cf8fe...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-05-30 (Wed, 30 May 2018)
Changed paths:
M legacy/pom.xml
Log Message:
-----------
HSEARCH-3187 Package relocation artifacts as POM only
Because POM-packaged artifacts work just fine to relocate JAR-packaged
artifacts.
Compare: https://github.com/hibernate/hibernate-search/compare/1dd4bcd73b8b...3445...
**NOTE:** This service been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/
Functionality will be removed from GitHub.com on January 31st, 2019.
6 years, 5 months