[PR #565] [MERGED] Eager module #589

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

📋 Pull Request Information

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

Base: masterHead: feat/533-eager-module


📝 Commits (7)

📊 Changes

8 files changed (+101 additions, -6 deletions)

View changed files

📝 RELEASE-NOTES.md (+6 -2)
📝 gradle.properties (+1 -1)
src/main/java/com/mageddo/di/Eager.java (+5 -0)
📝 src/main/java/com/mageddo/dnsproxyserver/di/Context.java (+9 -1)
src/main/java/com/mageddo/dnsproxyserver/di/module/ModuleEager.java (+19 -0)
📝 src/main/java/com/mageddo/dnsproxyserver/di/module/ModuleStartup.java (+3 -1)
📝 src/main/java/com/mageddo/json/JsonUtils.java (+8 -1)
src/test/java/com/mageddo/dnsproxyserver/di/ContextCompTest.java (+50 -0)

📄 Description

Module to beans which need to initialize on app startup, different of StartupEvent, Eager are not coupled to DPS logic.

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/565 **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-eager-module` --- ### 📝 Commits (7) - [`9de69ac`](https://github.com/mageddo/dns-proxy-server/commit/9de69ac83f78dfb340739857e854b010cc31233a) eager module classes - [`c96557e`](https://github.com/mageddo/dns-proxy-server/commit/c96557ed4e741080a7d3e2f3d5143eeb36be5b4b) eager module classes - [`612b877`](https://github.com/mageddo/dns-proxy-server/commit/612b877d831af4546da164d44deb62316474f894) tests - [`03b054a`](https://github.com/mageddo/dns-proxy-server/commit/03b054a19f4934c70277ae1355fd1607ce8f7b11) new json utils method - [`7009475`](https://github.com/mageddo/dns-proxy-server/commit/70094751d1449c04054df43f102f968b90832331) release notes - [`dfb775f`](https://github.com/mageddo/dns-proxy-server/commit/dfb775fb1f8ada115d7e1a030442180b39f3a2bd) merging - [`1abc4ef`](https://github.com/mageddo/dns-proxy-server/commit/1abc4ef141d1ccb7f8d688be649ed6a6ac6741ef) [Gradle Release Plugin] - new version commit: '3.30.0-snapshot'. ### 📊 Changes **8 files changed** (+101 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `RELEASE-NOTES.md` (+6 -2) 📝 `gradle.properties` (+1 -1) ➕ `src/main/java/com/mageddo/di/Eager.java` (+5 -0) 📝 `src/main/java/com/mageddo/dnsproxyserver/di/Context.java` (+9 -1) ➕ `src/main/java/com/mageddo/dnsproxyserver/di/module/ModuleEager.java` (+19 -0) 📝 `src/main/java/com/mageddo/dnsproxyserver/di/module/ModuleStartup.java` (+3 -1) 📝 `src/main/java/com/mageddo/json/JsonUtils.java` (+8 -1) ➕ `src/test/java/com/mageddo/dnsproxyserver/di/ContextCompTest.java` (+50 -0) </details> ### 📄 Description Module to beans which need to initialize on app startup, different of StartupEvent, Eager are not coupled to DPS logic. 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:42 +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#589
No description provided.