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

fix frontendproperties readFile() to work with classpath and update download_custom_buttons_json reference #10946

Merged
merged 14 commits into from
Aug 22, 2024

Commits on Aug 14, 2024

  1. app.properties: add new download_custom_buttons_json to enum and conf…

    …ic_service property list
    Denis Papp committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    7b6b3e7 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    3d9a4cd View commit details
    Browse the repository at this point in the history
  2. app.properties example for download_custom_buttons_json fixed

    - changed example to use absolute path based on default docker config, since classpath: isn't supported
    - updated documentation
    - added TODO on readFile() method
    Denis Papp committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    bc4e6bd View commit details
    Browse the repository at this point in the history
  3. merge in docs updates from master

    Denis Papp committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    4d237a5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d8cb86 View commit details
    Browse the repository at this point in the history
  5. download_custom_buttons: doc tweak

    Denis Papp committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    ea1bfc3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f48bb9c View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. FrontEndProperties: update readFile() to support relative and classpa…

    …th by leveraging spring ResourceUtils
    Denis Papp committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    53e96f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c50901d View commit details
    Browse the repository at this point in the history
  3. Merge branch 'feature/custom-buttons-property' into feature/frontendp…

    …roperty-classpath
    Denis Papp committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    43ed2ba View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    96edf56 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Frontend Properties readFile: changed classpath to use ClassLoader.ge…

    …tResourceAsStream() instead of ResourceUtils.getFile()
    
    - check both the file system and the classpath
    Denis Papp committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    fc4157b View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. readfile: logging, fix style

    Denis Papp committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    56e6f10 View commit details
    Browse the repository at this point in the history
  2. readFile: split out file/resource search code to new method locateFile()

    - modified logging to use the verb "Found"
    Denis Papp committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    4f1e580 View commit details
    Browse the repository at this point in the history