mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[PR #353] [MERGED] Dagger 2: Fixing Web Server #441
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#441
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/353
Author: @mageddo
Created: 3/12/2023
Status: ✅ Merged
Merged: 3/12/2023
Merged by: @mageddo
Base:
master← Head:dagger-2📝 Commits (10+)
e179d4aconfiguring shadowjar160f7basetup native image plugin3e62c7cclearing propsa7dcf02configuring logback file43c0b49fixing mdca037507adjusting amd build412d842adjusting builder bash279d258removed7621562ensure path is createdf843639adjusting gitignore📊 Changes
23 files changed (+664 additions, -100 deletions)
View changed files
📝
.gitignore(+58 -26)📝
Dockerfile.builder.linux-aarch64(+1 -1)📝
Dockerfile.builder.linux-amd64(+6 -7)📝
build.gradle(+37 -1)📝
builder.bash(+7 -5)📝
src/main/java/com/mageddo/commons/io/IoUtils.java(+20 -0)📝
src/main/java/com/mageddo/dnsproxyserver/config/entrypoint/ConfigProps.java(+4 -14)📝
src/main/java/com/mageddo/dnsproxyserver/server/http/StaticFilesController.java(+67 -4)➕
src/main/java/com/mageddo/http/HttpStatus.java(+74 -0)➕
src/main/java/com/mageddo/http/Path.java(+60 -0)📝
src/main/java/com/mageddo/http/UriUtils.java(+8 -5)📝
src/main/java/com/mageddo/http/WebServer.java(+49 -22)➕
src/main/java/com/mageddo/http/Wildcards.java(+34 -0)📝
src/main/java/com/mageddo/http/codec/EncoderJson.java(+2 -2)📝
src/main/java/com/mageddo/http/codec/Encoders.java(+12 -0)📝
src/main/resources/META-INF/native-image/dps/native-image.properties(+1 -0)📝
src/main/resources/META-INF/native-image/graal-generated/reflect-logback.json(+10 -1)➖
src/main/resources/META-INF/resources/index.html(+0 -1)➖
src/main/resources/META-INF/resources/static/index.html(+0 -1)📝
src/main/resources/application.properties(+0 -10)...and 3 more files
📄 Description
Partially fixes #326
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.