16 hours ago
redisson

redisson-4.3.0

Feature - JMS API implemented
Feature - RCuckooFilter object added
Feature - Local cached Reactive Spring Session implemented
Feature - RBitSet.bitField() method added (thanks to @bandalgomsu)
Feature - RBatch.getBloomFilterNative() method added
Feature - StreamAddArgs.idempotentProducerId() method added
Feature - hashCode()/equlas() methods added to StreamRangeParams object (thanks to @bandalgomsu)
Feature - Message.getDeliveries() method added

Improvement - tcpKeepAlive setting is true by default

Fixed - RReliablePubSubTopic.setConfigIfAbsent() throws NPE
Fixed - Message.getCreationTime() returns null for messages stored in RReliableQueue
Fixed - corrupted Input object shouldn't be returned to the pool in Kryo5Codec
Fixed - increased char array in Kryo5Codec isn't cleared when the Input.reset() method is invoked
Fixed - traffic burst may block RRateLimiter indefinitely
Fixed - attempt to unlock lock, not locked by current thread by node id error (thanks to @seakider)
Fixed - RTopicPattern resubscription after failover (thanks to @peterhalicky)
Fixed - RBloomFilterNative's add(), exists(), count() return type
Fixed - Spring Data ReactiveKeyCommands.scan() method throws NPE if count setting isn't defined

1 days ago
selenium

Nightly

