[PR] Bump org.springframework:spring-core from 5.3.27 to 6.0.15 in /examples/storm-jms-examples (storm)

2024-01-23 Thread via GitHub


dependabot[bot] opened a new pull request, #3618:
URL: https://github.com/apache/storm/pull/3618

   Bumps 
[org.springframework:spring-core](https://github.com/spring-projects/spring-framework)
 from 5.3.27 to 6.0.15.
   
   Release notes
   Sourced from https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-core's
 releases.
   
   v6.0.15
   :star: New Features
   
   Skip buffer allocation in StreamUtils.copy(String) https://redirect.github.com/spring-projects/spring-framework/issues/31631";>#31631
   
   :lady_beetle: Bug Fixes
   
    unnecessarily requires explicit 
arg-type since 6.0 https://redirect.github.com/spring-projects/spring-framework/issues/31828";>#31828
   MergedAnnotations finds duplicate annotations on method in 
multi-level interface hierarchy https://redirect.github.com/spring-projects/spring-framework/issues/31824";>#31824
   Fix condition for "Too many elements" in 
MimeTypeUtils.sortBySpecificity() https://redirect.github.com/spring-projects/spring-framework/issues/31773";>#31773
   Spring unable to decode aggregated JSON content https://redirect.github.com/spring-projects/spring-framework/issues/31772";>#31772
   Multipart messages with empty parts are not correctly parsed in WebFlux 
https://redirect.github.com/spring-projects/spring-framework/issues/31766";>#31766
   PathEditor cannot handle absolute Windows paths with forward slashes https://redirect.github.com/spring-projects/spring-framework/issues/31727";>#31727
   TraceId is missing in WebFlux controller handlers https://redirect.github.com/spring-projects/spring-framework/issues/31716";>#31716
   Wrong observation status tag when a Not Found in a webflux application 
https://redirect.github.com/spring-projects/spring-framework/issues/31715";>#31715
   Fail to register MBean with bean name containing invalid character https://redirect.github.com/spring-projects/spring-framework/issues/31708";>#31708
   Include Hibernate's Query.scroll() in 
SharedEntityManagerCreator's queryTerminatingMethods 
set https://redirect.github.com/spring-projects/spring-framework/issues/31683";>#31683
   TypeDescriptor does not check generics in equals method 
(for ConversionService caching) https://redirect.github.com/spring-projects/spring-framework/issues/31673";>#31673
   SpEL expression on a reloadable type can no longer be resolved https://redirect.github.com/spring-projects/spring-framework/issues/31670";>#31670
   Slow SpEL performance due to method sorting in ReflectiveMethodResolver 
https://redirect.github.com/spring-projects/spring-framework/issues/31664";>#31664
   Jackson encoder releases resources in wrong order https://redirect.github.com/spring-projects/spring-framework/issues/31656";>#31656
   Current Observation.Context missing from WebClient request https://redirect.github.com/spring-projects/spring-framework/issues/31646";>#31646
   WebSocketMessageBrokerStats has null stats for stompSubProtocolHandler 
since 5.3.2 https://redirect.github.com/spring-projects/spring-framework/issues/31641";>#31641
    no longer works with a 
business-interface attribute https://redirect.github.com/spring-projects/spring-framework/issues/31630";>#31630
   GeneratedFiles#addSourceFile should not allow to add a source in the 
default package https://redirect.github.com/spring-projects/spring-framework/issues/31629";>#31629
   PathResourceResolver.getResource() does not log warning if 
Resource#getURL() throws exception https://redirect.github.com/spring-projects/spring-framework/issues/31624";>#31624
   
   :notebook_with_decorative_cover: Documentation
   
   Document explicit @ModelAttribute is required for 
reflection hints inference https://redirect.github.com/spring-projects/spring-framework/issues/31767";>#31767
   Documentation needs to be updated with instructions for STOMP Client https://redirect.github.com/spring-projects/spring-framework/issues/31678";>#31678
   Improve STOMP WebSocket documentation for input message buffer size https://redirect.github.com/spring-projects/spring-framework/issues/31654";>#31654
   
   :hammer: Dependency Upgrades
   
   Upgrade to Reactor 2022.0.14 https://redirect.github.com/spring-projects/spring-framework/issues/31815";>#31815
   
   v6.0.14
   :star: New Features
   
   Provide caching for HandlerMappingIntrospector lookups https://redirect.github.com/spring-projects/spring-framework/issues/31588";>#31588
   Log4jLog needs to re-resolve ExtendedLogger on 
deserialization (for compatibility with Log4J 2.21) https://redirect.github.com/spring-projects/spring-framework/issues/31582";>#31582
   Optimize StandardTypeLocator for hotspot when the same 
classes are resolved https://redirect.github.com/spring-projects/spring-framework/issues/31579";>#31579
   Add duplicate key exception error code for SAP HANA database https://redirect.github.com/spring-projects/spring-framework/pull/31554";>#31554
   Do not delegate TRACE to HttpServl

[PR] [STORM-4023] Background periodic Kerberos re-login should use same JAAS configuration as initial login (storm)

2024-01-23 Thread via GitHub


noslowerdna opened a new pull request, #3619:
URL: https://github.com/apache/storm/pull/3619

   ## What is the purpose of the change
   
   This change is needed to avoid having to specify 
`java.security.auth.login.config` as both a Storm configuration property (for 
initial login) and a Java system property (for background periodic re-login).
   
   ## How was the change tested
   
   Unit tests.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@storm.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org