Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: update openapi generator #366

Merged
merged 3 commits into from
Jul 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ desired version.
You may also manually build and publish this image using:

```shell script
docker build -t oryd/sdk:latest .
docker build --platform linux/adm64 -t oryd/sdk:latest .
docker tag oryd/sdk:latest oryd/sdk:v0.0.53
docker push oryd/sdk:v0.0.53
```
Expand All @@ -33,6 +33,7 @@ docker push oryd/sdk:v0.0.53
If you wish to debug some generators or build steps, you can run the image locally:

```shell script
docker build -t oryd/sdk:latest .
docker run --mount type=bind,source="$(pwd)",target=/project --name sdk --user "$(id -u):$(id -g)" -it oryd/sdk:latest /bin/sh
```

Expand All @@ -41,6 +42,7 @@ docker run --mount type=bind,source="$(pwd)",target=/project --name sdk --user "
If a test fails in CI, you may run the following code snippet to reproduce the failure locally:

```shell script
docker build -t oryd/sdk:latest .
docker run --mount type=bind,source="$(pwd)",target=/project --name sdk -it oryd/sdk:latest /bin/bash

export FORCE_PROJECT=client # or hydra or something else
Expand Down
11 changes: 0 additions & 11 deletions contrib/clients/java/distributionManagement.xml

This file was deleted.

353 changes: 0 additions & 353 deletions contrib/clients/java/hydra.pom.xml.backup

This file was deleted.

Loading