[PR #566] [MERGED] Improvements #592

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

📋 Pull Request Information

Original PR: https://github.com/mageddo/dns-proxy-server/pull/566
Author: @mageddo
Created: 9/5/2024
Status: Merged
Merged: 9/5/2024
Merged by: @mageddo

Base: masterHead: feat/533-improves


📝 Commits (10+)

📊 Changes

7 files changed (+75 additions, -10 deletions)

View changed files

📝 build.gradle (+1 -1)
📝 src/main/java/com/mageddo/dnsproxyserver/App.java (+7 -6)
src/main/java/com/mageddo/os/linux/kill/Kill.java (+18 -0)
📝 src/test/java/com/mageddo/net/SocketUtilsTest.java (+11 -2)
📝 src/test/java/dagger/sheath/templates/SignatureTemplates.java (+1 -1)
src/test/java/testing/templates/solver/remote/RemoteResolversTemplates.java (+12 -0)
📝 src/test/java/testing/templates/solver/remote/ResolverTemplates.java (+25 -0)

📄 Description

Relates to #533


🔄 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/566 **Author:** [@mageddo](https://github.com/mageddo) **Created:** 9/5/2024 **Status:** ✅ Merged **Merged:** 9/5/2024 **Merged by:** [@mageddo](https://github.com/mageddo) **Base:** `master` ← **Head:** `feat/533-improves` --- ### 📝 Commits (10+) - [`e62317b`](https://github.com/mageddo/dns-proxy-server/commit/e62317bab05f0e889a4cafbff6a2c7979d6a4ea3) setup resilience4j - [`742a0e8`](https://github.com/mageddo/dns-proxy-server/commit/742a0e8bf9c5b386a61827807eea7a13a7fc4601) specifying circuit breaker strategy name - [`6ab3d76`](https://github.com/mageddo/dns-proxy-server/commit/6ab3d76c2d874a74a599cf4c845623ea20ec567c) creating agnostic interface to support multiple circuit breaker strategy types - [`460233a`](https://github.com/mageddo/dns-proxy-server/commit/460233aafc6d93b24c27093f7f9b3b8957dafdf1) fixme - [`d9c2852`](https://github.com/mageddo/dns-proxy-server/commit/d9c28521cc4d07f726b1628888a7d630cf44e482) sppliting circuit breaker factory - [`d05ff95`](https://github.com/mageddo/dns-proxy-server/commit/d05ff957555d8aacc5f8fd93ea39a7584eb4daba) refactoring is done - [`a7dd4c0`](https://github.com/mageddo/dns-proxy-server/commit/a7dd4c0fd5d02b8ab88fea69968a84e02be296b5) test is passing - [`5869154`](https://github.com/mageddo/dns-proxy-server/commit/58691540a68fbf22d183682d1d34a3e327c29435) test is passing - [`34544f2`](https://github.com/mageddo/dns-proxy-server/commit/34544f21e25737ac9b43e2d4d6c7b557455e50e1) test is passing - [`fda3d97`](https://github.com/mageddo/dns-proxy-server/commit/fda3d972d1a851844d7c7a617253cd324a9b9335) refactoring package ### 📊 Changes **7 files changed** (+75 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `build.gradle` (+1 -1) 📝 `src/main/java/com/mageddo/dnsproxyserver/App.java` (+7 -6) ➕ `src/main/java/com/mageddo/os/linux/kill/Kill.java` (+18 -0) 📝 `src/test/java/com/mageddo/net/SocketUtilsTest.java` (+11 -2) 📝 `src/test/java/dagger/sheath/templates/SignatureTemplates.java` (+1 -1) ➕ `src/test/java/testing/templates/solver/remote/RemoteResolversTemplates.java` (+12 -0) 📝 `src/test/java/testing/templates/solver/remote/ResolverTemplates.java` (+25 -0) </details> ### 📄 Description Relates to #533 --- <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:43 +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#592
No description provided.