-
Notifications
You must be signed in to change notification settings - Fork 38.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: spring-projects/spring-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.3.15.RELEASE
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: spring-projects/spring-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.3.16.RELEASE
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 5 commits
- 8 files changed
- 3 contributors
Commits on Apr 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 573f1d7 - Browse repository at this point
Copy the full SHA 573f1d7View commit details
Commits on Apr 5, 2018
-
Modify SpEL code gen to take account of null safe refs
With this change the code generation for method and property references is modified to include branching logic in the case of null safe dereferencing (?.). This is complicated by the possible usage of primitives on the left hand side of the dereference. To cope with this case primitives are promoted to boxed types when this situation occurs enabling null to be passed as a possible result. Issue: SPR-16489
Configuration menu - View commit details
-
Copy full SHA for d3acf45 - Browse repository at this point
Copy the full SHA d3acf45View commit details
Commits on Apr 6, 2018
-
TestDispatcherServlet unwraps to find mock request
Issue: SPR-16695
Configuration menu - View commit details
-
Copy full SHA for 6deee3e - Browse repository at this point
Copy the full SHA 6deee3eView commit details
Commits on Apr 9, 2018
-
Re-use EvaluationContext in DefaultSubscriptionRegistry
Rather than create a new EvaluationContext instance per evaluation, we now create a statically shared instance, without the root object in it, and re-use it for all evalutations.
Configuration menu - View commit details
-
Copy full SHA for 0009806 - Browse repository at this point
Copy the full SHA 0009806View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8da0e46 - Browse repository at this point
Copy the full SHA 8da0e46View commit details
There are no files selected for viewing