1. 14 11月, 2019 1 次提交
    • M
      Inverse condition to fix ISO-formatted Instant parsing · a0e4ac39
      monosoul 提交于
      Prior to this commit, InstantFormatter was able to properly serialize
      an Instant that is far in the future (or in the past), but it could not
      properly deserialize it, because in such scenarios an ISO-formatted
      Instant starts with a +/- sign.
      
      This commit fixes this issue, while maintaining the previous contract,
      and also introduces tests for InstantFormatter.
      
      Closes gh-23895
      a0e4ac39
  2. 23 3月, 2019 1 次提交
  3. 22 3月, 2019 1 次提交
  4. 05 7月, 2016 1 次提交
  5. 28 4月, 2016 1 次提交
  6. 05 6月, 2014 1 次提交
  7. 30 4月, 2014 1 次提交
    • S
      Integrate animal sniffer · bd85c916
      Stephane Nicoll 提交于
      Animal sniffer provides tools to assist verifying that classes
      compiled with a newer JDK are compatible with an older JDK.
      
      This integratesthe latest version of the tool (1.11) that
      permits the use of custom annotations. Added @UsesJava7,
      @UsesJava8 and @UsesSunHttpServer and annotated the few places
      where we rely on a specific environment.
      
      The verification process can be invoked by running the 'sniff'
      task.
      
      Issue: SPR-11604
      
      polishing
      bd85c916
  8. 14 5月, 2013 1 次提交
  9. 23 4月, 2013 1 次提交