1. 24 8月, 2023 3 次提交
  2. 21 8月, 2023 3 次提交
    • S
      Update copyright headers · 88c3a788
      Sam Brannen 提交于
      88c3a788
    • S
      Revise contribution · d7ac89ec
      Sam Brannen 提交于
      Beginning with Java 16, inner classes may contain static members. We
      therefore need to search for @DynamicPropertySource methods in the
      current class after searching enclosing classes so that a local
      @DynamicPropertySource method can override properties registered in an
      enclosing class.
      
      However, since Spring Framework 5.3.x is built using Java 8, this
      commit removes DynamicPropertySourceOverridesEnclosingClassTests since
      it declares a static method in a @Nested (inner) test class, which
      results in a compiler error on Java 8.
      
      See https://bugs.openjdk.org/browse/JDK-8254321
      See gh-31085
      d7ac89ec
    • Y
      Allow overriding dynamic property from enclosing class in nested test class · 98941749
      Yanming Zhou 提交于
      Prior to this commit, a dynamic property registered via a
      @DynamicPropertySource method in a @Nested test class was not able to
      override a property registered via a @DynamicPropertySource method in
      the enclosing class.
      
      See gh-26091
      Closes gh-31083
      98941749
  3. 18 8月, 2023 1 次提交
  4. 16 8月, 2023 2 次提交
  5. 15 8月, 2023 2 次提交
  6. 14 8月, 2023 1 次提交
  7. 12 8月, 2023 3 次提交
  8. 10 8月, 2023 1 次提交
  9. 07 8月, 2023 2 次提交
  10. 06 8月, 2023 1 次提交
  11. 04 8月, 2023 2 次提交
  12. 02 8月, 2023 1 次提交
  13. 28 7月, 2023 1 次提交
  14. 26 7月, 2023 2 次提交
  15. 24 7月, 2023 2 次提交
  16. 22 7月, 2023 3 次提交
  17. 20 7月, 2023 1 次提交
  18. 19 7月, 2023 2 次提交
  19. 18 7月, 2023 1 次提交
  20. 16 7月, 2023 1 次提交
  21. 15 7月, 2023 2 次提交
  22. 14 7月, 2023 2 次提交
  23. 13 7月, 2023 1 次提交