Juergen Hoeller
fe3aad4ab2
Latest dependency updates (H2 1.4.189, Underscore.js 1.8.3)
2015-09-23 22:03:08 +02:00
Sebastien Deleuze
cffad9d4b1
Limit the number of ScriptEngine instances to the number of threads
...
This commit makes ThreadLocal<ScriptEngine> engineHolder ScriptTemplateView
field static in order to limit the maximum number of ScriptEngine instances
to the number of threads, regardless of the number of view instances.
Issue: SPR-13487
2015-09-23 13:17:37 +02:00
Sam Brannen
54703bf3f8
Introduce ignored, failing tests for SPR-13475
...
This commit introduces ignored, failing tests that demonstrate that the
@Cache* annotations are not yet supported as merged composed annotations.
Issue: SPR-13475
2015-09-23 00:27:14 -04:00
Sam Brannen
d66f85bd66
Polishing
2015-09-22 15:57:32 -04:00
Sam Brannen
0ad59ddb7a
Merge pull request #877 from nithril/SPR-13468
...
* SPR-13468:
Support @CrossOrigin as a merged composed annotation
2015-09-22 15:24:09 -04:00
Nicolas Labrot
e4c0859d41
Support @CrossOrigin as a merged composed annotation
...
Issue: SPR-13468
2015-09-22 14:55:42 -04:00
Sam Brannen
74b05118eb
Polish RequestMappingHandlerMappingTests
2015-09-22 14:35:19 -04:00
Sebastien Deleuze
6716f969d6
Update README.md with artifact infos
2015-09-22 12:27:34 +02:00
Sebastien Deleuze
ba66de0dc3
Set Gradle project name for CI
2015-09-22 12:14:02 +02:00
Sebastien Deleuze
48b512c5f4
Update Jackson builder to set properly AUTO_DETECT_IS_GETTERS
...
Issue: SPR-13073
2015-09-22 11:41:31 +02:00
João Pedro Evangelista
d3e5d9dd03
Polishing
2015-09-22 09:14:29 +02:00
Sebastien Deleuze
110d9d7cd9
Use ByteBuffer instead of byte[]
2015-09-22 08:02:57 +02:00
Sam Brannen
6a30d04d1e
Ensure all 4.2 XSDs reference beans & tool XSDs from 4.2
2015-09-22 01:15:30 -04:00
Sam Brannen
c866c172ec
Polish spring-context-4.2.xsd
2015-09-22 01:13:36 -04:00
Juergen Hoeller
f0ebddef1e
Latest dependency updates (AspectJ 1.8.7, Jackson 2.6.2, EhCache 3.0 M3)
2015-09-21 22:49:23 +02:00
Juergen Hoeller
df0b26f0e6
XhrTransport implementations do not need to redeclare interface when extending from AbstractXhrTransport
2015-09-21 20:48:29 +02:00
Juergen Hoeller
fbce18418a
Context namespace exposes null-value attribute for property-placeholder element
...
Issue: SPR-13461
2015-09-21 20:47:03 +02:00
Juergen Hoeller
b23c23279b
AbstractEmbeddedDatabaseConfigurer explicitly closes JDBC Connection on shutdown
...
Issue: SPR-13474
2015-09-21 20:42:50 +02:00
Sebastien Deleuze
299b7766fe
Allow same-origin WebSocket/SockJS requests once origin is set
...
Issue: SPR-13464
2015-09-21 17:08:58 +02:00
Sebastien Deleuze
9cbe984598
Create README.md
2015-09-21 09:48:30 +02:00
Stephane Nicoll
f60bd25666
Merge pull request #874 from kamilszymanski/fix-configuration-docs
...
* pr/874:
Fix `@Configuration` javadoc typo
2015-09-18 06:40:34 -04:00
Kamil Szymanski
6802504db0
Fix @Configuration javadoc typo
...
Closes gh-874
2015-09-18 06:39:57 -04:00
Sebastien Deleuze
77c5b3fd65
Fix RxNetty tests by finding a new port for each test
2015-09-17 14:25:57 -04:00
Stephane Nicoll
3b17de8ab2
Merge pull request #873 from izeye/patch-5
...
* pr/873:
Add a missing `@throws` in Javadoc
2015-09-15 06:30:10 -04:00
izeye
1aa77ef817
Add a missing @throws in Javadoc
...
Closes gh-873
2015-09-15 06:29:50 -04:00
Stephane Maldini
6da7453517
Merge remote-tracking branch 'origin/master'
2015-09-11 17:06:50 -04:00
Sebastien Deleuze
4d29110cd7
Polish Gradle configuration for deployment
2015-09-11 22:46:44 +02:00
Stephane Maldini
5e39858780
ignore for now
2015-09-11 16:09:49 -04:00
Sam Brannen
e2bfbdcfd1
Support attribute overrides with @ResponseStatus
...
This commit introduces support for attribute overrides for
@ResponseStatus when @ResponseStatus is used as a meta-annotation on
a custom composed annotation.
Specifically, this commit migrates all code that looks up
@ResponseStatus from using AnnotationUtils.findAnnotation() to using
AnnotatedElementUtils.findMergedAnnotation().
Issue: SPR-13441
2015-09-11 21:05:30 +02:00
Sam Brannen
4a49ce9694
Polish Javadoc for @ResponseStatus
2015-09-11 16:40:55 +02:00
Sam Brannen
de2e201a2a
Refer to @Commit instead of @Rollback(false) in the reference manual
2015-09-10 19:35:17 +02:00
Sebastien Deleuze
870c1ae43b
Polishing
2015-09-10 18:39:17 +02:00
Sebastien Deleuze
ca1ec24aa9
Define the group to use for the dependency
2015-09-10 18:06:38 +02:00
Sebastien Deleuze
3f6301648e
Update version to 0.1.0.BUILD-SNAPSHOT
2015-09-10 17:48:29 +02:00
Sebastien Deleuze
3fd0f60618
Polish integration tests
2015-09-10 17:44:06 +02:00
Juergen Hoeller
bc13cb2af5
Polishing
2015-09-10 14:05:06 +02:00
Juergen Hoeller
ae0d945a05
DeferredResult accessors based on volatile fields for proper visibility
...
Issue: SPR-13451
2015-09-10 14:04:35 +02:00
Juergen Hoeller
4dee9cbf62
ConcurrentMapCache.putIfAbsent properly supports nulls
...
Issue: SPR-13458
2015-09-10 14:02:18 +02:00
Sebastien Deleuze
881db0688b
Add Codec support
...
This commit adds support for Publisher based codecs that allows to convert
byte stream to object stream and vice & versa.
Jackson, JAXB2 and String codec implementations are provided.
2015-09-10 13:47:54 +02:00
Sebastien Deleuze
5ddbbf4673
Rename XMLHandler.java to XmlHandler.java
2015-09-10 13:31:42 +02:00
Arjen Poutsma
01ef90f1ca
Fixed tests.
2015-09-10 11:36:14 +02:00
Arjen Poutsma
df31c94d7f
Merge branch 'master' of github.com:spring-projects/spring-reactive
...
# Conflicts:
# src/test/java/org/springframework/reactive/io/ByteArrayPublisherInputStreamTests.java
2015-09-10 11:23:05 +02:00
Arjen Poutsma
0b19fca73a
Added cancellation logic to RequestBodyPublisher.
2015-09-10 11:18:51 +02:00
Arjen Poutsma
5bbeb9c204
Removed BlockingSignalQueue in favor of PublisherSignal.
2015-09-10 11:05:30 +02:00
Sebastien Deleuze
f3b7e9ff2d
Expose view url to render function in ScriptTemplateView
...
After this change, with Nashorn it is possible to use either
render(template, model) or render(template, model, url).
With JRuby or Jython, specifying the 3 parameters is mandatory.
Issue: SPR-13453
2015-09-09 18:05:04 +02:00
Sebastien Deleuze
ff02ad47e0
Close properly the InputStream in ScriptTemplateView#getTemplate()
...
Issue: SPR-13445
2015-09-09 12:15:48 +02:00
Juergen Hoeller
f2c9838e95
Updated ContentNegotiatingViewResolver example towards ContentNegotiationManager
...
Issue: SPR-13431
2015-09-09 11:46:14 +02:00
Juergen Hoeller
99f72ce3db
Polishing
2015-09-09 11:45:12 +02:00
Juergen Hoeller
5f598586ea
SseEmitter exposes super constructor with timeout value
...
Issue: SPR-13446
2015-09-09 11:43:52 +02:00
Juergen Hoeller
c4f5a0fb10
MessagingException provides null description (instead of empty String) to NestedRuntimeException
...
Issue: SPR-13447
2015-09-09 11:42:59 +02:00