1. 17 8月, 2019 1 次提交
  2. 14 8月, 2019 1 次提交
    • J
      Avoid UndeclaredThrowableStrategy with 1.8 bytecode level (CGLIB 3.3) · 9bd3a535
      Juergen Hoeller 提交于
      ClassLoaderAwareUndeclaredThrowableStrategy fails with a VerifyError on recent JDKs after the CGLIB 3.3 upgrade. The alternative is to replace it with a plain ClassLoaderAwareGeneratorStrategy (extracted from CglibSubclassingInstantiationStrategy) and custom UndeclaredThrowableException handling in CglibMethodInvocation.
      
      See gh-23453
      9bd3a535
  3. 13 8月, 2019 1 次提交
  4. 12 8月, 2019 1 次提交
  5. 10 8月, 2019 2 次提交
  6. 09 8月, 2019 1 次提交
  7. 07 8月, 2019 7 次提交
  8. 05 8月, 2019 3 次提交
  9. 03 8月, 2019 1 次提交
  10. 02 8月, 2019 2 次提交
  11. 01 8月, 2019 7 次提交
  12. 31 7月, 2019 4 次提交
  13. 30 7月, 2019 3 次提交
  14. 24 7月, 2019 2 次提交
  15. 21 7月, 2019 1 次提交
    • S
      Upgrade to Coroutines 1.3.0-RC · c006a835
      Sebastien Deleuze 提交于
      This commit upgrades Coroutines support to kotlinx.coroutines
      1.3.0-RC, leverages the new Coroutines BOM and refine Coroutines
      detection to avoid false positives.
      
      Only Coroutines to Mono context interoperability is supported
      for now.
      
      CLoses gh-23326
      c006a835
  16. 20 7月, 2019 3 次提交