Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(system): switch from guava cache to caffeine #3231

Merged
merged 1 commit into from Feb 14, 2024

Conversation

tadayosi
Copy link
Member

  • For better caching performance
  • Removing dependency to guava
  • In preparation for authentication throttling implementation

* For better caching performance
* Removing dependency to guava
* In preparation for authentication throttling implementation
@tadayosi
Copy link
Member Author

@mmuzikar Removing guava from the test suite as it doesn't seem to be used. Please correct me if I'm doing wrong.

Copy link

Test Results

  4 files  ±0    4 suites  ±0   12m 26s ⏱️ +7s
 60 tests ±0   59 ✅ ±0   1 💤 ±0  0 ❌ ±0 
244 runs  ±0  234 ✅ ±0  10 💤 ±0  0 ❌ ±0 

Results for commit e5fee25. ± Comparison against base commit b86fa7a.

@hawtio-ci
Copy link

hawtio-ci bot commented Feb 14, 2024

Test results

Run attempt: 1132
Detailed summary

NAME TESTS PASSED ✅ SKIPPED 💤 FAILED ❌ ERRORS 🚫 TIME 🕖
results-quarkus-17-firefox 61 59 2 0 0 182.585
results-quarkus-21-firefox 61 59 2 0 0 181.77
results-springboot-17-firefox 61 58 3 0 0 188.21
results-springboot-21-firefox 61 58 3 0 0 193.822

@tadayosi tadayosi merged commit e752917 into hawtio:4.x Feb 14, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants