Skip to content

Commit

Permalink
Add Kotlin coroutine extension library reference (#1695)
Browse files Browse the repository at this point in the history
Co-authored-by: ryosuke-hasebe <ryosuke.hasebe@linecorp.com>
  • Loading branch information
ben-manes and be-hase committed May 20, 2024
1 parent 2db5b69 commit b4cedbc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qodana.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
security-events: write
if: >
github.actor != 'dependabot[bot]'
&& github.event.repository.fork == false
&& (github.event_name != 'pull_request' || github.event.pull_request.head.repo.fork == false)
steps:
- name: Harden Runner
uses: step-security/harden-runner@a4aa98b93cab29d9b1101a6143fb8bce00e2eac4 # v2.7.1
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ Use Caffeine in a community provided integration:
* [Play Framework][play]: High velocity web framework
* [Micronaut][micronaut]: A modern, full-stack framework
* [Spring Cache][spring]: As of Spring 4.3 & Boot 1.4
* [Coroutines][caffeine-coroutines]: Kotlin Coroutines extension
* [Bootique][bootique]: A fast, simple Java platform
* [Quarkus][quarkus]: Supersonic Subatomic Java
* [Camel][camel]: Routing and mediation engine
Expand Down Expand Up @@ -163,3 +164,4 @@ Snapshots of the development version are available in
[quarkus]: https://quarkus.io
[aedile]: https://github.com/sksamuel/aedile
[bootique]: https://bootique.io/
[caffeine-coroutines]: https://github.com/be-hase/caffeine-coroutines
2 changes: 1 addition & 1 deletion simulator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ application {
}

forbiddenApis {
bundledSignatures.addAll(listOf("commons-io-unsafe-2.11.0", "jdk-deprecated",
bundledSignatures.addAll(listOf("commons-io-unsafe-2.15.1", "jdk-deprecated",
"jdk-internal", "jdk-non-portable", "jdk-reflection", "jdk-unsafe"))
}

Expand Down

0 comments on commit b4cedbc

Please sign in to comment.