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

Add support for additional configuration parameters resources #3345

Merged

Commits on Jul 3, 2024

  1. Add support for configuration parameters resources

    This commit adds support for specifying a properties file, for use with configuration parameters.
    
    - Added a new field configurationParametersResources of type List<String> to store the configuration parameters resources.
    - Added new methods configurationParametersResource(String propertiesFile) and configurationParametersResources(List<String> propertiesFiles) to add configuration parameters resources to the request builder.
    - Updated the buildLauncherConfigurationParameters() method to include the configurationParametersResources in the Builder instance.
    
    Related to issue: junit-team#3340
    robinjhector committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    3c6f2a0 View commit details
    Browse the repository at this point in the history
  2. Review fixes

    Adjusted annotation parameter name to `value()`.
    Scrapped duplicate configurationParametersResources method on discovery request builder. (Is now var-args)
    robinjhector committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b09cded View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5b942d5 View commit details
    Browse the repository at this point in the history
  4. Review fix

    robinjhector committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    07b0921 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    17b1308 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Polishing

    marcphilipp authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    edac218 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    577cff5 View commit details
    Browse the repository at this point in the history
  3. Polish User Guide

    marcphilipp committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    a11d0e3 View commit details
    Browse the repository at this point in the history
  4. Add to release notes

    marcphilipp committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    cff2d39 View commit details
    Browse the repository at this point in the history
  5. Polish Javadoc

    marcphilipp committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    ccfd0fa View commit details
    Browse the repository at this point in the history
  6. Fix tests

    marcphilipp committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    914a557 View commit details
    Browse the repository at this point in the history