Stanislav U.

Results 30 comments of Stanislav U.
trafficstars

In my case list is bigger: ``` [java] The following classes needed for analysis were missing: [java] makeConcatWithConstants [java] apply [java] equals [java] toString [java] hashCode [java] get [java] accept...

> @SimSonic there is no plan to merge. Use https://github.com/sigpwned/jackson-modules-java-17-sealed-classes instead. Thanks a lot, I did not see that module at all...

Our infrustructure updated all docker daemons on GitLab runners to 26.0.x, so we no more can run Testcontainers with `gvenzl/oracle-xe`. ``` Caused by: org.testcontainers.containers.ContainerFetchException: Failed to get Docker client for...

@shakuzen The problem already solved. Yes, I'm using `TimedAspect` and `@Timed` over scheduled methods. The core of the problem was that it is not possible to have some schedulers with...

I'm working on fork and can implement converion function SQLite MySQL. 2-7 days needed. Mongo isn't supported any more.

Command /fe migrate seems to be working. https://github.com/VoxileRu/Fe/commit/019c317fef6e430e51fd9a3a245dab61b3a80879 Be careful, my fork converts `config.yml` into new form (however, it makes backup).

@gvenzl thanks a lot, now the problems are gone )

Trying to make PR and have the same problems as @ferderer said. ![image](https://github.com/yannbriancon/spring-hibernate-query-utils/assets/2697754/1603b559-6e4e-4c72-a749-58f1ca3809ae) I've implemented `StatementInspector`, replaced line with MultipleLinesSqlCommandExtractor to `spring.jpa.properties.hibernate.hbm2ddl.import_files=import.sql`, make some other things, but no success for...