[hibernate/hibernate-orm] dce120: Get the build to deploy snapshots to AWS Protean N...
by GitHub
Branch: refs/heads/ProteanHacking
Home: https://github.com/hibernate/hibernate-orm
Commit: dce12087da2a80e31fae33459b495e065f9955bf
https://github.com/hibernate/hibernate-orm/commit/dce12087da2a80e31fae334...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M README.md
M gradle/base-information.gradle
M gradle/publishing-repos.gradle
Log Message:
-----------
Get the build to deploy snapshots to AWS Protean Nexus
Commit: f23289f359775c5e9e1c6914e720457891f4ee1f
https://github.com/hibernate/hibernate-orm/commit/f23289f359775c5e9e1c691...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/registry/classloading/internal/ClassLoaderServiceImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/registry/classloading/spi/ClassLoaderService.java
R hibernate-core/src/main/java/org/hibernate/engine/jdbc/ResultSetWrapperProxy.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcServicesImpl.java
R hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/ResultSetWrapperImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/JdbcServices.java
R hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/ResultSetWrapper.java
M hibernate-core/src/main/java/org/hibernate/loader/Loader.java
M hibernate-core/src/main/java/org/hibernate/loader/plan/exec/internal/AbstractLoadPlanBasedLoader.java
R hibernate-core/src/test/java/org/hibernate/engine/jdbc/ResultSetWrapperProxyTest.java
M hibernate-testing/src/main/java/org/hibernate/testing/boot/BasicTestingJdbcServiceImpl.java
Log Message:
-----------
Remove ResultSetWrapper capability
Commit: d81cb3e2bb8aae36ae0e9c542944b449ec254f37
https://github.com/hibernate/hibernate-orm/commit/d81cb3e2bb8aae36ae0e9c5...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M documentation/src/test/java/org/hibernate/userguide/events/ListenerTest.java
R hibernate-core/src/main/java/org/hibernate/secure/internal/StandardJaccServiceImpl.java
M hibernate-core/src/main/java/org/hibernate/secure/spi/JaccIntegrator.java
Log Message:
-----------
Remove StandardJaccServiceImpl
Commit: fd39da35e3c1cc3a64b11c541e6d156899a7e02a
https://github.com/hibernate/hibernate-orm/commit/fd39da35e3c1cc3a64b11c5...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/internal/ExceptionConverterImpl.java
Log Message:
-----------
Have ExceptionConverterImpl print out any stacktrace it might see
Commit: e03d5257c5a8d24a0e498d687323dc8e912a0691
https://github.com/hibernate/hibernate-orm/commit/e03d5257c5a8d24a0e498d6...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/Oracle10gDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/Oracle8iDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/Oracle9Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/OracleTypesHelper.java
Log Message:
-----------
Avoid reflection in OracleTypesHelper
Commit: 1e98050866d78bc9eeba13277598a764f4b218cf
https://github.com/hibernate/hibernate-orm/commit/1e98050866d78bc9eeba132...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAMetadataProvider.java
R hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAOverriddenAnnotationReader.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/JPAOverriddenAnnotationReaderTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/CarModel.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Company.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlElementCollectionTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToManyTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToOneTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToManyTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToOneTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Entity1.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Entity2.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Entity3.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Light.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Lighter.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Manufacturer.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Model.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/NonExistentOrmVersionTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/OrmVersion1SupportedTest.java
R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/VicePresident.java
Log Message:
-----------
Remove support to override annotation mappings from XML files
Commit: 6f0ab264c5e48db419fd75767a2ebd6991eaa7f9
https://github.com/hibernate/hibernate-orm/commit/6f0ab264c5e48db419fd757...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/internal/MetadataImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/model/IdentifierGeneratorDefinition.java
M hibernate-core/src/main/java/org/hibernate/boot/model/TypeDefinition.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/NamedEntityGraphDefinition.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/NamedProcedureCallDefinition.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/AnsiTrimEmulationFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/AnsiTrimFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/CastFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/CharIndexFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/ConditionalParenthesisFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/ConvertFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/DB2SubstringFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/DerbyConcatFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/NvlFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/PositionSubstringFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/SQLFunctionTemplate.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/StandardAnsiSqlAggregationFunctions.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/StandardJDBCEscapeFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/TemplateRenderer.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/VarArgsSQLFunction.java
M hibernate-core/src/main/java/org/hibernate/engine/ResultSetMappingDefinition.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/FilterDefinition.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/NamedSQLQueryDefinition.java
M hibernate-core/src/main/java/org/hibernate/mapping/FetchProfile.java
Log Message:
-----------
Commenting on state being pulled in via MetadataImpl
Commit: 6b97c300986da710b739a24481c30338434a1def
https://github.com/hibernate/hibernate-orm/commit/6b97c300986da710b739a24...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/service/internal/SessionFactoryServiceRegistryImpl.java
Log Message:
-----------
Avoid leaking invalid data in side cache of SessionFactoryServiceRegistryImpl
Commit: a0828e2095976589a0ef439e6a8991360f5c1e03
https://github.com/hibernate/hibernate-orm/commit/a0828e2095976589a0ef439...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/registry/internal/StandardServiceRegistryImpl.java
M hibernate-core/src/main/java/org/hibernate/service/internal/AbstractServiceRegistryImpl.java
Log Message:
-----------
Allow for resurrection of deactivated ServiceRegistry instances
Commit: 0df42f5e578a0d4c7c4ddd8ae12096f11110e0c4
https://github.com/hibernate/hibernate-orm/commit/0df42f5e578a0d4c7c4ddd8...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/internal/SessionFactoryOptionsBuilder.java
Log Message:
-----------
Enforce WrapResultSets being disabled
Commit: 81dd62989c49006affc9c95c7b53b27e1f9129ea
https://github.com/hibernate/hibernate-orm/commit/81dd62989c49006affc9c95...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
R hibernate-core/src/main/java/org/hibernate/context/internal/ThreadLocalSessionContext.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
R hibernate-core/src/test/java/org/hibernate/test/connections/ThreadLocalCurrentSessionTest.java
Log Message:
-----------
Removing support for thread-bound Session context
Commit: 394625e6b2e961378d80275e8294b09804875fdb
https://github.com/hibernate/hibernate-orm/commit/394625e6b2e961378d80275...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/registry/selector/internal/StrategySelectorBuilder.java
R hibernate-core/src/main/java/org/hibernate/engine/transaction/jta/platform/internal/WebSphereExtendedJtaPlatform.java
Log Message:
-----------
Remove support for WebSphereExtendedJtaPlatform
Commit: f0d6125a6e39656f672015cc29a8c2602e67bd43
https://github.com/hibernate/hibernate-orm/commit/f0d6125a6e39656f672015c...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/internal/MetadataImpl.java
Log Message:
-----------
Expose more state from MetadataImpl to allow shallow copies
Commit: ff32eb28a3d892231b76a9d53fe5400202754488
https://github.com/hibernate/hibernate-orm/commit/ff32eb28a3d892231b76a9d...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/boot/internal/MetadataBuilderImpl.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/AbstractDelegatingMetadataBuildingOptions.java
M hibernate-core/src/main/java/org/hibernate/boot/spi/MetadataBuildingOptions.java
M hibernate-core/src/main/java/org/hibernate/event/service/internal/EventListenerRegistryImpl.java
M hibernate-core/src/main/java/org/hibernate/jpa/event/internal/CallbackBuilderLegacyImpl.java
Log Message:
-----------
Remove functionality: callbacks
This is useful to remove runtime references to the ReflectionManager infrastructure
Compare: https://github.com/hibernate/hibernate-orm/compare/dce12087da2a^...ff32eb...
**NOTE:** This service has 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, 1 month
[hibernate/hibernate-search] 809cba: HSEARCH-3365 Backport HSEARCH-2988 Add hardcoded J...
by GitHub
Branch: refs/heads/5.5
Home: https://github.com/hibernate/hibernate-search
Commit: 809cba180ded4a4d25df829be57a1c5bfa03abd8
https://github.com/hibernate/hibernate-search/commit/809cba180ded4a4d25df...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M integrationtest/performance/pom.xml
M integrationtest/wildfly/pom.xml
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-2988 Add hardcoded JBoss repository settings to WildFly-related tests
Commit: bd5183ffff0353022178ca5fd9fd183967f78dc0
https://github.com/hibernate/hibernate-search/commit/bd5183ffff0353022178...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M integrationtest/performance/pom.xml
M integrationtest/performance/src/test/resources/arquillian.xml
M integrationtest/wildfly/pom.xml
M integrationtest/wildfly/src/test/resources/arquillian.xml
M pom.xml
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-2998 Make sure the test WildFly instance works without any specific Maven configuration from the developper
Commit: fabfafe7747b0fc34da530931c9bcdd421033e3e
https://github.com/hibernate/hibernate-search/commit/fabfafe7747b0fc34da5...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M integrationtest/osgi/karaf-it/pom.xml
M integrationtest/osgi/karaf-it/src/test/java/org/hibernate/search/test/integration/osgi/HibernateSearchWithKarafIT.java
A integrationtest/osgi/karaf-it/src/test/resources/maven.properties
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-2998 Make sure the test Karaf instance works without any specific Maven configuration from the developper
Commit: 0b46af6af8bf1a22672cde155cc52c8561ab6756
https://github.com/hibernate/hibernate-search/commit/0b46af6af8bf1a22672c...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M integrationtest/osgi/karaf-it/pom.xml
M integrationtest/osgi/karaf-it/src/test/java/org/hibernate/search/test/integration/osgi/HibernateSearchWithKarafIT.java
R integrationtest/osgi/karaf-it/src/test/resources/maven.properties
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-3151 Pass pax-exam JVM args through failsafe systemPropertyVariable
... so that we can pass JVM args that spread on multiple lines (the
.properties format does not make that easy).
Commit: cfc0ade51c2af9d00a016c78066e776e4ce83008
https://github.com/hibernate/hibernate-search/commit/cfc0ade51c2af9d00a01...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M documentation/pom.xml
Log Message:
-----------
HSEARCH-3365 Make sure the docbook documentation generation works without any specific Maven configuration from the developper
Commit: bc66f47f00abf5b70aa425049cbb59a6e4259448
https://github.com/hibernate/hibernate-search/commit/bc66f47f00abf5b70aa4...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M README.md
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-2992 Remove any reference to settings-example.xml
But keep the file, so as not to break pre-existing integration jobs relying on it.
It's not useful anymore, though.
Commit: 4a0f04fc924d2f7f1199b626ccfca0c88a1611a5
https://github.com/hibernate/hibernate-search/commit/4a0f04fc924d2f7f1199...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
A Jenkinsfile
Log Message:
-----------
HSEARCH-3365 Add a Jenkinsfile
Commit: 1ebfe00b128c3e569dd63e887dc43d56ad555b9a
https://github.com/hibernate/hibernate-search/commit/1ebfe00b128c3e569dd6...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M orm/src/test/java/org/hibernate/search/test/bridge/tika/Book.java
Log Message:
-----------
HSEARCH-3365 Fix problems related to the greater length of the path to the workspace in Jenkins pipelines
Compare: https://github.com/hibernate/hibernate-search/compare/580d24b5305c...1ebf...
**NOTE:** This service has 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, 1 month
[hibernate/hibernate-search] 112b13: HSEARCH-3365 Backport HSEARCH-2988 Add hardcoded J...
by GitHub
Branch: refs/heads/5.6
Home: https://github.com/hibernate/hibernate-search
Commit: 112b133ac0d874793bc8142d6cfb4d08c432e2b8
https://github.com/hibernate/hibernate-search/commit/112b133ac0d874793bc8...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M integrationtest/performance/pom.xml
M integrationtest/wildfly/pom.xml
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-2988 Add hardcoded JBoss repository settings to WildFly-related tests
Commit: 7715ebee62f0184e10a378188e9b6e0c117bed5c
https://github.com/hibernate/hibernate-search/commit/7715ebee62f0184e10a3...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M integrationtest/performance/pom.xml
M integrationtest/performance/src/test/resources/arquillian.xml
M integrationtest/wildfly/pom.xml
M integrationtest/wildfly/src/test/resources/arquillian.xml
M pom.xml
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-2998 Make sure the test WildFly instance works without any specific Maven configuration from the developper
Commit: 57a40230a7c801ac901030eb6193f3962f6316f6
https://github.com/hibernate/hibernate-search/commit/57a40230a7c801ac9010...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M integrationtest/osgi/karaf-it/pom.xml
M integrationtest/osgi/karaf-it/src/test/java/org/hibernate/search/test/integration/osgi/HibernateSearchWithKarafIT.java
A integrationtest/osgi/karaf-it/src/test/resources/maven.properties
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-2998 Make sure the test Karaf instance works without any specific Maven configuration from the developper
Commit: 8aaf4ad5a89557790e46e5d1dff00dcaa8edecf3
https://github.com/hibernate/hibernate-search/commit/8aaf4ad5a89557790e46...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M integrationtest/osgi/karaf-it/pom.xml
M integrationtest/osgi/karaf-it/src/test/java/org/hibernate/search/test/integration/osgi/HibernateSearchWithKarafIT.java
R integrationtest/osgi/karaf-it/src/test/resources/maven.properties
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-3151 Pass pax-exam JVM args through failsafe systemPropertyVariable
... so that we can pass JVM args that spread on multiple lines (the
.properties format does not make that easy).
Commit: b90236dba85359489074ee91d984f07d3f0fb7af
https://github.com/hibernate/hibernate-search/commit/b90236dba85359489074...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M documentation/pom.xml
Log Message:
-----------
HSEARCH-3365 Make sure the docbook documentation generation works without any specific Maven configuration from the developper
Commit: a2022137349d47b59fa39a5efe3f56e97848186c
https://github.com/hibernate/hibernate-search/commit/a2022137349d47b59fa3...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M .travis.yml
M README.md
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-2992 Remove any reference to settings-example.xml
But keep the file, so as not to break pre-existing integration jobs relying on it.
It's not useful anymore, though.
Commit: b2ac37fa4448c31b08f0d0fbe4d99c384c4fb888
https://github.com/hibernate/hibernate-search/commit/b2ac37fa4448c31b08f0...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M elasticsearch/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-3239 Prevent multiple executions of the same test from overwriting each other in the test report
Commit: 9586196cb7c3888fec6e1f931768b3153cded6f3
https://github.com/hibernate/hibernate-search/commit/9586196cb7c3888fec6e...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
A Jenkinsfile
Log Message:
-----------
HSEARCH-3365 Add a Jenkinsfile
Commit: 9113cd89fb30fc5581f2c77db71ef513937f1e30
https://github.com/hibernate/hibernate-search/commit/9113cd89fb30fc5581f2...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M .travis.yml
R travis/mariadb.sql
R travis/pgsql.sql
Log Message:
-----------
HSEARCH-3365 Simplify .travis.yml now that the Jenkins pipeline is our main CI
Commit: b360b481e0b1837a577d8845b0d094e28ee262fc
https://github.com/hibernate/hibernate-search/commit/b360b481e0b1837a577d...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M orm/src/test/java/org/hibernate/search/test/bridge/tika/Book.java
Log Message:
-----------
HSEARCH-3365 Fix problems related to the greater length of the path to the workspace in Jenkins pipelines
Commit: e49037d9045be39077ed436a9542f037f4cb1434
https://github.com/hibernate/hibernate-search/commit/e49037d9045be39077ed...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M elasticsearch/pom.xml
M elasticsearch/src/test/java/org/hibernate/search/elasticsearch/test/ElasticsearchScrollingIT.java
A engine/src/test/java/org/hibernate/search/testsupport/junit/SkipBelowElasticsearch22.java
Log Message:
-----------
HSEARCH-3365 Skip a test that doesn't make sense in ES 2.0
Compare: https://github.com/hibernate/hibernate-search/compare/69abc64b66d9...e490...
**NOTE:** This service has 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, 1 month
[hibernate/hibernate-search] add5cd: HSEARCH-3365 Backport HSEARCH-2988 Add hardcoded J...
by GitHub
Branch: refs/heads/5.7
Home: https://github.com/hibernate/hibernate-search
Commit: add5cd2e6a0d9d07e28f723629929c33e6ceda12
https://github.com/hibernate/hibernate-search/commit/add5cd2e6a0d9d07e28f...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M integrationtest/performance/pom.xml
M integrationtest/wildfly/pom.xml
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-2988 Add hardcoded JBoss repository settings to WildFly-related tests
Commit: fdbacdd75f4fe8b38713c59c3fe934e17a75b526
https://github.com/hibernate/hibernate-search/commit/fdbacdd75f4fe8b38713...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M integrationtest/performance/pom.xml
M integrationtest/performance/src/test/resources/arquillian.xml
M integrationtest/wildfly/pom.xml
M integrationtest/wildfly/src/test/resources/arquillian.xml
M pom.xml
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-2998 Make sure the test WildFly instance works without any specific Maven configuration from the developper
Commit: 20e0f90002acb0786e90cac99aab92720d3fb033
https://github.com/hibernate/hibernate-search/commit/20e0f90002acb0786e90...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M integrationtest/osgi/karaf-it/pom.xml
M integrationtest/osgi/karaf-it/src/test/java/org/hibernate/search/test/integration/osgi/HibernateSearchWithKarafIT.java
A integrationtest/osgi/karaf-it/src/test/resources/maven.properties
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-2998 Make sure the test Karaf instance works without any specific Maven configuration from the developper
Commit: 4d4086cac861ca55be7bd30d3afbaab824cc667b
https://github.com/hibernate/hibernate-search/commit/4d4086cac861ca55be7b...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M integrationtest/osgi/karaf-it/pom.xml
M integrationtest/osgi/karaf-it/src/test/java/org/hibernate/search/test/integration/osgi/HibernateSearchWithKarafIT.java
R integrationtest/osgi/karaf-it/src/test/resources/maven.properties
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-3151 Pass pax-exam JVM args through failsafe systemPropertyVariable
... so that we can pass JVM args that spread on multiple lines (the
.properties format does not make that easy).
Commit: 5e265bcc535ada48d76ffb4214f3adf589b70d97
https://github.com/hibernate/hibernate-search/commit/5e265bcc535ada48d76f...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M .travis.yml
M README.md
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-2992 Remove any reference to settings-example.xml
But keep the file, so as not to break pre-existing integration jobs relying on it.
It's not useful anymore, though.
Commit: e642372605633aaa7b5676f2f140d4d9ba2799aa
https://github.com/hibernate/hibernate-search/commit/e642372605633aaa7b56...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M elasticsearch/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-3239 Prevent multiple executions of the same test from overwriting each other in the test report
Commit: 65f3b1f7267813fe6bc7897115618b51f488a385
https://github.com/hibernate/hibernate-search/commit/65f3b1f7267813fe6bc7...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
A Jenkinsfile
Log Message:
-----------
HSEARCH-3365 Add a Jenkinsfile
Commit: ea9dc8e5fcb3cf002cc8e3a4fbc577f97b7fae17
https://github.com/hibernate/hibernate-search/commit/ea9dc8e5fcb3cf002cc8...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M .travis.yml
R travis/mariadb.sql
R travis/pgsql.sql
Log Message:
-----------
HSEARCH-3365 Simplify .travis.yml now that the Jenkins pipeline is our main CI
Commit: 2edc39424adfc7495b257982c66d2363a5863e28
https://github.com/hibernate/hibernate-search/commit/2edc39424adfc7495b25...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M orm/src/test/java/org/hibernate/search/test/bridge/tika/Book.java
Log Message:
-----------
HSEARCH-3365 Fix problems related to the greater length of the path to the workspace in Jenkins pipelines
Commit: cb4089d7d835288707e04cd8fec2b6102720a992
https://github.com/hibernate/hibernate-search/commit/cb4089d7d835288707e0...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M elasticsearch/pom.xml
M elasticsearch/src/test/java/org/hibernate/search/elasticsearch/test/ElasticsearchScrollingIT.java
A engine/src/test/java/org/hibernate/search/testsupport/junit/SkipBelowElasticsearch22.java
Log Message:
-----------
HSEARCH-3365 Skip a test that doesn't make sense in ES 2.0
Compare: https://github.com/hibernate/hibernate-search/compare/b8133b15ae32...cb40...
**NOTE:** This service has 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, 1 month
[hibernate/hibernate-search] 6e9e3e: HSEARCH-3365 Backport HSEARCH-2988 Add hardcoded J...
by GitHub
Branch: refs/heads/5.8
Home: https://github.com/hibernate/hibernate-search
Commit: 6e9e3e1320000a94916b103b08250bfbcff15f4e
https://github.com/hibernate/hibernate-search/commit/6e9e3e1320000a94916b...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M integrationtest/performance/orm/pom.xml
M integrationtest/wildfly/pom.xml
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-2988 Add hardcoded JBoss repository settings to WildFly-related tests
Commit: 29f8c5a17a519959265a5fc6f8fb4e09edfe1e3d
https://github.com/hibernate/hibernate-search/commit/29f8c5a17a519959265a...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 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-3365 Backport HSEARCH-2998 Make sure the test WildFly instance works without any specific Maven configuration from the developper
Commit: 15ee66503b586c59c9ca1c113810c26fc4ce7a5a
https://github.com/hibernate/hibernate-search/commit/15ee66503b586c59c9ca...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M integrationtest/osgi/karaf-it/pom.xml
M integrationtest/osgi/karaf-it/src/test/java/org/hibernate/search/test/integration/osgi/HibernateSearchWithKarafIT.java
A integrationtest/osgi/karaf-it/src/test/resources/maven.properties
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-2998 Make sure the test Karaf instance works without any specific Maven configuration from the developper
Commit: 87d9b1b2c419414a26b05df97d80bdf9a87c34ae
https://github.com/hibernate/hibernate-search/commit/87d9b1b2c419414a26b0...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M integrationtest/osgi/karaf-it/pom.xml
M integrationtest/osgi/karaf-it/src/test/java/org/hibernate/search/test/integration/osgi/HibernateSearchWithKarafIT.java
R integrationtest/osgi/karaf-it/src/test/resources/maven.properties
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-3151 Pass pax-exam JVM args through failsafe systemPropertyVariable
... so that we can pass JVM args that spread on multiple lines (the
.properties format does not make that easy).
Commit: fbeb80ca044c4c7b0fab2140e177dbf47a4994be
https://github.com/hibernate/hibernate-search/commit/fbeb80ca044c4c7b0fab...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M .travis.yml
M README.md
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-2992 Remove any reference to settings-example.xml
But keep the file, so as not to break pre-existing integration jobs relying on it.
It's not useful anymore, though.
Commit: 7e351b9856322a4b26595beed678990bfd42fcdf
https://github.com/hibernate/hibernate-search/commit/7e351b9856322a4b2659...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-27 (Thu, 27 Sep 2018)
Changed paths:
M integrationtest/elasticsearch/pom.xml
M pom.xml
Log Message:
-----------
HSEARCH-3365 Backport HSEARCH-3239 Prevent multiple executions of the same test from overwriting each other in the test report
Commit: 99b44b4f023a700a3863e49c822ceb1c8b70f27f
https://github.com/hibernate/hibernate-search/commit/99b44b4f023a700a3863...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
A Jenkinsfile
Log Message:
-----------
HSEARCH-3365 Add a Jenkinsfile
Commit: 594af5049b4e948075c1f29125b4fb93b15ae48e
https://github.com/hibernate/hibernate-search/commit/594af5049b4e948075c1...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M .travis.yml
R travis/mariadb.sql
R travis/pgsql.sql
Log Message:
-----------
HSEARCH-3365 Simplify .travis.yml now that the Jenkins pipeline is our main CI
Commit: 11aa956661da18e63ed76b04bf37c0a40f02b53b
https://github.com/hibernate/hibernate-search/commit/11aa956661da18e63ed7...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M Jenkinsfile
Log Message:
-----------
HSEARCH=3365 Use Elasticsearch 5.0.2 instead of the default 5.1.2 in pipeline builds
Because a bug crashes ES on startup in our environment.
See https://github.com/elastic/elasticsearch/issues/23218
Commit: 3d6093cabb809eeea716a868a4c4ddfb2c3a8921
https://github.com/hibernate/hibernate-search/commit/3d6093cabb809eeea716...
Author: Yoann Rodière <yoann(a)hibernate.org>
Date: 2018-09-28 (Fri, 28 Sep 2018)
Changed paths:
M integrationtest/elasticsearch/pom.xml
M integrationtest/elasticsearch/src/test/java/org/hibernate/search/elasticsearch/test/ElasticsearchScrollingIT.java
A integrationtest/elasticsearch/src/test/java/org/hibernate/search/elasticsearch/testutil/junit/SkipBelowElasticsearch22.java
Log Message:
-----------
HSEARCH-3365 Skip a test that doesn't make sense in ES 2.0
Compare: https://github.com/hibernate/hibernate-search/compare/98bb2d62607e...3d60...
**NOTE:** This service has 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, 1 month