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

Fixed #6375 XmlConfiguration always checks for setter method #6398

Merged
merged 4 commits into from Jun 15, 2021

Commits on Jun 11, 2021

  1. Fixed #6375 XmlConfiguration always checks for setter method

    Fix #6375 by making XmlConfiguration Set handling always check for a matching setter, even if the property attribute is given but not set.
    
    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    8e9a576 View commit details
    Browse the repository at this point in the history
  2. Fixed #6375 XmlConfiguration always checks for setter method

    Also check for public fields
    
    Signed-off-by: Greg Wilkins <gregw@webtide.com>
    gregw committed Jun 11, 2021
    Configuration menu
    Copy the full SHA
    43fadef View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2021

  1. Update jetty-xml/src/test/java/org/eclipse/jetty/xml/XmlConfiguration…

    …Test.java
    
    
    fixed formatting
    gregw committed Jun 12, 2021
    Configuration menu
    Copy the full SHA
    5f157bc View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Merge branch 'jetty-10.0.x-6375-xmlSetWithWrongName' of github.com:ec…

    …lipse/jetty.project into jetty-10.0.x-6375-xmlSetWithWrongName
    gregw committed Jun 14, 2021
    Configuration menu
    Copy the full SHA
    69199c6 View commit details
    Browse the repository at this point in the history