1 days ago
dubbo

dubbo-3.2.7

What's Changed

Feature

Bugfix

Code Enhancement

Releates PRs: #12981, #13032, #13001, #13036, #13063, #13061, #13062, #13103, #13112, #13034, #13134, #13086, #13057, #13136, #13140

Dependency Upgrade

  • Update bytebuddy.version: 1.14.7 -> 1.14.8 #13074
  • Update grpc.version: 1.57.2 -> 1.58.0 #13037
  • Update io.micrometer:micrometer-bom: 1.11.3 -> 1.11.4 #13069
  • Update io.micrometer:micrometer-core: 1.11.3 -> 1.11.4 #13072
  • Update io.micrometer:micrometer-tracing-bom: 1.1.4 -> 1.1.5 #13068
  • Update io.opentelemetry:opentelemetry-bom: 1.29.0 -> 1.30.1 #13039, #13071
  • Update io.projectreactor:reactor-core: 3.5.9 -> 3.5.10 #13073
  • Update net.bytebuddy:byte-buddy: 1.14.7 -> 1.14.8 #13075
  • Update org.graalvm.buildtools:native-maven-plugin: 0.9.25 -> 0.9.27 #13040, #13070
  • Update org.springframework.boot:spring-boot-dependencies: 2.7.15 -> 2.7.16 #13119
  • Update org.springframework.boot:spring-boot-maven-plugin: 2.7.15 -> 2.7.16 #13113
  • Update org.springframework.boot:spring-boot-starter-test: 2.7.15 -> 2.7.16 #13115
  • Update org.springframework.security:spring-security-bom: 5.8.6 -> 5.8.7 #13117
  • Update org.xerial.snappy:snappy-java: 1.1.10.3 -> 1.1.10.4 #13118
  • Update protobuf-java_version: 3.24.2 -> 3.24.3 #13038
  • Update spring-boot.version: 2.7.15 -> 2.7.16 #13114

Contributors

Dubbo would like to thank the following contributors for their contributions to this release: @AlbumenJ, @aofall, @dependabot, @finefuture, @giraffe-tree, @KitwahSin, @liaozan, @NingleXu, @Nortyr, @shj1995, @songxiaosheng, @tianshuang, @wien13, @win120a, @wxbty

New Contributors

Full Changelog: https://github.com/apache/dubbo/compare/dubbo-3.2.6...dubbo-3.2.7

1 days ago
disruptor

Release 4.0.0

  • Minimum Java version now 11
  • Issue #323 - WorkerPool and WorkProcessor have been removed, no more Disruptor::handleEventsWithWorkerPool
  • Disruptor constructors using Executor have been removed. Use ThreadFactory instead.
  • Rolled up event handling extension interfaces on to EventHandler:
    • BatchStartAware
    • LifecycleAware
    • SequenceReportingEventHandler
  • FatalExceptionHandler and IgnoreExceptionHandler now use the JDK 9 Platform Logging API, i.e. System.Logger
  • Add rewind batch feature to the BatchEventProcessor
  • Add a maximum batch size argument to BatchEventProcessor
    • EventHandler::onBatchStart now gets both the batchSize as well as queueDepth (previously it had batchSize which reported queue depth)
  • Added documentation to EventPoller
  • Util::log2 throws if passed a non-positive argument
  • Deprecations
    • Deprecated ThreadHints.onSpinWait()
    • Deprecated Disruptor.handleExceptionsWith() - this had been javadoc deprecated since 2015 but not in the code
    • Removed previously deprecated methods
      • Ringbuffer.resetTo()
      • ConsumerRepository.getLastSequenceInChain()
2 days ago
Activiti
3 days ago
Activiti