3 hours ago
bucket4j

8.16.0

What's Changed

New Contributors

Full Changelog: https://github.com/bucket4j/bucket4j/compare/8.15.0...8.16.0

7 hours ago
spring-boot-starter

Mybatis Spring Boot 4.0.1

Here is the complete list of changes.

🐛 Bugs

  • Miss spring-configuration-metadata.json since 4.0.0 #1158

⬆️ Dependencies Updates

  • Update spring-boot to v4.0.1 #1163
  • Update mybatis-thymeleaf-scripting to v1.1.1 #1164
  • Update mybatis-velocity-scripting to v2.3.1 #1160
9 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

1 days ago
selenium

Nightly

Commits

  • 4c64df2: [build] fix issue trying to guard actions run on forks (#16800) (Titus Fortner) #16800
1 days 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

3 days ago
selenium
3 days ago
selenium

Nightly

Commits

  • e3d673a: [java] [refactor] replace most of Guava collections by Java built-in collections (#16776) (Andrei Solntsev) #16776
4 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
4 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