Skip to content
Ralph Schaer edited this page Aug 13, 2015 · 117 revisions

1.6.0 - tbd

  • New minimal requirement Spring 4.2.0 and Jackson 2.6

  • Support for batched option (introduced with Ext JS 6.0.1) If batched is disabled, requests to this method will never be part of a batch request.

	@ExtDirectMethod(batched = false)
	public String doSomething(String input) {
		....
	}

Default is batched = true

  • Support for bufferLimit configuration option (introduced with Ext JS 6.0.1)

  • Removed SSE support from library. Spring 4.2.0 has built-in support for server-sent events.

Clone this wiki locally