This is an automated email from the ASF dual-hosted git repository.
ashishvijaywargiya pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git
The following commit(s) were added to refs/heads/trunk by this push:
new 77cb0b1e75 Adding the latest stable version of H2 database. The
./gradlew cleanA… (#1222)
77cb0b1e75 is described below
commit 77cb0b1e75aa8959e9778c93fa7856eb6f582ca3
Author: Ashish Vijaywargiya <[email protected]>
AuthorDate: Sun May 17 09:17:41 2026 +0530
Adding the latest stable version of H2 database. The ./gradlew cleanA…
(#1222)
…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
---
dependencies.gradle | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dependencies.gradle b/dependencies.gradle
index 136541b170..f1ae178360 100644
--- a/dependencies.gradle
+++ b/dependencies.gradle
@@ -97,7 +97,7 @@ dependencies {
runtimeOnly 'org.apache.avalon.framework:avalon-framework-impl:4.3.1'
runtimeOnly 'org.apache.axis2:axis2-transport-http:1.8.2'
runtimeOnly 'org.apache.axis2:axis2-transport-local:1.8.2'
- runtimeOnly 'com.h2database:h2:2.2.224'
+ runtimeOnly 'com.h2database:h2:2.4.240'
runtimeOnly 'org.apache.geronimo.specs:geronimo-jaxrpc_1.1_spec:2.1'
runtimeOnly 'org.apache.logging.log4j:log4j-1.2-api:2.25.4' // for
external jars using the old log4j1.2: routes logging to log4j 2
runtimeOnly 'org.apache.logging.log4j:log4j-jul:2.25.4' // for external
jars using the java.util.logging: routes logging to log4j 2