OBP-API/obp-commons
hongwei 3703ab1a00 refactor/(pom.xml): disable parallel test execution to prevent database conflicts
- Disable parallel test execution in obp-api module to avoid shared H2 database state issues
- Disable parallel test execution in obp-commons module for consistency
- Set parallel configuration to false across both modules
- Comment out threadCount configuration as it is no longer needed
- Tests share an in-memory H2 database which causes conflicts when run concurrently
- This resolves intermittent test failures caused by database state contamination between parallel test runs
2026-01-09 13:30:45 +01:00
..
src Refactor/Http4sServer to use v7.0.0 API and remove deprecated routes. Introduce new JSONFactory for v7.0.0 and update server configuration to use dynamic host and port settings. Clean up unused Middleware and RestRoutes files. 2025-12-09 09:09:37 +01:00
pom.xml refactor/(pom.xml): disable parallel test execution to prevent database conflicts 2026-01-09 13:30:45 +01:00
web-app_2_3.dtd Run tests over IntelliJ IDEA 2019-03-21 09:13:37 +01:00