Steven
Steven
Copied across from - https://github.com/samdjstevens/java-totp/issues/27#issuecomment-591537004 Apps that work with SHA-256 and SHA-512 **Android** * Oracle Mobile Authenticator * Auth0 Guardian * Sophos Authenticator * FreeOTP Authenticator **iOS** * Oracle Mobile...
Please see https://github.com/samdjstevens/java-totp/issues/30 for further info on App support
Hi, Is this something you would like to merge?
Just came across this problem. It effectively makes the Eclipse designer useless. No commits since 2016, yet it's mentioned prominently in the [docs](https://www.flowable.org/docs/userguide/index.html#flowableDesigner). If it's legacy then should be removed.
I also came across this problem while performing a `java` -> `jakarta` and spring Boot 2 -> 3 migration, which included the move from Wiremock 2 to Wiremock 3 Quite...
This caused us some problems in integrations testing as well. We fixed some tests with ` @EnableAutoConfiguration(exclude = org.springframework.cloud.stream.binder.test.TestChannelBinderConfiguration.class) ` but eventually we found this issue, and decided to roll...
I have the same problem on OSX   After going just about every preference panel I could find, it does not appear to be fixable with Luna. I wonder...
Have you checked the staging Repo? https://maven.java.net/content/repositories/staging/javax/xml/bind/jaxb-api/ I can see 2.3.1-b180717.0218 on there. ``` jvnet-nexus-staging http://maven.java.net/content/repositories/staging/ default ```
Spring switched to Jackson 3 back in May https://spring.io/blog/2025/05/15/spring-framework-7-0-0-M5-available-now and the current release https://github.com/spring-projects/spring-framework/releases/tag/v7.0.0-M9 is using rc9. From what I've read they expect Jackson3 to have released propertly by the...
@danishnawab https://github.com/Stexxen/hypersistence-utils is a tracking branch that provides a `hypersistence-utils-hibernate-71` that uses Jackson 3 instead of Jackson 2. All J2 tests have been replaced and rewritten where required and all...