Andrey Lebedev

Results 5 issues of Andrey Lebedev

The default behaviour of the framework is that it sets its own `UncaughtExceptionHandler` for the Thread which simply rethrows any happened exception to the main thread. However this is not...

According to the [H2 documentation][1], in the `Oracle` compatibility mode: > DATE data type is treated like TIMESTAMP(0) data type. Meantime, `DATE` and `TIMESTAMP(0)` datatypes are not the same in...

I have fully refactored the code, added new checks and addressed issues related to the sealed java.* classes in JDK 17

A proposal to fix https://github.com/eclipse-ee4j/jersey/issues/4332 Despite the fact that `HttpsURLConnection.getDefaultSSLSocketFactory()` result is not always unique, all default `SSLSocketFactory` share the same `SSLContextImpl`: ``` public final class SSLSocketFactoryImpl extends SSLSocketFactory {...

It would be nice to have as a standard feature a special matcher to verify that a given collection is unmodifiable. This sort of checks raises when we test certain...