-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Performance Improvements #1439
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
Merged
Merged
Performance Improvements #1439
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
de805ab
Adjust Gradle to JUnit 5
manticore-projects d5a6dca
Do not mark SpeedTest for concurrent execution
manticore-projects a9d0503
Remove unused imports
manticore-projects 6dfa05f
Adjust Gradle to JUnit 5
manticore-projects 8f0bfe6
Do not mark SpeedTest for concurrent execution
manticore-projects 5cd0974
Remove unused imports
manticore-projects 5f11d3f
Merge remote-tracking branch 'origin/master'
manticore-projects b393e00
Performance Improvements
manticore-projects cb3c91a
Appease PMD
manticore-projects cdc56c7
Resolve conflicts
manticore-projects f14cf33
Update Gradle Plugins to its latest versions
manticore-projects 82ce02b
Revert unintended changes to the Test Resources
manticore-projects c984ff6
Appease PMD/Codacy
manticore-projects 3ab04b0
Merge https://github.com/JSQLParser/JSqlParser
manticore-projects c075544
Merge branch 'master' into Issue1438
manticore-projects 79bcbc9
Correct the Gradle "+" dependencies
manticore-projects 4c38284
Bump version to 4.4.-SNAPSHOT
manticore-projects e25ee10
update build file
manticore-projects de94651
Merge branch 'JSQLParser:master' into master
manticore-projects 84709a9
Merge branch 'master' of github.com:JSQLParser/JSqlParser
manticore-projects cba3125
revert unwarranted changes in test files
manticore-projects 3b08fde
Merge remote-tracking branch 'origin/master' into Issue1438
manticore-projects 960aaf2
strip the Exception Class Name from the Message
manticore-projects 592de64
maxDepth = 10 collides with the Parser Timeout = 6 seconds
manticore-projects 31caad9
License Headers
manticore-projects 3c8da30
Merge branch 'master' of github.com:JSQLParser/JSqlParser
manticore-projects 4cef39b
Merge branch 'master' into Issue1438
manticore-projects 55f083f
Merge remote-tracking branch 'origin/master' into Issue1438
manticore-projects 2bd7dee
Bump version to 4.5-SNAPSHOT
manticore-projects d7d2dbe
Merge remote-tracking branch 'manticore/Issue1438' into Issue1438
manticore-projects File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
- Loading branch information
commit f14cf33f5a2554ef9366b6d7f6ca38fea6b6507a
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just curious. Does this work the same way maven dependency versioning works like [1.0,2.0)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I do not know about Maven does (In fact I hate Maven. You can't even
cleana project while offline. I went straight from ANT to Gradle, which "just understands and does what I want" instead of forcing me into any dogma). Thislatest.releaseautomatically retrieves the Latest Release of a Gradle Plugin.