Skip to content

Commit

Permalink
GH-2577: No synchronized in the container impls
Browse files Browse the repository at this point in the history
Fixes: #2578

* Fix typos in Javadocs
* Some other cleanups according to IDE suggestions
* Upgrade to Kotlin `1.9.20`
  • Loading branch information
artembilan committed Dec 16, 2023
1 parent 243ae93 commit b58a871
Show file tree
Hide file tree
Showing 7 changed files with 177 additions and 131 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlinVersion = '1.9.10'
ext.kotlinVersion = '1.9.20'
ext.isCI = System.getenv('GITHUB_ACTION')
repositories {
mavenCentral()
Expand Down Expand Up @@ -474,9 +474,9 @@ project('spring-rabbit') {

}

compileTestKotlin {
kotlinOptions {
jvmTarget = '17'
compileKotlin {
compilerOptions {
allWarningsAsErrors = true
}
}

Expand Down
Loading

0 comments on commit b58a871

Please sign in to comment.