solomax commented on code in PR #144: URL: https://github.com/apache/openjpa/pull/144#discussion_r3781950581
########## .gitignore: ########## @@ -11,3 +11,11 @@ nbactions*.xml .checkstyle .vscode +.claude +CLAUDE.md +tck-dev +docker-compose.yml +pgdata +openjpa-xmlstore/jdbc* Review Comment: one of the folder is created for connection URL: `"jdbc:derby:target/database/openjpa-test-database;create=true"` I would say the URL states the DB file should be created at `target` folder, but it `just doesn't work` ... and Derby is retired ... I would say we should remove Derby or leave this part as-is WDYT? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
