index
:
vaadin-framework.git
7.0
7.1
7.2
7.3
7.4
7.5
7.6
7.7
8.0
8.1
8.10
8.11
8.12
8.13
8.14
8.2
8.3
8.4
8.5
8.6
8.7
8.8
8.9
JS-RPC-docs-link-syntax
OlliTietavainenVaadin-patch-1
OlliTietavainenVaadin-patch-2
add-deprecation-warning-20241105
changelog-8.27.1
changelog-8.27.2
changelog-8.27.3
changelog-8.27.4
chore-mention-8.14.4
chore-readme-8-14-4
context-menu
datefield-set-invalid-value
declarative
dependabot/maven/org.eclipse.jetty-jetty-server-10.0.14
dependabot/maven/org.eclipse.jetty-jetty-webapp-9.4.44.v20210927
dependabot/maven/org.eclipse.jgit-org.eclipse.jgit-3.5.3.201412180710-r
dependabot/maven/org.hsqldb-hsqldb-2.7.1
documentation
documentation-7.6
downgrade-snapshot-version-20241105
exclude-element-screenshot
feature/atmosphere-pure-javascript
feature/bootstrap-annotation
feature/combobox-communication
feature/dalvik
feature/databinding
feature/dnd
feature/elements
feature/eventbus
feature/karaf-feature-file
feature/nullrepresentation
feature/standard-gwt
feature/standard-sass
feature/vaadin8
feature/vaadin8-book
feature/vaadin8-book-vol2
feature/vaadin8-sass-valo-only
fix11576
fix_event_router_prototype
grid
grid_dnd_autoscroller
grid_dragger
issue/8307_select_using_collection
master
mobile_drag_image_offset
pr/11306
remote-run/flow-atmosphere-test
snapshot/7.5
snapshot/7.6
tmattsso-patch-1
update-minor-deps
vaadin-icons-3.0.1
wip-date-time-datatype
wip-java-10-compat
Vaadin 6, 7, 8 is a Java framework for modern Java web applications: https://github.com/vaadin/framework
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
com
/
vaadin
/
terminal
/
gwt
/
server
/
JsonCodec.java
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved server files to a server src folder (#9299)
Artur Signell
2012-08-13
1
-792
/
+0
*
Move classes common to client and server to com.vaadin.shared.* (#8934)
Leif Åstrand
2012-07-27
1
-2
/
+2
*
Improve server-side error when serializing wildcard types (#8862)
Leif Åstrand
2012-07-27
1
-0
/
+6
*
Support array as a generic type parameter (#8861)
Leif Åstrand
2012-07-03
1
-9
/
+26
*
Merge branch 'rpcArray'
Leif Åstrand
2012-06-25
1
-7
/
+39
|
\
|
*
Support arrays in RPC and shared state + test (#8655)
Leif Åstrand
2012-06-25
1
-7
/
+39
*
|
Moved connector tracking from Application to Root
Artur Signell
2012-06-21
1
-66
/
+76
|
/
*
Support sending raw JSON values (#8888)
Leif Åstrand
2012-06-12
1
-0
/
+2
*
Initial javascript callback support (#6730)
Leif Åstrand
2012-06-11
1
-0
/
+3
*
Support generics when decoding Set (#8879)
Leif Åstrand
2012-06-11
1
-1
/
+1
*
Don't expect type info for Lists, Sets and Arrays (#8879)
Leif Åstrand
2012-06-08
1
-3
/
+2
*
Use camelCase field names -> JSON more suitable for javascript (#8888)
Leif Åstrand
2012-06-07
1
-2
/
+13
*
Change map serialization to use same scheme as GWT AutoBean (#8602)
Leif Åstrand
2012-06-06
1
-22
/
+143
*
Don't send type info from server to client (#8879)
Leif Åstrand
2012-06-06
1
-57
/
+27
*
Drop explicit type info from client -> server communication (#8879)
Leif Åstrand
2012-06-06
1
-44
/
+24
*
Use UidlValue for sending legacy maps and arrays (#8878)
Leif Åstrand
2012-06-06
1
-26
/
+7
*
Wrap variable change data in UidlValue wrapper with type info (#8878)
Leif Åstrand
2012-06-06
1
-0
/
+21
*
Added support for map keys of any type (#8602)
Artur Signell
2012-05-14
1
-55
/
+32
*
Fixed problem with sending null values from the client to the server
Artur Signell
2012-05-11
1
-2
/
+6
*
Added support for serializing enums (#8675)
Artur Signell
2012-05-11
1
-0
/
+18
*
Initial support for sending difference in state (#8419)
Artur Signell
2012-05-11
1
-16
/
+69
*
Made it possible to find out RPC parameter types (#8667)
Artur
2012-04-18
1
-76
/
+87
*
Refactored JsonCodec to use a given type for deserialization (#8667)
Artur Signell
2012-04-18
1
-158
/
+298
*
Only paint connector references for visible connectors (#8685)
Artur
2012-04-18
1
-1
/
+11
*
Fixes #8673 (some fields not en/decoded correctly) by using the setter/getter...
Marc Englund
2012-04-17
1
-5
/
+23
*
Double was encoded as float, fixed. #8657
Marc Englund
2012-04-13
1
-1
/
+1
*
#8602 Added support for Map<Connector,?>
Artur Signell
2012-04-05
1
-3
/
+29
*
Updated AbsoluteLayout to use hierarchy and state change events
Artur Signell
2012-04-05
1
-5
/
+9
*
getCanonicalName() caused classloading problems when encoding json, changed t...
Marc Englund
2012-03-28
1
-1
/
+1
*
Paintable -> Connector
Artur Signell
2012-03-25
1
-3
/
+2
*
#8515 Additional fix for sets, and lists from client to server
Artur Signell
2012-03-21
1
-21
/
+63
*
Moved Connector -> Connector Id mapping to AbstractComponent
Artur Signell
2012-03-21
1
-43
/
+44
*
#8534 Handle null values consistently both from server to client and
Artur Signell
2012-03-16
1
-6
/
+10
*
#8534 Handle null values consistently both from server to client and
Artur Signell
2012-03-16
1
-8
/
+8
*
Fixed compilation warning
Artur Signell
2012-03-14
1
-1
/
+1
*
#8504 Support passing Connector references to/from client
Artur Signell
2012-03-14
1
-0
/
+2
*
#8515 Added serialization support for Lists containing supported types.
Artur Signell
2012-03-13
1
-13
/
+36
*
#8510 Support using Resources through URLReference/ResourceReference in
Artur Signell
2012-03-13
1
-2
/
+13
*
#8444 Generate serializers for client to server RPC
Artur Signell
2012-03-01
1
-5
/
+48
*
#8442 Serialize also nested beans, #8441 Allow using static inner
Artur Signell
2012-02-28
1
-5
/
+6
*
#8304 Changed Button to solely use shared state
Artur Signell
2012-02-21
1
-2
/
+4
*
#8304 First steps towards supporting serialization of any bean
Artur Signell
2012-02-21
1
-4
/
+27
*
Use String instead of char as type tag in JSON (#8304 shared state).
Henri Sara
2012-02-21
1
-51
/
+43
*
Implement simple shared state as a Map (#8304) - work in progress
Henri Sara
2012-01-31
1
-11
/
+29
*
Basic JSON encoding and decoding utilities from server to client (#8304)
Henri Sara
2012-01-30
1
-0
/
+217