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

[JENKINS-73170] Upgrade Commons FileUpload from 1.5 to 2.0.0-M2 #9259

Merged
merged 7 commits into from
May 18, 2024

Commits on May 14, 2024

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

Commits on May 15, 2024

  1. I tested compilation of a plugin with these changes and found that the

    bridge methods work at runtime but there is still a compilation error.
    Since I don't want to force plugins to adopt the new API when bumping
    their core baseline, simpler to avoid bridge methods here.
    basil committed May 15, 2024
    Configuration menu
    Copy the full SHA
    70751a4 View commit details
    Browse the repository at this point in the history
  2. fix Javadoc

    basil committed May 15, 2024
    Configuration menu
    Copy the full SHA
    068d4be View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Update bom/pom.xml

    basil committed May 16, 2024
    Configuration menu
    Copy the full SHA
    95c6f04 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19e915d View commit details
    Browse the repository at this point in the history
  3. Be defensive

    basil committed May 16, 2024
    Configuration menu
    Copy the full SHA
    3ca93ac View commit details
    Browse the repository at this point in the history
  4. Be defensive

    basil committed May 16, 2024
    Configuration menu
    Copy the full SHA
    9f525ff View commit details
    Browse the repository at this point in the history