Lovro Pandžić

Results 20 comments of Lovro Pandžić

@slandelle any news regarding HTTP/2 support? Anything community can help with?

So AHC is basically a dead project now since there's no longer an active maintainer? Any plans to add this information as a disclaimer to README.md?

It seems that new Java features might be more feature rich when using module system with one example being [JEP 409: Sealed classes](https://openjdk.java.net/jeps/409): > The classes specified by permits must...

Just to reemphasize my [previous comment](https://github.com/spring-projects/spring-framework/issues/18079#issuecomment-926623540): this is first example, that I know of, of a Java language feature being semi locked behind modularization. Split packages are biggest obstacle to...

Note that JDBC driver was migrated to [MSAL in August](https://github.com/microsoft/mssql-jdbc/issues/1397). I assume the access is reactive as they use reactor types as [is visible in changes](https://github.com/microsoft/mssql-jdbc/pull/1375/files#diff-dae9863f9c5155f798361a143e01008b1ea1b0362792737012e7c523f2e77724). @mp911de I have two...

I must admit I haven't used 2nd level cache in the past so I'll have to spend time digging regarding this one. Do you by any chance have time to...

@tianyu94 it'd greatly help if you could provide a small project that reproduces the issue.

I've tested against 2.2.1 and 2.3.0-SNAPSHOT. I'm looking in database viewer (IDEA): . I'm in CEST (+1). In your case - what's the value stored in database?

I've tested against JPA and it seems it also results in spring data jdbc result - 2021-01-01 01:00:00.0000000. Can you please confirm and provide your results?

> Is it possible, that you get mislead by the toString of the timestamp? The original source of my issue is located here in this test - https://github.com/infobip/infobip-spring-data-querydsl/blob/issue-31-fix/infobip-spring-data-jdbc-querydsl/src/test/java/com/infobip/spring/data/jdbc/QuerydslJdbcRepositoryTest.java#L198-L212 Both Querydsl...