[hibernate/hibernate-search] d6aa9d: Updating README and changelog.txt in preparation o...
by GitHub
Branch: refs/heads/5.5
Home: https://github.com/hibernate/hibernate-search
Commit: d6aa9d7c950f762704627eb4fcc73d91138f981d
https://github.com/hibernate/hibernate-search/commit/d6aa9d7c950f76270462...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2016-04-25 (Mon, 25 Apr 2016)
Changed paths:
M README.md
M changelog.txt
Log Message:
-----------
Updating README and changelog.txt in preparation of release: 5.5.3.Final
Commit: de16e006e9fa51f40691edf200e61f52d66eb920
https://github.com/hibernate/hibernate-search/commit/de16e006e9fa51f40691...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2016-04-25 (Mon, 25 Apr 2016)
Changed paths:
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/engine-performance/pom.xml
M integrationtest/jms/pom.xml
M integrationtest/narayana/pom.xml
M integrationtest/osgi/karaf-features/pom.xml
M integrationtest/osgi/karaf-it/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 testing/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare release 5.5.3.Final
Commit: ff5a80b44238e680adb2eec8597af9d2f5aba17b
https://github.com/hibernate/hibernate-search/commit/ff5a80b44238e680adb2...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2016-04-25 (Mon, 25 Apr 2016)
Changed paths:
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/engine-performance/pom.xml
M integrationtest/jms/pom.xml
M integrationtest/narayana/pom.xml
M integrationtest/osgi/karaf-features/pom.xml
M integrationtest/osgi/karaf-it/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 testing/pom.xml
Log Message:
-----------
[maven-release-plugin] prepare for next development iteration
Compare: https://github.com/hibernate/hibernate-search/compare/19098865adda...ff5a...
8 years, 8 months
[hibernate/hibernate-orm] 5c7243: HHH-9570: Auto-detect SQL Server 2014
by GitHub
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-orm
Commit: 5c724307c780ef5992c2bf7e6909c0c185481d75
https://github.com/hibernate/hibernate-orm/commit/5c724307c780ef5992c2bf7...
Author: Gustavo Adolfo Rodríguez Libreros <gustavo.adolfo.rodriguez.l(a)gmail.com>
Date: 2016-04-25 (Mon, 25 Apr 2016)
Changed paths:
M build.gradle
M databases.gradle
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/dialect/internal/StandardDialectResolver.java
M hibernate-core/src/test/java/org/hibernate/engine/jdbc/dialect/internal/StandardDialectResolverTest.java
M libraries.gradle
Log Message:
-----------
HHH-9570: Auto-detect SQL Server 2014
Copying a previous workaround for the same issue: https://github.com/hibernate/hibernate-orm/pull/395
- Previously, SQL Server version 12 (SQL Server 2014) was an unknown version, resulting in the SQLServerDialect
- Add version 12 to the switch statement so that SQLServer2012Dialect is now returned by default, as SQL Server 2014 is much more similar to SQL Server 2012 than SQL Server 2000
- Add test case
- Add Oracle and SQL Server environments for testing purpose
8 years, 8 months
[hibernate/hibernate-orm] 01430c: HHH-9570: Auto-detect SQL Server 2014
by GitHub
Branch: refs/heads/5.1
Home: https://github.com/hibernate/hibernate-orm
Commit: 01430c5be1455fbe3dd22705ecc34f848578c667
https://github.com/hibernate/hibernate-orm/commit/01430c5be1455fbe3dd2270...
Author: Gustavo Adolfo Rodríguez Libreros <gustavo.adolfo.rodriguez.l(a)gmail.com>
Date: 2016-04-25 (Mon, 25 Apr 2016)
Changed paths:
M build.gradle
M databases.gradle
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/dialect/internal/StandardDialectResolver.java
M hibernate-core/src/test/java/org/hibernate/engine/jdbc/dialect/internal/StandardDialectResolverTest.java
M libraries.gradle
Log Message:
-----------
HHH-9570: Auto-detect SQL Server 2014
Copying a previous workaround for the same issue: https://github.com/hibernate/hibernate-orm/pull/395
- Previously, SQL Server version 12 (SQL Server 2014) was an unknown version, resulting in the SQLServerDialect
- Add version 12 to the switch statement so that SQLServer2012Dialect is now returned by default, as SQL Server 2014 is much more similar to SQL Server 2012 than SQL Server 2000
- Add test case
- Add Oracle and SQL Server environments for testing purpose
8 years, 8 months