Commits

  • 99a2547: [java] Guard against NPE in Platform.extractFromSysProperty (#17151) (JAYA DILEEP) #17151
  • cc10867: [java] Deduplicate Unicode PUA mappings in Keys; make OPTION an alias of ALT and deprecate FN (#17147) (JAYA DILEEP) #17147
  • 27449bd: [java] remove @Nullable from return value for ExpectedConditions that never return null (#17149) (Andrei Solntsev) #17149
  • 5db6096: [java] Fluent setters in few classes like PrintOptions etc. (#17148) (Andrei Solntsev) #17148
1 days ago
acme4j

v5.0.0

Breaking changes in this major release:

  • All private key handling is now done locally inside the respective class, as security precaution. Login.getKeyPair() has been removed without replacement. Use Login.getPublicKey() to get the account's public key.
  • Removed redundant Login.getAccountLocation(), use Login.getAccount().getLocation() instead.
1 days ago
dolphinscheduler

Release 3.4.1

DSIP

Click to expand
  • [DSIP-104][API&UI] Suggest remove import and export function (#17941) @SbloodyS

Feature

Click to expand
  • [Improvement-17795][Master] Add dispatch timeout checking logic to handle cases where the worker group does not exist or no workers are available (#17796) @njnu-seafish
  • [Feature-17931] Support configurable maximum runtime for workflow/task instance (#17932) @ruanwenjun

Improvement

Click to expand
  • [Doc-17639] Parameter passing docs improvement (#17841) @SbloodyS
  • [Improvement-17855] Supports the custom and built-in variables for java task (#17860) @Mrhs121
  • [Improvement-17861][zeppelin task plugin] support zeppelin tasks with parameters parsing (#17862) @ylq5126
  • [Improvement-17788] [TaskPlugin] Optimization of log processing for RemoteShellTask (#17800) @qiong-zhou
  • [Chore][Doc] Frontend development doc improvement (#17880) @SbloodyS
  • [Chore] Remove unused code in api-server (#17871) @ruanwenjun
  • [Chore] Improve Java command path construction using Paths.get() (#17894) @Mrhs121
  • [Improvement-17695][ProcedureTask] Support cancel procedure task (#17696) @njnu-seafish
  • [Doc-17896] Change default value for quartz job store class (#17897) @XpengCen
  • [Improvement-17924] Remove Slack references and update Community sections in READMEs (#17925) @iampratap7997-dot
  • [Doc-17913] Add frontend code check section in development documentation in both Chinese and English (#17914) @njnu-seafish
  • [Improvement-17926] Supports creating worker groups without workers (#17927) @ruanwenjun
  • [Chore] Fix typos and improve wording in README files (#17959) @iampratap7997-dot
  • [Improvement-17957][UI] Improvement of Spark parameters validation (#17958) @XpengCen
  • [Improvement-17994][Seatunnel] harden startupScript and -i args (#17996) @yzeng1618

Bugfix

Click to expand
  • [Fix-17820][Master] Fix task timeout alerts failed (#17818) @njnu-seafish
  • [Fix-17690][Dependent] SQL error occurred while executing a dependent task in postgresql (#17837) @SbloodyS
  • [Fix-17838][Bug] [ApiServer] Remove WAIT_TO_RUN and add FAILOVER while querying workflow instances (#17839) @njnu-seafish
  • [Fix-17848] Fix incorrect placement of JVM arguments in java task (#17850) @Mrhs121
  • [Fix-17831] Fix incorrect parallelism num when complement data in parallel excution mode (#17853) @SbloodyS
  • [Fix-17834] [Master] Fix workflow failure strategy cannot work (#17851) @ruanwenjun
  • [Fix-17864] [ApiServer] Remove STOP state for task instance from ui (#17865) @njnu-seafish
  • [Fix-17758][Master] Mark task as failed if TaskExecutionContext initialization fails (#17821) @njnu-seafish
  • [Fix-17901] Fix incorrect or unclear description in installation documentation (#17903) @SbloodyS
  • [Fix-17904][Seatunnel] Seatunnel link 404 not found in doc (#17905) @SbloodyS
  • [Fix-17912] Fix http plugin cannot send json nested types (#17911) @Alexander1902
  • [Fix-17915][alert] Fix the issue of setting timeout exceptions in the HTTP alert plugin, where the unit in the code is not consistent with the page. (#17920) @maomao199691
  • [Fix-17967] Fix Parameter passing feature is unavailable in Procedure Task (#17968) @Mrhs121
  • [Fix-17969][API] Add tenant validation for workflow (#17970) @ruanwenjun
  • [Fix-17971] Fix ProcedureTask can not pass out parameter and can not execute query procedure. (#17973) @ruanwenjun
  • [Fix-17984][UI] Release workflow definition list loading lock on request failure (#17989) @asadjan4611
  • [Fix-17995][API] Non-admin users cannot delete their own access tokens (#17997) @dill21yu
  • [Fix-17979][DAO] Fix INT/BIGINT mismatch of workflow_definition_code in t_ds_serial_command. (#17988) @iampratap7997-dot
  • [Fix-18006][UI] Fix KeyCloak icon 404 not found (#18007) @SbloodyS

Document

Click to expand
  • [Chore] bump up license year (#17863) @SbloodyS

Chore

Click to expand
  • [Chore] Remove unmaintained version in issue template (#17870) @SbloodyS
  • [Chore] Fix frontend build regenerate the new pnpm-lock.yaml file. (#17878) @SbloodyS
  • [Chore] Remove unused file in .licenserc.yaml (#17866) @ruanwenjun
  • [Chore] Hotfix CI error (#17919) @SbloodyS
  • [Chore] Fix max disk usage cannot replace by env at e2e (#17918) @ruanwenjun
  • [Chore] Bump testcontainer to 1.21.4 to fix could not find a valid Docker environment at CI (#17978) @ruanwenjun
  • [Chore] Add AI usage confirmation to the PR template (#17977) @ruanwenjun
  • [Chore] Move generateK8sTaskExecutionContext from AbstractParameters to K8sTaskParameters (#17976) @ruanwenjun
  • [Chore] Change required_approving_review_count to 1 (#17992) @ruanwenjun
  • [Chore] Bump zk to 3.8.3 (#17980) @ruanwenjun
  • [Chore] Remove duplicate declaration at pom (#17981) @ruanwenjun
  • [Chore] Replace DataSourceProcessorManager with DataSourcePluginManager (#17975) @ruanwenjun
2 days ago
OpenPDF

OpenPDF 3.0.2

What's Changed

Full Changelog: https://github.com/LibrePDF/OpenPDF/compare/3.0.1...3.0.2

2 days ago
selenium

Nightly

Commits

  • 2bad41f: [dotnet][rb][java][js][py] Automated Browser Version Update (#17145) (Selenium CI Bot) #17145
3 days ago
Activiti

7.20.0-rc.1058

What's Changed

✨ New Features

Full Changelog: https://github.com/Activiti/Activiti/compare/7.20.0-rc.1057...7.20.0-rc.1058