FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for org.springframework.core - JavaInCloud/spring-framework · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
JavaInCloud
/
spring-framework
Public
forked from
spring-projects/spring-framework
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
spring-framework
org.springframework.core
on
conversation
User selector
Datepicker
Commit history
Commits on Dec 15, 2009
use TypeDescriptor.forObject instead of constructor; enforce use of TypeDescriptor.valueOf through making the constructor private
jhoeller
committed
dc99df2
View commit details
Copy full SHA for dc99df2
View code at this point
Browse repository at this point
primitive desc caching
Keith Donald
committed
7fb19d6
View commit details
Copy full SHA for 7fb19d6
View code at this point
Browse repository at this point
TypeDescriptor.valueOf usage in favor of constants; TypedValue usage simplification
Keith Donald
committed
2fef141
View commit details
Copy full SHA for 2fef141
View code at this point
Browse repository at this point
moved public methods up
Keith Donald
committed
f37d708
View commit details
Copy full SHA for f37d708
View code at this point
Browse repository at this point
moved static factory methods up
Keith Donald
committed
3932595
View commit details
Copy full SHA for 3932595
View code at this point
Browse repository at this point
value of optmization
Keith Donald
committed
943c46b
View commit details
Copy full SHA for 943c46b
View code at this point
Browse repository at this point
object to String not supported test case
Keith Donald
committed
8ff8016
View commit details
Copy full SHA for 8ff8016
View code at this point
Browse repository at this point
ObjectToObject converter now only matches public methods/constructors; private class method invocations also supported now through a makeAccessible call
Keith Donald
committed
5c7c56a
View commit details
Copy full SHA for 5c7c56a
View code at this point
Browse repository at this point
general polishing
Keith Donald
committed
b649459
View commit details
Copy full SHA for b649459
View code at this point
Browse repository at this point
removed generic warning
Keith Donald
committed
bb93f59
View commit details
Copy full SHA for bb93f59
View code at this point
Browse repository at this point
introspect element type in case of incoming Collection/Map in order to not accidentally say canConvert=true (SPR-6564)
jhoeller
committed
2153b2f
View commit details
Copy full SHA for 2153b2f
View code at this point
Browse repository at this point
refined PropertyEditor exposure for the ConversionService case
jhoeller
committed
5f9f699
View commit details
Copy full SHA for 5f9f699
View code at this point
Browse repository at this point
introduced TypeDescriptor.OBJECT and TypeDescriptor.STRING
jhoeller
committed
f52986e
View commit details
Copy full SHA for f52986e
View code at this point
Browse repository at this point
Commits on Dec 14, 2009
revised default converters; renamed ConverterRegistry's addGenericConverter to addConverter
jhoeller
committed
6622c71
View commit details
Copy full SHA for 6622c71
View code at this point
Browse repository at this point
Commits on Dec 11, 2009
polish
Keith Donald
committed
b673087
View commit details
Copy full SHA for b673087
View code at this point
Browse repository at this point
removed unused method; polishing
Keith Donald
committed
541cf2d
View commit details
Copy full SHA for 541cf2d
View code at this point
Browse repository at this point
removed generic warning
Keith Donald
committed
753d0b0
View commit details
Copy full SHA for 753d0b0
View code at this point
Browse repository at this point
polish
Keith Donald
committed
027bd24
View commit details
Copy full SHA for 027bd24
View code at this point
Browse repository at this point
javadoc polishing
Keith Donald
committed
4f4732d
View commit details
Copy full SHA for 4f4732d
View code at this point
Browse repository at this point
javadoc
Keith Donald
committed
8d4b9c0
View commit details
Copy full SHA for 8d4b9c0
View code at this point
Browse repository at this point
broke out collection to string converter logic from collection to object
Keith Donald
committed
5ce16e0
View commit details
Copy full SHA for 5ce16e0
View code at this point
Browse repository at this point
Commits on Dec 10, 2009
SPR-6537 initial commit; more extensive testing to follow
Keith Donald
committed
96de14e
View commit details
Copy full SHA for 96de14e
View code at this point
Browse repository at this point
removed generic warning
Keith Donald
committed
dd1bbde
View commit details
Copy full SHA for dd1bbde
View code at this point
Browse repository at this point
Commits on Dec 9, 2009
polishing
jhoeller
committed
2ce5090
View commit details
Copy full SHA for 2ce5090
View code at this point
Browse repository at this point
revised GenericConverter's "getConvertibleTypes()" signature to return Set of ConvertiblePair
jhoeller
committed
bc6b707
View commit details
Copy full SHA for bc6b707
View code at this point
Browse repository at this point
GenericConversionService prefers matches against inherited interfaces over superclasses (SPR-6297)
jhoeller
committed
010e72c
View commit details
Copy full SHA for 010e72c
View code at this point
Browse repository at this point
Commits on Dec 7, 2009
SPR-6502 - Broken @RequestMapping inheritance
poutsma
committed
27e0642
View commit details
Copy full SHA for 27e0642
View code at this point
Browse repository at this point
SPR-6482 - @RequestMapping handled incorrectly when value contains "." (dot) character
poutsma
committed
976f920
View commit details
Copy full SHA for 976f920
View code at this point
Browse repository at this point
Commits on Dec 4, 2009
SPR-5327: tweak the build.xml for core to try and make commons-logging optional in generated poms
David Syer
committed
ad3fa50
View commit details
Copy full SHA for ad3fa50
View code at this point
Browse repository at this point
SPR-5327: tweak the ivy.xml so that commons-logging is a separate configuration. It already comes out as optional in the generated poms (including core), which isn't great, but I can't see what is…
Show description for 1202f67
David Syer
committed
1202f67
View commit details
Copy full SHA for 1202f67
View code at this point
Browse repository at this point
full support for formatters on array/collection elements (SPR-6504)
jhoeller
committed
e161c93
View commit details
Copy full SHA for e161c93
View code at this point
Browse repository at this point
Commits on Dec 1, 2009
polishing
jhoeller
committed
132bb8a
View commit details
Copy full SHA for 132bb8a
View code at this point
Browse repository at this point
Commits on Nov 30, 2009
SPR-5327: tidy up Maven dependencies (keeping commons-logging)
David Syer
committed
1a06b6a
View commit details
Copy full SHA for 1a06b6a
View code at this point
Browse repository at this point
Commits on Nov 27, 2009
polishing
Keith Donald
committed
18c63f7
View commit details
Copy full SHA for 18c63f7
View code at this point
Browse repository at this point
FormatterRegistry extends ConverterRegistry now; FormattingConversionService extends GenericConversionService
jhoeller
committed
7e5106d
View commit details
Copy full SHA for 7e5106d
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL