[hibernate-commits] [hibernate/hibernate-jpql-parser] 984b19: HQLPARSER-12 Adding Strong's Antlr 3 Gradle plug-i...

GitHub noreply at github.com
Thu Jul 4 10:14:30 EDT 2013


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-jpql-parser
  Commit: 984b19d511c51d461a314214a158eb4635dd7c60
      https://github.com/hibernate/hibernate-jpql-parser/commit/984b19d511c51d461a314214a158eb4635dd7c60
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2013-07-02 (Tue, 02 Jul 2013)

  Changed paths:
    M .gitignore
    A buildSrc/src/main/groovy/org/hibernate/build/gradle/api/plugins/antlr/Antlr3Extension.groovy
    A buildSrc/src/main/groovy/org/hibernate/build/gradle/api/plugins/antlr/Antlr3Plugin.groovy
    A buildSrc/src/main/groovy/org/hibernate/build/gradle/api/plugins/antlr/Antlr3Task.groovy
    A buildSrc/src/main/groovy/org/hibernate/build/gradle/api/plugins/antlr/AntlrSourceVirtualDirectory.java
    A buildSrc/src/main/groovy/org/hibernate/build/gradle/api/plugins/antlr/internal/AntlrSourceVirtualDirectoryImpl.java

  Log Message:
  -----------
  HQLPARSER-12 Adding Strong's Antlr 3 Gradle plug-in in order to test the new runner with Gradle


  Commit: 5289c45affed3b3286a987b817036bca91808c67
      https://github.com/hibernate/hibernate-jpql-parser/commit/5289c45affed3b3286a987b817036bca91808c67
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2013-07-02 (Tue, 02 Jul 2013)

  Changed paths:
    M parser/pom.xml
    A parser/src/main/antlr/org/hibernate/hql/ast/origin/hql/parse/HQLLexer.g
    A parser/src/main/antlr/org/hibernate/hql/ast/origin/hql/parse/HQLParser.g
    A parser/src/main/antlr/org/hibernate/hql/ast/origin/hql/resolve/GeneratedHQLResolver.g
    A parser/src/main/antlr/org/hibernate/hql/ast/origin/ordering/OrderByParser.g
    A parser/src/main/antlr/org/hibernate/hql/ast/render/OrderByRenderer.g
    A parser/src/main/antlr/org/hibernate/hql/ast/render/QueryRenderer.g
    A parser/src/main/antlr/org/hibernate/hql/ast/render/SQLRenderer.g-tmp
    R parser/src/main/antlr3/org/hibernate/hql/ast/origin/hql/parse/HQLLexer.g
    R parser/src/main/antlr3/org/hibernate/hql/ast/origin/hql/parse/HQLParser.g
    R parser/src/main/antlr3/org/hibernate/hql/ast/origin/hql/resolve/GeneratedHQLResolver.g
    R parser/src/main/antlr3/org/hibernate/hql/ast/origin/ordering/OrderByParser.g
    R parser/src/main/antlr3/org/hibernate/hql/ast/render/OrderByRenderer.g
    R parser/src/main/antlr3/org/hibernate/hql/ast/render/QueryRenderer.g
    R parser/src/main/antlr3/org/hibernate/hql/ast/render/SQLRenderer.g-tmp
    M testing/pom.xml
    A testing/src/test/antlr/com/example/calculator/Expr.g
    A testing/src/test/antlr/com/example/calculator/ExprAst.g
    R testing/src/test/antlr3/com/example/calculator/Expr.g
    R testing/src/test/antlr3/com/example/calculator/ExprAst.g

  Log Message:
  -----------
  HQLPARSER-12 Moving Antlr grammars to folder where expected by Antlr3 Gradle task


  Commit: 1fa70b19f7fc80171cb350900183075689a7b4ea
      https://github.com/hibernate/hibernate-jpql-parser/commit/1fa70b19f7fc80171cb350900183075689a7b4ea
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2013-07-02 (Tue, 02 Jul 2013)

  Changed paths:
    M build-tools/src/main/resources/build-config/checkstyle.xml
    A build.gradle
    A gradle/wrapper/gradle-wrapper.jar
    A gradle/wrapper/gradle-wrapper.properties
    A gradlew
    A gradlew.bat
    A libraries.gradle
    A lucene/build.gradle
    A parser/build.gradle
    A settings.gradle
    A testing/build.gradle
    A testing/src/main/antlr4-gradle/GrammarTest.g4

  Log Message:
  -----------
  HQLPARSER-12 Adding Gradle build files


  Commit: 896f64682a154fc542de30b5aa3e30afa984c3b1
      https://github.com/hibernate/hibernate-jpql-parser/commit/896f64682a154fc542de30b5aa3e30afa984c3b1
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2013-07-02 (Tue, 02 Jul 2013)

  Changed paths:
    R build-tools/pom.xml
    R build-tools/src/main/resources/build-config/checkstyle.xml
    M build.gradle
    R lucene/pom.xml
    R parent/pom.xml
    R parser/pom.xml
    R pom.xml
    A shared/config/checkstyle/checkstyle.xml
    R testing/pom.xml

  Log Message:
  -----------
  HQLPARSER-12 Removing Maven POM files; Adapting to ORM's conventions for class output and CheckStyle config directories


  Commit: 6e8b2ad7357c32e04176b6ddc1bc54b9a98e2023
      https://github.com/hibernate/hibernate-jpql-parser/commit/6e8b2ad7357c32e04176b6ddc1bc54b9a98e2023
  Author: Gunnar Morling <gunnar.morling at googlemail.com>
  Date:   2013-07-02 (Tue, 02 Jul 2013)

  Changed paths:
    M build.gradle
    M buildSrc/src/main/groovy/org/hibernate/build/gradle/api/plugins/antlr/Antlr3Plugin.groovy
    M gradle/wrapper/gradle-wrapper.properties

  Log Message:
  -----------
  HQLPARSER-12 Upgrading Gradle wrapper to 1.6


Compare: https://github.com/hibernate/hibernate-jpql-parser/compare/3ef68435f923...6e8b2ad7357c


More information about the hibernate-commits mailing list