[PR #523] [MERGED] Migrating cache to caffeine #554

Closed
opened 2026-02-26 04:35:37 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/523
Author: @mageddo
Created: 7/31/2024
Status: Merged
Merged: 7/31/2024
Merged by: @mageddo

Base: masterHead: bugfix/511


📝 Commits (8)

📊 Changes

5 files changed (+145 additions, -18 deletions)

View changed files

📝 RELEASE-NOTES.md (+3 -0)
📝 build.gradle (+2 -0)
📝 gradle.properties (+1 -1)
📝 src/main/java/com/mageddo/dnsproxyserver/solver/SolverCache.java (+69 -12)
📝 src/test/java/com/mageddo/dnsproxyserver/solver/SolversCacheTest.java (+70 -5)

📄 Description

Relates to #522


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/mageddo/dns-proxy-server/pull/523 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 7/31/2024 **Status:** ✅ Merged **Merged:** 7/31/2024 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `bugfix/511` --- ### 📝 Commits (8) - [`840a13d`](https://github.com/mageddo/dns-proxy-server/commit/840a13db251609a5b80116e34ba4dc11193ae7b5) testing cache ttl - [`015378b`](https://github.com/mageddo/dns-proxy-server/commit/015378bfc09ec659ee14b60025f1008e10328119) testing - [`70e8aba`](https://github.com/mageddo/dns-proxy-server/commit/70e8ababf392098469ece9cb01dbb6a56e81b064) adjusting test - [`390c555`](https://github.com/mageddo/dns-proxy-server/commit/390c5558fd67b0f1b82c75a9e72fdf358d2c7c91) release notes - [`d7339e0`](https://github.com/mageddo/dns-proxy-server/commit/d7339e0f370204fa81e39ca6a8b1f8e0a0a06ebe) clean codfe - [`58e8c07`](https://github.com/mageddo/dns-proxy-server/commit/58e8c074919170d2d5bf5182867d34c4d2a9464e) clean code - [`07829c6`](https://github.com/mageddo/dns-proxy-server/commit/07829c69b5ddcadc3e2e5affa1379ef0c2a83217) clean code - [`759b904`](https://github.com/mageddo/dns-proxy-server/commit/759b904035518db3621ca81fc7691f6f67e79185) [Gradle Release Plugin] - new version commit: '3.25.2-snapshot'. ### 📊 Changes **5 files changed** (+145 additions, -18 deletions) <details> <summary>View changed files</summary> 📝 `RELEASE-NOTES.md` (+3 -0) 📝 `build.gradle` (+2 -0) 📝 `gradle.properties` (+1 -1) 📝 `src/main/java/com/mageddo/dnsproxyserver/solver/SolverCache.java` (+69 -12) 📝 `src/test/java/com/mageddo/dnsproxyserver/solver/SolversCacheTest.java` (+70 -5) </details> ### 📄 Description Relates to #522 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 04:35:37 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/dns-proxy-server-mageddo#554
No description provided.