[hibernate-commits] [hibernate/hibernate-orm] fd95cc: Include a new .gitignore file for tooling/hibernat...

GitHub noreply at github.com
Tue Mar 10 12:48:26 EDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: fd95ccb398e4cc309242d7607d35387a22c605ac
      https://github.com/hibernate/hibernate-orm/commit/fd95ccb398e4cc309242d7607d35387a22c605ac
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2015-03-10 (Tue, 10 Mar 2015)

  Changed paths:
    A tooling/hibernate-gradle-plugin/.gitignore

  Log Message:
  -----------
  Include a new .gitignore file for tooling/hibernate-gradle-plugin as it's generated by Eclipse


  Commit: 63ae6dec38c6dbe9e6ad5b019efdd8808dc37a20
      https://github.com/hibernate/hibernate-orm/commit/63ae6dec38c6dbe9e6ad5b019efdd8808dc37a20
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2015-03-10 (Tue, 10 Mar 2015)

  Changed paths:
    M hibernate-osgi/hibernate-osgi.gradle

  Log Message:
  -----------
  Fix some whitespaces in hibernate-osgi.gradle


  Commit: 657bf6f59b56c36acd3a3308e8c55324fc76bbb7
      https://github.com/hibernate/hibernate-orm/commit/657bf6f59b56c36acd3a3308e8c55324fc76bbb7
  Author: David Pilato <david at pilato.fr>
  Date:   2015-03-10 (Tue, 10 Mar 2015)

  Changed paths:
    M libraries.gradle

  Log Message:
  -----------
  HHH-9647 Update jboss logging to 3.2.1.Final

When using Hibernate 4 with Log4J2, all messages are printed on CONSOLE instead of using Log4J2.
Upgrading the `pom.xml` with:

```xml
<dependency>
    <groupId>org.jboss.logging</groupId>
    <artifactId>jboss-logging</artifactId>
    <version>3.2.1.Final</version>
</dependency>
```

Fixes the issue. See [JBLOGGING-107](https://issues.jboss.org/browse/JBLOGGING-107). It worths upgrading Hibernate to depend on 3.2.0 (minimum) or 3.2.1 (latest).


  Commit: 800ceaa329976f7c06c9f82eb2e6ec371a952857
      https://github.com/hibernate/hibernate-orm/commit/800ceaa329976f7c06c9f82eb2e6ec371a952857
  Author: Sanne Grinovero <sanne at hibernate.org>
  Date:   2015-03-10 (Tue, 10 Mar 2015)

  Changed paths:
    M hibernate-osgi/hibernate-osgi.gradle
    M libraries.gradle

  Log Message:
  -----------
  HHH-9647 Upgrade related components


  Commit: aa31b26d322989276b978c4a8c511a70bc2a0fc8
      https://github.com/hibernate/hibernate-orm/commit/aa31b26d322989276b978c4a8c511a70bc2a0fc8
  Author: Brett Meyer <brett at 3riverdev.com>
  Date:   2015-03-10 (Tue, 10 Mar 2015)

  Changed paths:
    M hibernate-osgi/hibernate-osgi.gradle

  Log Message:
  -----------
  HHH-9647 added new jboss logging transitive dep to osgi runtime


Compare: https://github.com/hibernate/hibernate-orm/compare/cf11d3c3fda1...aa31b26d3229


More information about the hibernate-commits mailing list