[libspring-java] branch master updated (a142c32 -> 6538883)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Sep 18 18:19:00 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository libspring-java.

      from  a142c32   Add missing bug number
      adds  0ffebda   New upstream version 4.3.11
       new  1866d0e   Updated version 4.3.11 from 'upstream/4.3.11'
       new  881e5f1   Refreshed the patches
       new  b7c26bc   Updated the Maven rule for testng
       new  96bdbcb   Standards-Version updated to 4.1.0
       new  6538883   Upload to unstable

The 5 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 build.gradle                                       | 14 ++++----
 debian/changelog                                   | 12 +++++--
 debian/control                                     |  6 ++--
 debian/maven.rules                                 |  1 -
 debian/patches/0039-openjpa-compatibility.patch    |  2 +-
 debian/patches/0043-ignore-okhttp.patch            |  2 +-
 debian/patches/0044-ignore-httpunit.patch          |  2 +-
 debian/patches/0045-ignore-caffeine.patch          |  6 ++--
 gradle.properties                                  |  2 +-
 .../beans/factory/config/BeanDefinition.java       |  3 +-
 .../beans/factory/support/AbstractBeanFactory.java |  2 +-
 .../jcache/JCacheEhCache3AnnotationTests.java      |  2 +-
 .../cache/jcache/JCacheEhCache3ApiTests.java       |  2 +-
 .../cache/jcache/JCacheEhCacheAnnotationTests.java | 10 +++---
 .../cache/jcache/JCacheEhCacheApiTests.java        |  5 ++-
 .../annotation/ConfigurationClassUtils.java        |  4 +--
 ...ContextAnnotationAutowireCandidateResolver.java | 17 ++++++++-
 .../context/annotation/Profile.java                |  2 +-
 .../event/SimpleApplicationEventMulticaster.java   | 38 +++++++++++---------
 .../beanvalidation/LocalValidatorFactoryBean.java  |  4 +--
 .../MethodValidationInterceptor.java               | 19 +++++++---
 .../beanvalidation/SpringValidatorAdapter.java     |  6 ++--
 .../ConfigurationClassPostProcessorTests.java      | 36 +++++++++++++++----
 ...yAutowiredAnnotationBeanPostProcessorTests.java | 41 ++++++++++++++++++++--
 .../event/ApplicationContextEventTests.java        | 25 +++++++++++++
 .../beanvalidation/MethodValidationTests.java      | 27 ++++++++++++--
 .../core/env/AbstractEnvironment.java              | 26 ++++++--------
 .../core/env/AbstractPropertyResolver.java         |  6 ++--
 .../core/env/CompositePropertySource.java          |  2 +-
 .../env/MissingRequiredPropertiesException.java    | 25 ++++++-------
 .../core/env/MutablePropertySources.java           | 36 +++++++------------
 .../springframework/core/env/PropertySource.java   | 13 +++----
 .../core/env/PropertySourcesPropertyResolver.java  | 11 +++---
 .../core/env/SystemEnvironmentPropertySource.java  |  4 +--
 .../core/task/SimpleAsyncTaskExecutor.java         |  7 ++--
 .../util/ConcurrencyThrottleSupport.java           |  4 +--
 .../core/env/PropertySourceTests.java              | 32 -----------------
 .../core/task/SimpleAsyncTaskExecutorTests.java    | 11 +++---
 .../AbstractExceptionHandlerMethodResolver.java    |  8 +++--
 .../messaging/simp/stomp/StompHeaderAccessor.java  |  5 +--
 ...otationExceptionHandlerMethodResolverTests.java |  4 +--
 .../hibernatevalidator5/MethodValidationTests.java | 28 +++++++++++++--
 .../java/org/springframework/http/HttpHeaders.java | 29 +++++++++++----
 .../springframework/web/bind/WebDataBinder.java    | 21 ++++++-----
 .../springframework/web/client/RestTemplate.java   |  2 +-
 .../request/async/CallableInterceptorChain.java    | 22 ++++++++++++
 .../async/CallableProcessingInterceptor.java       | 19 +++++++---
 .../web/context/request/async/WebAsyncManager.java |  4 ++-
 .../web/filter/HttpPutFormContentFilter.java       | 24 +++++++------
 .../annotation/ExceptionHandlerMethodResolver.java |  6 ++--
 .../org/springframework/http/HttpHeadersTests.java |  1 +
 .../web/client/RestTemplateTests.java              | 41 +++++++++++++++++++---
 .../request/async/WebAsyncManagerTimeoutTests.java | 34 ++++++++++++++++--
 .../web/filter/HttpPutFormContentFilterTests.java  | 11 +++++-
 .../ExceptionHandlerMethodResolverTests.java       |  8 +++--
 .../web/servlet/FrameworkServlet.java              |  7 ++--
 .../transport/session/AbstractSockJsSession.java   |  6 ++--
 src/asciidoc/web-websocket.adoc                    |  2 +-
 58 files changed, 501 insertions(+), 248 deletions(-)
 rename {spring-test => spring-context-support}/src/test/java/org/springframework/cache/jcache/JCacheEhCache3AnnotationTests.java (95%)
 rename {spring-test => spring-context-support}/src/test/java/org/springframework/cache/jcache/JCacheEhCache3ApiTests.java (95%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libspring-java.git



More information about the pkg-java-commits mailing list