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

DockerRepositorySettingsImpl Missing blockPushingSchema1 Repository Property #368

Open
wchatelain opened this issue Mar 21, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@wchatelain
Copy link

Describe the bug
The DockerRepositorySettingsImpl class does not include an ability for blockPushingSchema1. This value can be set in the UI. It is not expected to only allow the default value.

To Reproduce
Code examination of org.jfrog.artifactory.client.model.repository.settings.impl.DockerRepositorySettingsImpl

Expected behavior
There should be an accessor (getter) and mutator (setter) for blockPushingSchema1 which will then set the value as provided which is then reflected when the docker repository is created.

Screenshots
N/A

Versions

  • Artifactory Java Client version: 2.13.1
  • Operating system: N/A
  • Artifactory Version: N/A

Additional context
N/A

@wchatelain wchatelain added the bug Something isn't working label Mar 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant