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

Turn off reference substitution in Hocon parser level for lazy resolution of references #4167

Merged
merged 3 commits into from
May 4, 2022

Commits on Apr 29, 2022

  1. Turn off reference resolution/substitution at parser level and leave …

    …reference in tree for later resolution in config module. Unfortunately, to avoid depending on parser impl packages, we need to catch an exception for each parsed reference at this time.
    
    Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
    spericas committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    f81c823 View commit details
    Browse the repository at this point in the history
  2. Update application2.conf

    Restored file.
    spericas committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    a08cf0b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2022

  1. Clean up of Hocon parser builder. Move convenience method to test.

    Signed-off-by: Santiago Pericasgeertsen <santiago.pericasgeertsen@oracle.com>
    spericas committed May 4, 2022
    Configuration menu
    Copy the full SHA
    02eca0b View commit details
    Browse the repository at this point in the history