Navigation

    FusionAuth
    • Login
    • Search
    • Home
    • Categories
    • Recent
    • Popular
    • Pricing
    • Contact us
    • Docs
    1. Home
    2. Tags
    3. java
    Log in to post
    • All categories
    • S

      Performance issues even with a 8 Core + 32 gigs.
      Q&A • java performance • • sswami

      21
      0
      Votes
      21
      Posts
      1093
      Views

      dan

      Thanks @sjswami , this duplicate ids issue is now resolved in 1.19.7. Appreciate you letting us know about it: https://github.com/FusionAuth/fusionauth-issues/issues/890

    • dan

      I'm seeing weirdness around timestamps and I use jackson
      Q&A • webhooks timestamps java data serialization • • dan

      2
      0
      Votes
      2
      Posts
      3703
      Views

      dan

      Apparently jackson + friends make assumptions when it comes to parsing raw -> ZonedDateTime. It appears that the ZonedDateTime for createInstant when deserializing timestamps are not being handled properly somehow, so you need custom code. We have our own Jackson serializer and deserializer for ZonedDateTime to ensure we always get milli in and milli out.

      Here's the code (Apache2 license) and the maven repository links if it's helpful.