Re: [PR] Bump org.springframework:spring-web from 4.0.5.RELEASE to 6.1.14 in /ambari-views/examples/hello-spring-view [ambari]

2026-09-08 Thread via GitHub


dependabot[bot] commented on PR #4020:
URL: https://github.com/apache/ambari/pull/4020#issuecomment-5583094121

   OK, I won't notify you again about this release, but will get in touch when 
a new version is available. If you'd rather skip all updates until the next 
major or minor version, let me know by commenting `@dependabot ignore this 
major version` or `@dependabot ignore this minor version`. You can also ignore 
all major, minor, or patch releases for a dependency by adding an [`ignore` 
condition](https://docs.github.com/en/code-security/supply-chain-security/configuration-options-for-dependency-updates#ignore)
 with the desired `update_types` to your config file.
   
   If you change your mind, just re-open this PR and I'll resolve any conflicts 
on it.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] Bump org.springframework:spring-web from 4.0.5.RELEASE to 6.1.14 in /ambari-views/examples/hello-spring-view [ambari]

2026-09-08 Thread via GitHub


JiaLiangC closed pull request #4020: Bump org.springframework:spring-web from 
4.0.5.RELEASE to 6.1.14 in /ambari-views/examples/hello-spring-view
URL: https://github.com/apache/ambari/pull/4020


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



Re: [PR] Bump org.springframework:spring-web from 4.0.5.RELEASE to 6.1.14 in /ambari-views/examples/hello-spring-view [ambari]

2026-09-08 Thread via GitHub


JiaLiangC commented on PR #4020:
URL: https://github.com/apache/ambari/pull/4020#issuecomment-5583093177

   Superseded by #4208 (AMBARI-26653), which has now been merged into `trunk`. 
That consolidated change includes this dependency remediation together with the 
compatibility updates and validation required for the current codebase. Closing 
this automated PR as no longer needed.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


-
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]



[PR] Bump org.springframework:spring-web from 4.0.5.RELEASE to 6.1.14 in /ambari-views/examples/hello-spring-view [ambari]

2025-05-27 Thread via GitHub


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

   Bumps 
[org.springframework:spring-web](https://github.com/spring-projects/spring-framework)
 from 4.0.5.RELEASE to 6.1.14.
   
   Release notes
   Sourced from https://github.com/spring-projects/spring-framework/releases";>org.springframework:spring-web's
 releases.
   
   v6.1.14
   :star: New Features
   
   Use Locale.ROOT for locale neutral, case insensitive comparisons https://redirect.github.com/spring-projects/spring-framework/issues/33708";>#33708
   Improve checks for relative paths in static resource handling https://redirect.github.com/spring-projects/spring-framework/issues/33689";>#33689
   CorsUtils.isCorsRequest throws unhandled IllegalArgumentException and 
returns 500 Internal Server Error on malfomed Origin header https://redirect.github.com/spring-projects/spring-framework/issues/33682";>#33682
   Skip processing of Java annotations in 
QualifierAnnotationAutowireCandidateResolver https://redirect.github.com/spring-projects/spring-framework/issues/33580";>#33580
   Include argument name in 
MethodArgumentTypeMismatchException error message https://redirect.github.com/spring-projects/spring-framework/issues/33573";>#33573
   Preserve coroutine context in WebClientExtensions https://redirect.github.com/spring-projects/spring-framework/pull/33548";>#33548
   Blocking call detected in ConcurrentReferenceHashMap by BlockHound https://redirect.github.com/spring-projects/spring-framework/issues/33450";>#33450
   Warning message about bean post-processing and eager injection may 
suggest the wrong cause https://redirect.github.com/spring-projects/spring-framework/issues/33184";>#33184
   
   :lady_beetle: Bug Fixes
   
   DelegatingFilterProxy Causes Pinned Virtual Threads https://redirect.github.com/spring-projects/spring-framework/issues/33656";>#33656
   Potential NPE from MethodParameter.getMethod() check in 
KotlinDelegate.hasDefaultValue() https://redirect.github.com/spring-projects/spring-framework/issues/33609";>#33609
   Missing native image hints for JDK proxies created by JMS connection 
factories https://redirect.github.com/spring-projects/spring-framework/issues/33590";>#33590
   AotTestExecutionListener should not be invoked for a 
@DisabledInAotMode test class https://redirect.github.com/spring-projects/spring-framework/issues/33589";>#33589
   Use encoded resource path  instead of input path validation in 
spring-webflux https://redirect.github.com/spring-projects/spring-framework/pull/33568";>#33568
   org.springframework.util.ResourceUtils#toRelativeURL drops 
custom URLStreamHandler https://redirect.github.com/spring-projects/spring-framework/issues/33561";>#33561
   Current observation not in scope during WebClient ExchangeFilterFunction 
execution https://redirect.github.com/spring-projects/spring-framework/issues/33559";>#33559
   ZoneIdEditor throws wrong exception type for 
TypeConverterSupport https://redirect.github.com/spring-projects/spring-framework/issues/33545";>#33545
   MimeMessageHelper addInline with ByteArrayResource fail with null 
filename https://redirect.github.com/spring-projects/spring-framework/issues/33527";>#33527
   @Cacheable throws NullPointerException when 
RuntimeException is thrown inside annotated code https://redirect.github.com/spring-projects/spring-framework/issues/33492";>#33492
   Path variable values missing in RedirectView when PathPattern are used 
https://redirect.github.com/spring-projects/spring-framework/issues/33422";>#33422
   Reactive HttpComponentsClientHttpResponse ignores 
Expires cookie attribute https://redirect.github.com/spring-projects/spring-framework/issues/33157";>#33157
   
   :notebook_with_decorative_cover: Documentation
   
   Update fallback.adoc https://redirect.github.com/spring-projects/spring-framework/pull/33721";>#33721
   Update scheduling.adoc https://redirect.github.com/spring-projects/spring-framework/pull/33703";>#33703
   Fix link in testing/support-jdbc.adoc https://redirect.github.com/spring-projects/spring-framework/pull/33686";>#33686
   Adapt Javadoc note about log level of BeanPostProcessorChecker https://redirect.github.com/spring-projects/spring-framework/pull/33617";>#33617
   Reference the spring-framework-petclinic repository wich uses AspectJ https://redirect.github.com/spring-projects/spring-framework/pull/33539";>#33539
   
   :hammer: Dependency Upgrades
   
   Upgrade to Apache HttpClient 5.4 https://redirect.github.com/spring-projects/spring-framework/issues/33587";>#33587
   Upgrade to Apache HttpCore Reactive 5.3 https://redirect.github.com/spring-projects/spring-framework/issues/33588";>#33588
   Upgrade to Awaitility 4.2.2 https://redirect.github.com/spring-projects/spring-framework/pull/33604";>#33604
   Upgrade to Micrometer 1.12.11 https://redirect.github.com/spring-projects/spring-framework/issues/33647";>#33647
   Upgrade to Reactor 2023.0.11