7 hours ago
selenium

Nightly

Commits

  • 4c64df2: [build] fix issue trying to guard actions run on forks (#16800) (Titus Fortner) #16800
10 hours ago
fesod

2.0.0-incubating-rc1

Feature

  • Core: Introduce header merge strategy for Excel writing by @liugddx in #674
  • Core: Add an afterSheetDispose method to the SheetWriteHandler by @wangmiscoding in #413
  • Core: Add a parameter named autoStrip for automatic whitespace removal by @delei in #567
  • Core: Handle very old Excel BIFF formats gracefully with no-op executor by @alaahong in #559
  • Core: Introduced Workbook constant for maximum sheet name length validation by @delei in #658
  • Infra: Enable Java 25 in CI configurations by @alaahong in #584
  • Infra: Add GitHub Actions workflow for Netlify preview deployments by @ongdisheng in #667
  • Website: Add docusaurus-search-local plugin for search by @delei in #636
  • Website: Add Matomo analytics tracking script by @delei in #626

Bugfix

  • Core: Fixed NPE exception in the WriteSheetWorkbookWriteHandler class by @delei in #566
  • Core: Update fuzz test package path to reflect new structure by @alaahong in #690
  • Infra: Use SHA reference for Netlify action to fix deployment issues by @ongdisheng in #680
  • Infra: Fix markdown linting configuration in ci-docs by @ongdisheng in #718
  • Website: Fix up website build process by @tisonkun in #601
  • Docs: Fix broken links and typos in contribution guide and Javadoc by @delei, @ngocnhan-tran1996, @ongdisheng in #622, #621, #673, #702

Optimize

  • CI: Optimize CI workflow by ignoring non-code changes to speed up builds by @GOODBOY008 in #711
  • CI: Remove unnecessary central-publishing-maven-plugin and pnpm-lock file by @psxjoy, @delei in #755, #750
  • Website: Optimize the Community section and TeamPage for mobile devices by @delei, @wlgusqkr in #627, #642
  • Docs: Add Chinese translation of README and migration guide by @harshasiddartha, @GOODBOY008 in #671, #710
  • Docs: Improve Javadoc descriptions and method documentation by @ngocnhan-tran1996, @X-qinghai, @hezhangjian in #735, #599, #742

Refactor

  • Architecture: Refactor into a multi-module architecture and add fesod-distribution module by @delei, @psxjoy in #706, #760
  • Naming: Update package structure to align with Apache naming (org.apache.fesod) by @alaahong, @psxjoy in #607, #682
  • Naming: Rename FastExcel to FesodSheet and update examples and tests by @ongdisheng, @GOODBOY008 in #694, #695, #698
  • Cleanup: Remove deprecated core classes, outdated @since tags, and unnecessary annotations by @delei, @GOODBOY008, @bengbengbalabalabeng in #688, #723, #736, #754
  • Cleanup: Remove @EqualsAndHashCode annotation from AnalysisCell class by @GOODBOY008 in #723
  • License: Add automatic license header management via Spotless by @alaahong, @ongdisheng in #611, #704
  • Dependencies: Bump POI to 5.5.1, Fastjson2 to 2.0.60, and various Maven plugins by @pjfanning, @dependabot in #727, #660, #538

Test

  • Fuzz: Add fuzz testing for Excel reading and daily workflow by @alaahong in #555, #560
  • Core: Improve assertion usage for better clarity and order by @GOODBOY008 in #685
  • Migration: Migrate CSV unit tests from the example module by @delei in #568
  • Refactor: Remove deprecated format field from ExcelProperty and add comprehensive tests for date formatting by @alaahong in #610

New Contributors

  • @dependabot[bot] made their first contribution in #538
  • @X-qinghai made their first contribution in #599
  • @ngocnhan-tran1996 made their first contribution in #621
  • @YIminta made their first contribution in #640
  • @jounghu made their first contribution in #641
  • @wlgusqkr made their first contribution in #642
  • @gaushon made their first contribution in #644
  • @GOODBOY008 made their first contribution in #664
  • @ongdisheng made their first contribution in #667
  • @harshasiddartha made their first contribution in #671
  • @pjfanning made their first contribution in #727
  • @liugddx made their first contribution in #674
  • @hezhangjian made their first contribution in #742
  • @bengbengbalabalabeng made their first contribution in #754

Full Changelog: https://github.com/apache/fesod/compare/1.3.0...2.0.0-incubating-rc1

2 days ago
selenium

Nightly

Commits

  • e3d673a: [java] [refactor] replace most of Guava collections by Java built-in collections (#16776) (Andrei Solntsev) #16776
2 days ago
selenium
3 days ago
selenium

Nightly

Commits

  • bb4ce22: [build] nightly job needs permissions to write to packages (Titus Fortner)
  • 175b59b: [rb] Fix steep issues (#16752) (Augustin Gottlieb) #16752
  • 4d34904: [py][build]: consolidate Python CI tests (#16766) (Titus Fortner) #16766
  • f8b54ce: [dotnet] [bidi] Fix context aware event handlers (#16787) (Nikolay Borisenko) #16787
  • 6017825: [build] do not cancel rbe builds when merging to trunk (Titus Fortner)
  • 68f1094: [java] #16753 workaround for JDK bug JDK-8228970 (#16793) (Andrei Solntsev) #16793
  • d020dff: [java][BiDi] implement emulation.setNetworkConditions (#16794) (Swastik Baranwal) #16794
3 days ago
quarkus

3.30.5

Complete changelog

  • #43134 - OpenTelemetry: MDC context disappears on ManagedExecutor thread
  • #51195 - Environment variable KAFKA_TLS_CONFIGURATION_NAME does not take effect
  • #51607 - Swagger UI does not send Authorization header when using @AuthorizationPolicy on REST resource class instead of @Authenticated
  • #51625 - Improve Logging guide regarding logging adapters
  • #51626 - Send Authorization header from Swagger UI for methods secured with @AuthorizationPolicy and reflect policies in OpenAPI document
  • #51638 - Fix issue with @JsonView support in REST Client
  • #51641 - Fix OTel MDC context set
  • #51642 - quarkus-maven-plugin generate-code-tests fails with some mvn -f paths
  • #51645 - Upgrade to Apache Maven 3.9.12
  • #51648 - Bump to Maven 3.9.12
  • #51664 - Make sure the project directory is normalized in LocalProject
  • #51666 - Do not enforce request and absolute OIDC redirect-path match
  • #51668 - When using InterceptionProxy to create multiple beans of the same type IllegalStateException: Multiple GeneratedClassBuildItem were produced for the same classes
  • #51684 - ArC: InterceptionProxy - add bean id to the name of generated subclass
  • #51686 - Fix KAFKA_TLS_CONFIGURATION_NAME environment variable not being recognized
  • #51688 - Potential memory leak with @QuarkusMainTest for CLI application
  • #51695 - Avoid logging on success in ContainerRuntimeUtil
  • #51712 - Fix two class loader-related leaks, one in Jackson, the other in QuarkusClassLoader
3 days ago
fesod

v2.0.0-rc1

What's Changed

New Contributors

Full Changelog: https://github.com/apache/fesod/compare/1.3.0...v2.0.0-rc1

4 days ago
selenium

Nightly

Commits

  • fb478af: [bazel] Flag fixes for the RBE (#16785) (Simon Mavi Stewart) #16785
  • 15947c3: [bazel+js]: Avoid shadowing directory with test name (#16784) (Simon Mavi Stewart) #16784
  • 02abb3b: [py] Add type hints for WebElement.find_element(s) (#16772) (pixelsapphire) #16772
  • c4bef24: [dotnet][rb][java][js][py] Automated Browser Version Update (#16783) (Selenium CI Bot) #16783
  • 973dbe6: [build] add explicit permissions to github workflows (#16774) (Titus Fortner) #16774
  • 98a9c63: [dotnet] Hide driver service window by default (#16782) (Nikolay Borisenko) #16782
4 days ago
grpc-java

v1.77.1

Bug Fixes

  • rls: Avoid missed config update from reentrancy (https://github.com/grpc/grpc-java/pull/12549). This fixes a regression since 1.75.0 triggered by CdsLb being converted to XdsDepManager. Without this fix, a second channel to the same target may hang when starting, causing DEADLINE_EXCEEDED, and unhang when the control plane delivers an update (e.g., endpoint address update)