Skip to content

Commit d308423

Browse files
authored
Remove PatchAdminOAuthClient (#4229)
PatchAdminOAuthClient does not work anymore due to recent changes in UAA, but it does not seem to be needed anyway...
1 parent 47446d3 commit d308423

File tree

2 files changed

+0
-43
lines changed

2 files changed

+0
-43
lines changed

.devcontainer/images/uaa/Dockerfile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,8 @@ FROM sapmachine:21-jdk-headless-ubuntu-jammy AS builder
33

44
WORKDIR /uaa
55

6-
# Patch admin client, add authority password.write
7-
COPY PatchAdminOAuthClient.java /PatchAdminOAuthClient.java
86
RUN apt-get update && apt-get install jq git curl -y \
97
&& git clone -b $(curl -s https://api.github.com/repos/cloudfoundry/uaa/releases/latest | jq -r '.tag_name') https://github.com/cloudfoundry/uaa.git . --recursive --depth=1 --shallow-submodules \
10-
&& javac /PatchAdminOAuthClient.java -d / \
11-
&& java -cp / PatchAdminOAuthClient uaa/src/main/webapp/WEB-INF/spring/oauth-clients.xml \
128
&& ./gradlew -Pversion=$(curl -s https://api.github.com/repos/cloudfoundry/uaa/releases/latest | jq -r '.tag_name') clean build -x test
139

1410
FROM mikefarah/yq:4 AS yq

.devcontainer/images/uaa/PatchAdminOAuthClient.java

Lines changed: 0 additions & 39 deletions
This file was deleted.

0 commit comments

Comments
 (0)