7 hours ago
javaparser

javaparser-parent-3.28.0

Added

Changed

  • Improves issue 4188 resolution (PR #4934 by @jlerbsc)
  • Add support for Java 23 and Java 24 (PR #4901 by @rpx99)
  • Improved the code by removing code duplication from the method used to obtain methods declared in a class/interface/enumeration (PR #4883 by @jlerbsc)

Fixed

  • Fix: issue 4890 Method call resolution fails for variadic reference-type parameters with primitive arguments (PR #4943 by @jlerbsc)
  • Fix: issue 4941 Type variables are not correctly mapped when inheriting between generic interfaces (PR #4942 by @jlerbsc)
  • Fix: issue 4188 UnsolvedSymbolException resolving MethocCallExpr using MethodReferenceExpr (PR #4931 by @jlerbsc)
  • Fix grammar ambiguities causing crashes when using assert and module as names (PR #4929 by @johannescoetzee)
  • Fix: issue #3916 Method 'valueOf' cannot be resolved in context MyEnum.One.valueOf("") (PR #4916 by @jlerbsc)
  • Adds the ability to use the word 'assert' prior to Java version 1.4 (PR #4915 by @jlerbsc)
  • Fix: Simplify code and possibly improve the resolution of extended interfaces when using qualified names (PR #4882 by @jlerbsc)
  • test: improve SourceRoot coverage and apply spotless formatting #4795 (PR #4881 by @Joyce-5)
  • Fix #4864: Correct toString() output in ReflectionRecordDeclaration (PR #4879 by @ChenduanZhang)
  • Include source file path in failed ParseResult when parsing via SourceRoot #4786 (PR #4874 by @JIN-RUI-LIU)
  • Fixes unchecked warnings when calling Mockito.mock(Class) (PR #4413 by @matthieu-vergne)

Developer Changes

Uncategorised

  • Add UnaryExpr, BinaryExpr, and some record/enum tests to improve overall test coverage (PR #4930 by @johannescoetzee)

❤️ Contributors

Thank You to all contributors who worked on this release!

1 days ago
selenium

Nightly

Commits

  • 9cdbdb3: add readable toString() to org.openqa.selenium.remote.Browser (#16873) (Andrei Solntsev) #16873
  • 6396519: [dotnet][rb][java][js][py] Automated Browser Version Update (#16861) (Selenium CI Bot) #16861
  • 49b2e8d: [java] restore ClientConfig constructor used by Appium (for backward compatibility) (#16874) (Andrei Solntsev) #16874
  • b8d2731: Remove outdated CodeTour files (#16872) (Corey Goldberg) #16872
  • 2172c72: [dotnet] get tests working on windows with bazel (#16853) (Titus Fortner) #16853
  • c95abca: [py] Add type annotations to bidi network module (#16875) (Michal Zyndul) #16875
2 days ago
selenium

Nightly

Commits

  • 7ab2368: [js] Delete tests and files which are not run any more (#16871) (Simon Mavi Stewart) #16871
  • dfdea8c: Migrate remaining Google Closure jsunit tests to qunit (#16870) (Simon Mavi Stewart) #16870
  • b1904f8: [py] improve how tests are run against the grid server (#16851) (Titus Fortner) #16851
  • f65d311: [java] add test targets for chrome beta (#16860) (Titus Fortner) #16860