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

working-directories-root using wrong type #171

Open
jvalkeal opened this issue Sep 4, 2019 · 0 comments
Open

working-directories-root using wrong type #171

jvalkeal opened this issue Sep 4, 2019 · 0 comments
Assignees

Comments

@jvalkeal
Copy link
Contributor

jvalkeal commented Sep 4, 2019

As working-directories-root is using Path:

    {
      "name": "spring.cloud.deployer.local.working-directories-root",
      "type": "java.nio.file.Path",
      "description": "Directory in which all created processes will run and create log files.",
      "sourceType": "org.springframework.cloud.deployer.spi.local.LocalDeployerProperties"
    }

UI doesn't show it. Setter takes String and getter returns Path which is kind wrong.

@jvalkeal jvalkeal self-assigned this Sep 4, 2019
@jvalkeal jvalkeal changed the title working-directories-root not in a boot metadata working-directories-root using wrong type Sep 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant