Adding the latest stable version of H2 database. The ./gradlew cleanA…#1222
Merged
Conversation
…ll loadAll is getting completed in 56 seconds for me. So I will say the latest version is faster than the previous version. - runtimeOnly 'com.h2database:h2:2.2.224' + runtimeOnly 'com.h2database:h2:2.4.240' 2026-05-16 23:54:23,778 |main |JobPoller |I| Shutting down JobPoller. 2026-05-16 23:54:23,778 |OFBiz-JobPoller |JobPoller |I| JobPoller thread started. 2026-05-16 23:54:23,778 |main |JobPoller |I| JobPoller shutdown completed. 2026-05-16 23:54:23,778 |OFBiz-JobPoller |JobPoller |I| JobPoller thread stopped. 2026-05-16 23:54:23,778 |main |ServiceContainer |I| Removing from cache dispatcher: entity-default 2026-05-16 23:54:23,778 |main |ServiceDispatcher |I| De-Registering dispatcher: entity-default 2026-05-16 23:54:23,778 |main |ServiceDispatcher |I| Shutting down the service engine... 2026-05-16 23:54:23,778 |main |ContainerLoader |I| Stopped container service-container 2026-05-16 23:54:23,778 |main |ContainerLoader |I| Stopping container component-container 2026-05-16 23:54:23,778 |main |ContainerLoader |I| Stopped container component-container 2026-05-16 23:54:23,778 |xer_default_products |DocumentIndexer |I| DocumentIndexer_default_products: indexed Lucene document: productId:dropShip3 2026-05-16 23:54:23,779 |xer_default_products |DocumentIndexer |I| DocumentIndexer_default_products: indexed Lucene document: productId:dropShip3 > Task :loadAll [Incubating] Problems report is available at: file:///Users/ashish/ofbiz-dev/ofbiz-trunk/build/reports/problems/problems-report.html Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins. For more on this, please refer to https://docs.gradle.org/8.14.5/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation. BUILD SUCCESSFUL in 56s 38 actionable tasks: 24 executed, 14 up-to-date ashish@Ashish-Vijaywargiya ofbiz-trunk % ./gradlew cleanAll loadAll
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
…ll loadAll is getting completed in 56 seconds for me. So I will say the latest version is faster than the previous version.
2026-05-16 23:54:23,778 |main |JobPoller |I| Shutting down JobPoller.
2026-05-16 23:54:23,778 |OFBiz-JobPoller |JobPoller |I| JobPoller thread started.
2026-05-16 23:54:23,778 |main |JobPoller |I| JobPoller shutdown completed.
2026-05-16 23:54:23,778 |OFBiz-JobPoller |JobPoller |I| JobPoller thread stopped.
2026-05-16 23:54:23,778 |main |ServiceContainer |I| Removing from cache dispatcher: entity-default
2026-05-16 23:54:23,778 |main |ServiceDispatcher |I| De-Registering dispatcher: entity-default
2026-05-16 23:54:23,778 |main |ServiceDispatcher |I| Shutting down the service engine...
2026-05-16 23:54:23,778 |main |ContainerLoader |I| Stopped container service-container
2026-05-16 23:54:23,778 |main |ContainerLoader |I| Stopping container component-container
2026-05-16 23:54:23,778 |main |ContainerLoader |I| Stopped container component-container
2026-05-16 23:54:23,778 |xer_default_products |DocumentIndexer |I| DocumentIndexer_default_products: indexed Lucene document: productId:dropShip3
2026-05-16 23:54:23,779 |xer_default_products |DocumentIndexer |I| DocumentIndexer_default_products: indexed Lucene document: productId:dropShip3
[Incubating] Problems report is available at: file:///Users/ashish/ofbiz-dev/ofbiz-trunk/build/reports/problems/problems-report.html
Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0.
You can use '--warning-mode all' to show the individual deprecation warnings and determine if they come from your own scripts or plugins.
For more on this, please refer to https://docs.gradle.org/8.14.5/userguide/command_line_interface.html#sec:command_line_warnings in the Gradle documentation.
BUILD SUCCESSFUL in 56s
38 actionable tasks: 24 executed, 14 up-to-date
ashish@Ashish-Vijaywargiya ofbiz-trunk % ./gradlew cleanAll loadAll