mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[PR #565] [MERGED] Eager module #589
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#589
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:feat/533-eager-module📝 Commits (7)
9de69aceager module classesc96557eeager module classes612b877tests03b054anew json utils method7009475release notesdfb775fmerging1abc4ef[Gradle Release Plugin] - new version commit: '3.30.0-snapshot'.📊 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.