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

Warnings #1339

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from
Draft

Warnings #1339

wants to merge 4 commits into from

Commits on May 30, 2024

  1. Set the source encoding in the pom.

    This stops the following warning from being emitted in our logs:
    
    ```
    [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
    ```
    nakulj committed May 30, 2024
    Configuration menu
    Copy the full SHA
    a8fa338 View commit details
    Browse the repository at this point in the history
  2. fix warning

    ```
    Not generating getSchedulerInitializationBackoffTimeMillis(): A method with that name already exists
    ```
    nakulj committed May 30, 2024
    Configuration menu
    Copy the full SHA
    6cafbb3 View commit details
    Browse the repository at this point in the history
  3. fix varargs invocation

    nakulj committed May 30, 2024
    Configuration menu
    Copy the full SHA
    9adc8a1 View commit details
    Browse the repository at this point in the history
  4. Fail on warnings

    nakulj committed May 30, 2024
    Configuration menu
    Copy the full SHA
    feacf03 View commit details
    Browse the repository at this point in the history