Fernanda Meheust

Results 11 comments of 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: > > ![image](https://private-user-images.githubusercontent.com/132277850/359799986-70dc3557-7743-463d-b34c-7e961f296de4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MjQyMjY2NjcsIm5iZiI6MTcyNDIyNjM2NywicGF0aCI6Ii8xMzIyNzc4NTAvMzU5Nzk5OTg2LTcwZGMzNTU3LTc3NDMtNDYzZC1iMzRjLTdlOTYxZjI5NmRlNC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjQwODIxJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI0MDgyMVQwNzQ2MDdaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT04ZjQxM2IxYTZlNzk5MGJhMjdjNDljODg5MjVjODM2MTg1YmI1MDZhMWJjMWQ2NzFiZGM4Yzg3MjM1NDgxZTkyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCZhY3Rvcl9pZD0wJmtleV9pZD0wJnJlcG9faWQ9MCJ9.n2X9lMax7x3wTHe-o9skX-upCm3VzNGBpccI6iP5Ke8) > > 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...