ohadpinch

Results 9 comments of ohadpinch

Reproducer at: https://github.com/hazelcast/hazelcast/issues/15018

Similar issue: java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at org.mockito.internal.configuration.plugins.PluginLoader$1.invoke(PluginLoader.java:84) ~[mockito-core-5.3.1.jar:?] at jdk.proxy3.$Proxy124.getHandler(Unknown Source) ~[?:?] at org.mockito.internal.util.MockUtil.getMockHandlerOrNull(MockUtil.java:158) ~[mockito-core-5.3.1.jar:?] at org.mockito.internal.util.MockUtil.isMock(MockUtil.java:147) ~[mockito-core-5.3.1.jar:?] at org.mockito.internal.util.DefaultMockingDetails.isMock(DefaultMockingDetails.java:32) ~[mockito-core-5.3.1.jar:?] at org.springframework.boot.test.mock.mockito.MockReset.get(MockReset.java:106) ~[spring-boot-test-3.1.9.jar:3.1.9]...

We facing similar issue: java.lang.IllegalStateException: Could not initialize plugin: interface org.mockito.plugins.MockMaker (alternate: null) at org.mockito.internal.configuration.plugins.PluginLoader$1.invoke(PluginLoader.java:84) ~[mockito-core-5.3.1.jar:?] at jdk.proxy3.$Proxy124.getHandler(Unknown Source) ~[?:?] at org.mockito.internal.util.MockUtil.getMockHandlerOrNull(MockUtil.java:158) ~[mockito-core-5.3.1.jar:?] at org.mockito.internal.util.MockUtil.isMock(MockUtil.java:147) ~[mockito-core-5.3.1.jar:?] at org.mockito.internal.util.DefaultMockingDetails.isMock(DefaultMockingDetails.java:32) ~[mockito-core-5.3.1.jar:?] at...

@Kugaaa @langchain4j Need to consider that fix, it worked for me

> @ohadpinch it should have been fixed by https://github.com/langchain4j/langchain4j/pull/939/files, could you please check the latest version (or snapshot)? I checked it, it's fixed with those changes.

@langchain4j sorry for the mix up! The issue still exist on https://github.com/langchain4j/langchain4j/pull/939, I ment I checked it with https://github.com/langchain4j/langchain4j/pull/942 and it seems solved.

I think H2 should fix it - because behind the scene "create" actually worked. -- so it makes no sense that alter type will break that functionality. - that can...