Mikhail Polivakha

Results 105 comments of Mikhail Polivakha

> Jens @schauder , I think I can try to make it work so, I have already invested some time in order to understand the guts of this process, so...

Yes, I think I am perfectly fine, I will try to fix this issue :) If I there will be some arguable questions during implementation, I will try to reach...

I understand, but under our dev team disposal are only java classes. The database administration (including schema creation) is almost entirely shifted to DBA team. Maybe I am the only...

I am not able to reproduce it - If the passed Collection is empty, then generated SQL will be: `SELECT COUNT(*) FROM "schema"."table" WHERE 1 = 0`

@artembilan I think I can take care of that

Guys, there is nothing bad in spring-boot 3. Spring-boot 3 simply requires jdk 17 as a baseline. `jaxb-api` and a lot of other Java EE specs were removed in java...

@lhazlewood I understand the missconception between us. As you pointed here: https://github.com/jwtk/jjwt/issues/783, ` 0.9.1` is not the latest version of library (I am sorry again). Check this line of code:...

@mp911de We already can [supply the CodecRegistry to StatementBuilder](https://github.com/spring-projects/spring-data-cassandra/blob/main/spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/cql/util/StatementBuilder.java#L202). So is this issue still relevant? Although there are still places where we do not allow CodecRegistry customization, such is [CassandraSimpleTypeHolder](https://github.com/spring-projects/spring-data-cassandra/blob/275b03737059c7c2219d60f3d240dc0cfa5ff73d/spring-data-cassandra/src/main/java/org/springframework/data/cassandra/core/mapping/CassandraSimpleTypeHolder.java#L68)....

We have the same problem, any plans to fix this?

Sure. Example you provided, as I pointed out specifically, is not a solution, it is a workaround to just make this work. What we have in reality is this: there...