-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
* Issue #4550 XmlConfiguration argument matching Improve argument matching by: + rejecting obviously non matches (with allowance for unboxing) + sorting methods so that derived arguments are tried before more generic (eg String before Object) Signed-off-by: Greg Wilkins <[email protected]> * Issue #4550 XmlConfiguration argument matching Improve argument matching by: + can unbox from any Number to any Number Signed-off-by: Greg Wilkins <[email protected]> * Issue #4550 Do not check the assignability of the arguments. Instead rely on the order of the methods. Signed-off-by: Greg Wilkins <[email protected]> * Issue #4550 unbox test no longer required Signed-off-by: Greg Wilkins <[email protected]> * Issue #4550 Simplified test Signed-off-by: Greg Wilkins <[email protected]> * Issue #4550 Cleanup comparator Signed-off-by: Greg Wilkins <[email protected]> * Issue #4550 Cleanup comparator Signed-off-by: Greg Wilkins <[email protected]>
- jetty-12.1.0.alpha1
- jetty-12.1.0.alpha0
- jetty-12.0.17
- jetty-12.0.16
- jetty-12.0.15
- jetty-12.0.14
- jetty-12.0.13
- jetty-12.0.12
- jetty-12.0.11
- jetty-12.0.10
- jetty-12.0.9
- jetty-12.0.8
- jetty-12.0.7
- jetty-12.0.6
- jetty-12.0.5
- jetty-12.0.4
- jetty-12.0.3
- jetty-12.0.2
- jetty-12.0.1
- jetty-12.0.0
- jetty-12.0.0x
- jetty-12.0.0.beta4
- jetty-12.0.0.beta3
- jetty-12.0.0.beta3x
- jetty-12.0.0.beta2
- jetty-12.0.0.beta2x
- jetty-12.0.0.beta1
- jetty-12.0.0.beta0
- jetty-12.0.0.alpha3
- jetty-12.0.0.alpha2
- jetty-12.0.0.alpha1
- jetty-12.0.0.alpha0
- jetty-11.0.24
- jetty-11.0.23
- jetty-11.0.22
- jetty-11.0.21
- jetty-11.0.20
- jetty-11.0.19
- jetty-11.0.18
- jetty-11.0.17
- jetty-11.0.16
- jetty-11.0.15
- jetty-11.0.14
- jetty-11.0.13
- jetty-11.0.12
- jetty-11.0.11
- jetty-11.0.10
- jetty-11.0.9
- jetty-11.0.8
- jetty-11.0.7
- jetty-11.0.6
- jetty-11.0.5
- jetty-11.0.4
- jetty-11.0.3
- jetty-11.0.2
- jetty-11.0.1
- jetty-11.0.0
- jetty-11.0.0.beta3
- jetty-11.0.0.beta2
- jetty-11.0.0.beta1
- jetty-11.0.0-alpha0
- jetty-10.0.24
- jetty-10.0.23
- jetty-10.0.22
- jetty-10.0.21
- jetty-10.0.20
- jetty-10.0.19
- jetty-10.0.18
- jetty-10.0.17
- jetty-10.0.16
- jetty-10.0.15
- jetty-10.0.14
- jetty-10.0.13
- jetty-10.0.12
- jetty-10.0.11
- jetty-10.0.10
- jetty-10.0.9
- jetty-10.0.8
- jetty-10.0.7
- jetty-10.0.6
- jetty-10.0.5
- jetty-10.0.4
- jetty-10.0.3
- jetty-10.0.2
- jetty-10.0.1
- jetty-10.0.0
- jetty-10.0.0.beta3
- jetty-10.0.0.beta2
- jetty-10.0.0.beta1
- jetty-10.0.0.beta0
- jetty-10.0.0.alpha2
- jetty-9.4.57.v20241219
- jetty-9.4.56.v20240826
- jetty-9.4.55.v20240627
- jetty-9.4.54.v20240208
- jetty-9.4.53.v20231009
- jetty-9.4.52.v20230823
- jetty-9.4.51.v20230217
- jetty-9.4.50.v20221201
- jetty-9.4.50.v20221107
- jetty-9.4.49.v20220914
- jetty-9.4.48.v20220622
- jetty-9.4.47.v20220610
- jetty-9.4.46.v20220331
- jetty-9.4.45.v20220203
- jetty-9.4.44.v20210927
- jetty-9.4.43.v20210629
- jetty-9.4.42.v20210604
- jetty-9.4.41.v20210516
- jetty-9.4.40.v20210413
- jetty-9.4.39.v20210325
- jetty-9.4.38.v20210224
- jetty-9.4.37.v20210219
- jetty-9.4.36.v20210114
- jetty-9.4.35.v20201120
- jetty-9.4.34.v20201102
- jetty-9.4.33.v20201020
- jetty-9.4.32.v20200930
- jetty-9.4.31.v20200723
- jetty-9.4.30.v20200611
- jetty-9.4.29.v20200521
- jetty-9.4.28.v20200408
- jetty-9.4.27.v20200227
Showing
4 changed files
with
209 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters