Skip to content

Commit 8d8ef54

Browse files
authored
fix(rabbitmq): use shared Netty EventLoopGroup to prevent resource leaks and shutdown issues (#163)
* build(deps): update dependencies * feat(lifecycle): add EventLoopGroupLifecycleManager for managing Netty EventLoopGroup lifecycle * test(lifecycle): improve readability of EventLoopGroupLifecycleManager tests
1 parent 72a8d6d commit 8d8ef54

13 files changed

Lines changed: 516 additions & 2895 deletions

File tree

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v24.11.1
1+
v24.13.0

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ buildscript {
1313
plugins {
1414
id 'jacoco'
1515
id 'org.sonarqube' version '7.2.2.6593'
16-
id 'org.springframework.boot' version '4.0.1' apply false
16+
id 'org.springframework.boot' version '4.0.2' apply false
1717
id 'io.github.gradle-nexus.publish-plugin' version '2.0.0'
18-
id 'co.com.bancolombia.cleanArchitecture' version '4.0.5'
18+
id 'co.com.bancolombia.cleanArchitecture' version '4.1.0'
1919
}
2020

2121
repositories {

docs/.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v24.12.0
1+
v24.13.0

0 commit comments

Comments
 (0)