5 hours ago
Activiti
7 hours ago
logback

Logback 1.6.2

https://github.com/user-attachments/assets/9ceaf157-b758-4188-815d-edfe4e1b4edd

2026-08-10 Release of logback version 1.6.2

  • Configuration analysis now detects contradictory caller-data inclusion instructions. For example, an AsyncAppender, SocketAppender or SMTPAppender with includeCallerData left at the default false is incompatible with a layout or encoder pattern that uses a caller-data converter such as %C, %M, %L, %F, %l or %caller. At runtime those converters would print question marks and still incur extraction cost on a worker thread. Logback now emits a configuration-time warning when such instructions disagree. See codes.html#callerContradiction for details. This issue was reported in issues/1059 by leeychee. The initial analysis was contributed by seonwoo_jung.

  • Caller-contradiction analysis can be turned off by setting the logback.skipCallerContradictionAnalysis variable to true, either as a system property (-Dlogback.skipCallerContradictionAnalysis=true) or as a property in the configuration file:

    <property name="logback.skipCallerContradictionAnalysis" value="true"/>
  • SimpleSocketServer and SimpleSSLSocketServer now require an explicit client IP whitelist. On the command line, pass one or more allowed addresses (single IPs or CIDR ranges) after the configuration file. An empty whitelist means no clients are accepted. When embedding the server programmatically, register allowed addresses with addAllowedClientAddress(String) or setAllowedClientAddresses(Collection) before clients connect. See the documentation on restricting client access.

  • Added ThrowableProxyVOBuilder for assembling a ThrowableProxyVO field by field, with a corresponding ThrowableProxyVO.builder() entry point.

  • Dependency analysis handlers now run their postHandle method after child models have been processed, so checks that depend on nested appenders (such as caller-contradiction analysis) see a complete picture.

  • Updated several dependencies, including Angus Mail to 2.0.4 and Jetty (test) to 12.1.12.

  • A bit-wise identical binary of this version can be reproduced by building from source code at commit e3d78330ad1ba024fd987fd00c3ffb9cfcdb07dc associated with the tag v_1.6.2. The release was built using Java "21" 2023-10-17 LTS build 21.0.1.+12-LTS-29 under Linux Debian 11.6.

22 hours ago
selenium

Nightly

Commits

  • 1ed71ed: [build] Reset versions to nightly after selenium-4.47.0 release (Selenium CI Bot)
  • b4b73af: [build] Update lockfiles for nightly versions (Selenium CI Bot)
  • 78c7567: Update mirror info (Mon Aug 10 18:41:27 UTC 2026) (Selenium CI Bot)
  • dad9fdc: [js] Normalize empty custom locator results (#17851) (munawiki) #17851
1 days ago
selenium
1 days ago
selenium

Selenium 4.47.0

Detailed Changelogs by Component

Java     |     Python     |     DotNet     |     Ruby     |     JavaScript

What's Changed

New Contributors

Full Changelog: https://github.com/SeleniumHQ/selenium/compare/selenium-4.46.0...selenium-4.47.0

1 days ago
selenium

Nightly

Commits

  • 8d23c98: [py] Ensure driver service subprocess resources are cleaned up (#17889) (Corey Goldberg) #17889
  • f72f9ec: [build] Add java:local_dev rake task for IntelliJ IDEA project setup (#17771) (Titus Fortner) #17771
  • f369e9f: [rust] Test Selenium Manager on Linux arm64 (#16045) (Dennis Ameling) #16045
3 days ago
Activiti

7.21.0-rc.507

What's Changed

🔨 Other Changes

New Contributors

Full Changelog: https://github.com/Activiti/Activiti/compare/7.21.0-rc.506...7.21.0-rc.507