Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance Improvements #1439

Merged
merged 30 commits into from
Apr 14, 2022
Merged

Commits on Nov 22, 2021

  1. Adjust Gradle to JUnit 5

    Parallel Test execution
    Gradle Caching
    Explicitly request for latest JavaCC 7.0.10
    manticore-projects committed Nov 22, 2021
    Configuration menu
    Copy the full SHA
    de805ab View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    d5a6dca View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2021

  1. Configuration menu
    Copy the full SHA
    a9d0503 View commit details
    Browse the repository at this point in the history
  2. Adjust Gradle to JUnit 5

    Parallel Test execution
    Gradle Caching
    Explicitly request for latest JavaCC 7.0.10
    manticore-projects committed Nov 28, 2021
    Configuration menu
    Copy the full SHA
    6dfa05f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8f0bfe6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cd0974 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5f11d3f View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Performance Improvements

    Simplify the Primary Expression Production
    Try to simple parse without Complex Expressions first, before parsing complex and slow (if supported by max nesting depth)
    Add Test cases for issues JSQLParser#1397 and JSQLParser#1438
    Update Libraries to its latest version
    Remove JUnit 4 from Gradle
    manticore-projects committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    b393e00 View commit details
    Browse the repository at this point in the history
  2. Appease PMD

    manticore-projects committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    cb3c91a View commit details
    Browse the repository at this point in the history
  3. Resolve conflicts

    manticore-projects committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    cdc56c7 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Update Gradle Plugins to its latest versions

    Let Parser timeout after 6 seconds and fail gently
    Add a special test verifying the clean up after timeout
    manticore-projects committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    f14cf33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82ce02b View commit details
    Browse the repository at this point in the history
  3. Appease PMD/Codacy

    manticore-projects committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    c984ff6 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2021

  1. Configuration menu
    Copy the full SHA
    3ab04b0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into Issue1438

    # Conflicts:
    #	src/test/java/net/sf/jsqlparser/statement/select/SelectTest.java
    manticore-projects committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    c075544 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    79bcbc9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4c38284 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. update build file

    manticore-projects committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    e25ee10 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Configuration menu
    Copy the full SHA
    de94651 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2022

  1. Configuration menu
    Copy the full SHA
    84709a9 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2022

  1. Configuration menu
    Copy the full SHA
    cba3125 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b08fde View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    960aaf2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    592de64 View commit details
    Browse the repository at this point in the history
  5. License Headers

    Unused imports
    manticore-projects committed Mar 29, 2022
    Configuration menu
    Copy the full SHA
    31caad9 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2022

  1. Configuration menu
    Copy the full SHA
    3c8da30 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into Issue1438

    # Conflicts:
    #	build.gradle
    #	src/test/java/net/sf/jsqlparser/statement/select/SelectTest.java
    manticore-projects committed Apr 4, 2022
    Configuration menu
    Copy the full SHA
    4cef39b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2022

  1. Merge remote-tracking branch 'origin/master' into Issue1438

    # Conflicts:
    #	build.gradle
    #	src/main/jjtree/net/sf/jsqlparser/parser/JSqlParserCC.jjt
    #	src/test/java/net/sf/jsqlparser/statement/select/SelectTest.java
    manticore-projects committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    55f083f View commit details
    Browse the repository at this point in the history
  2. Bump version to 4.5-SNAPSHOT

    Reduce test loops to fit intothe timeout
    manticore-projects committed Apr 14, 2022
    Configuration menu
    Copy the full SHA
    2bd7dee View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7d2dbe View commit details
    Browse the repository at this point in the history