Lyor Goldstein
Lyor Goldstein
This log does not reveal what is being transmitted at the low-level SCP protocol
This is actually an (oldie...) duplicate of [SSHD-897](https://issues.apache.org/jira/browse/SSHD-897). Basically, we are aware of this problem but do not currently think it has enough of a priority to invest our (very...
+1 - Does _Hibernate_ scan for annotations on **interfaces** ? As a quick workaround can we use ```java @TypeDefs({ @TypeDef(name = "type1", typeClass = foo.bar.Type1), @TypeDef(name = "type2", typeClass =...
Add dependency on `org.slf4j:slf4j-api:1.7.30` to your Gradle/Maven build. **Note:** this only provides the missing API(s) - in order to actually see the logs you will need one of the many...
Note that setting the target to JDK 17 would greatly restrict the Android compatibility (maybe even making it impossible). I am not sure how widespread the use of SSHD is...