Fernanda Meheust
Fernanda Meheust
Given that this is a Java 11+ version of HikariCP and that request boundaries (Connection.beginRequest() and Connection.endRequest()) are present since Java 9, I have removed the check for JDBC version....
@lfbayer Can you please review my latest changes to this pull request ?
@elkana, I was going to start working on an implementation of a VectorStore using Oracle 23ai, but I see that you have already done it. Are you planning to contribute...
I was going to submit this pull request: https://github.com/fmeheust/testcontainers-java/pull/1. Maybe the new line of code bellow should be moved to JdbcDatabaseContainer instead. `this.waitStrategy.withStartupTimeout(Duration.ofSeconds(startupTimeoutSeconds));`
> > Hi, I am trying to run tests, but getting this error: > > ``` > > java.lang.ExceptionInInitializerError > > at dev.langchain4j.store.embedding.oracle.OracleEmbeddingStoreWithFilteringIT.(OracleEmbeddingStoreWithFilteringIT.java:13) > > at java.base/jdk.internal.misc.Unsafe.ensureClassInitialized0(Native Method) > >...
> Thank you for looking into the problem. While I can test with Oracle installed locally, it is not the best long-term solution and it would be great to have...
> @fmeheust No, Windows @langchain4j ARM ?
We have found an issue in OracleContainers that does not change the startup timeout of the wait strategy when the timeout is set. Since the wait strategy is initialized on...
> @fmeheust thanks a lot, it works now! > > But now some tests fail: > >  > > Most of them fail due to the error you can...
@dliubarskyi I haven't managed to reproduce the error on my fork. I have noticed a warning right before the container is started (second line in the traces you posted): `2025-12-04T23:07:23.8563376Z...