Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency org.springframework:spring-core to v6.0.8 #2405

Merged
merged 1 commit into from
Apr 14, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 13, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.springframework:spring-core 6.0.7 -> 6.0.8 age adoption passing confidence

Release Notes

spring-projects/spring-framework

v6.0.8

⭐ New Features
  • Disable variable assignment in SimpleEvaluationContext #​30326
  • Limit SpEL expression length #​30325
  • Limit string concatenation in SpEL expressions #​30324
  • Introduce StringUtils.truncate() #​30290
  • Introduce ObjectUtils.nullSafeConciseToString() #​30286
  • Introduce assertions against Cookie attributes in CookieResultMatchers for MockMvc #​30285
  • Polishing #​30267
  • Support SameSite cookie attribute in MockMvcHttpConnector #​30264
  • Update MockCookie to make use of Servlet 6.0 APIs and semantics for "attributes" #​30263
  • Refine initRequestBuilder in DefaultWebClient #​30254
  • HttpServerErrorException contains not-serializable field of type DefaultResponseErrorHandler #​30224
  • Add class hints for Jackson annotations on fields and methods #​30208
  • Add HttpMethod reflection hint to ObjectToObjectConverterRuntimeHints #​30201
  • Improve performance of canRead() in HttpMessageReader's #​30192
  • Optimize array creation in SpEL ConstructorReference #​30189
  • ConstructorResolver error hints about mixing indexed and named args #​30169
  • Replace Collections.unmodifiableList(new ArrayList(..)) with List.copyOf() #​30166
  • Add assert null validations for DefaultServerResponseBuilder #​30157
  • Use InputStream.readAllBytes() in FileCopyUtils.copyToByteArray() #​30155
  • Cache ServerHttpRequest::getMethod in AbstractServerHttpRequest #​30139
  • Use String.equals() in LiteralPathElement #​30138
  • Optimize some iterations in BodyExtractor and BodyInserter #​30136
  • Add a couple missing java.time types to StatementCreatorUtils #​30123
  • WebClient observations should not record CANCEL signals as aborted if response was received #​30070
  • Destroy method not found in native image if concrete bean type is not exposed #​29545
  • Contribute init/destroy lifecycle introspection hints for registered beans #​29246
🐞 Bug Fixes
  • NPE thrown for nonexistent default-destroy-method in XML config #​30301
  • Fix comparison of title in equals() and hashCode() of ProblemDetail #​30294
  • SSE breaks with indenting serializer in WebMvc.fn #​30277
  • @HttpExchange interface does not resolve return type correctly while using with suspending methods #​30266
  • Increase max regex length in SpEL expressions #​30265
  • Missing response information from client observation context when filter functions fail #​30247
  • NullPointerException on timeout in HttpComponentsClientHttpConnector when using Apache HttpComponents #​30245
  • Wrong MockRestRequestMatchers.header() method in spring-test being invoked (JDK issue?) #​30220
  • Refine generic type management in AbstractMessageWriterResultHandler #​30214
  • MvcUriComponentsBuilder.fromMethodCall breaks for controller with CharSequence return type #​30210
  • Encode IPV6 Zone IDs (%) in ReactorServerHttpRequest #​30188
  • Handle all exceptions for stored proc output param retrieval in SharedEntityManagerCreator #​30161
  • Fix IllegalArgumentException that prevents STOMP DISCONNECT from reaching the client #​30120
  • TypeNotPresentException: org/springframework/cglib/proxy/NoOp not present on Java 17 #​30115
📔 Documentation
  • Add since tags to sameSite() and attribute() in CookieResultMatchersDsl #​30308
  • Fix incorrect jakarta.inject artifact version #​30270
  • Fix @PathVariable reference documentation code snippets #​30243
  • Use diamond operator in examples in reference manual #​30204
  • Fix example in Javadoc for @EnableWebSocket #​30183
  • Fix anchor in link to "Web on Reactive Stack" chapter #​30158
  • Documentation for Vavr's Try method to trigger transaction rollbacks #​30108
  • Document that WebClient defaultStatusHandler do not apply to exchange* methods #​30059
🔨 Dependency Upgrades
❤️ Contributors

Thank you to all the contributors who worked on this release:

@​1993heqiang, @​TAKETODAY, @​ZouHongxue, @​alexjansons, @​divcon, @​edyda99, @​filipblondeel, @​ghostg00, @​giuseppemilicia, @​izeye, @​justin-tay, @​krzyk, @​kyuarl21, @​quaff, @​shitian9, @​simonbasle, @​srivatsa-cfp, @​ssang1105, @​stsypanov, @​wizard4wu, and @​yuzawa-san


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@sonarcloud
Copy link

sonarcloud bot commented Apr 13, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@hazendaz hazendaz merged commit 58630f3 into master Apr 14, 2023
3 checks passed
@hazendaz hazendaz self-assigned this Apr 14, 2023
@renovate renovate bot deleted the renovate/spring-core branch April 14, 2023 00:14
NazirMuhammadZafarIqbal pushed a commit to NazirMuhammadZafarIqbal/spotbugs that referenced this pull request Jun 7, 2023
spotbugs#2405)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
hazendaz pushed a commit that referenced this pull request Jun 19, 2023
* Added the messages.xml and findbugs.xml components for my first checker.

* Added the messages.xml and findbugs.xml components for my first checker.
Added Checker as well.

* Added the messages.xml and findbugs.xml components for my first checker.
Added Checker as well.
Added test cases calsses.

* Added the messages.xml and findbugs.xml components for my first checker.
Added Checker as well.
Added test cases calsses.
Added test class (JUnit) as well.

* Added the messages.xml and findbugs.xml components for my first checker.
Added Checker as well.
Added test cases calsses.
Added test class (JUnit) as well.
Edited the Changelog.md.

* Added the messages.xml and findbugs.xml components for my first checker.
Added Checker as well.
Added test cases calsses.
Added test class (JUnit) as well.
Edited the Changelog.md.
Fixed the formatting issues as well.

* Apply 1 suggestion(s) to 1 file(s)

* Apply 1 suggestion(s) to 1 file(s)

* Resolved many comments on merge request.

* Added the license and Javadoc for checker class.

* Don't report for stream methods called on Random

If one of the stream-returning methods (doubles, ints, or longs) is called on
Random or SecureRandom, don't report that the Random was only used once

Fixes #2370

* fix(deps): update dependency checkstyle to v7.8.2 (#2373)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.mockito:mockito-core to v5.2.0 (#2376)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.apache.groovy:groovy-all to v4.0.10 (#2377)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.slf4j:slf4j-api to v2.0.7 (#2381)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency net.sf.saxon:saxon-he to v12.1 (#2385)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update plugin com.github.spotbugs to v5.0.14 (#2386)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.springframework:spring-core to v6.0.7 (#2383)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update plugin com.gradle.enterprise to v3.12.5 (#2382)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency joda-time:joda-time to v2.12.4 (#2387)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update plugin com.gradle.enterprise to v3.12.6 (#2390)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update asm to v9.5 (#2391)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency joda-time:joda-time to v2.12.5 (#2393)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.apache.groovy:groovy-all to v4.0.11 (#2394)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Issue 543 (#2395)

* Issue-543 Store Java class annotation names to PackageMemberAnnotations

* Issue-543 Store Java class annotation names to PackageMemberAnnotations

* Issue-543 Add AnnotationMatcher for filtering (with test cases)

* Issue-543 Extend SAX handler for AnnotationMatcher and classjas attr

* Issue-543 Fix whitespaces

* Issue-543 Add CHANGELOG entry

* Issue-543 Make compatible with Java 1.8

* Issue-543 Extract code to addJavaAnnotationNames method

* Issue-543 Update filter file xml schema

* Issue-543 Run spotlessApply

* Issue-543 Fix AnnotationMatcherTest

* Issue-543 Fix file header comments

* Issue-543 Use MethodHandles for logger

* Issue 543 Fix documentation

* Issue 543 Combine expressions when getting annotation type

* Issue 543 Rename attribute classjas to classAnnotationNames

* Issue-543 Fix whitespaces

* Issue-543: Fix typo

---------

Co-authored-by: Philipp Sadler <philipp.sadler@gebit.de>

* fix(deps): update dependency jacoco to v0.8.9 (#2398)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.checkerframework:checker-qual to v3.33.0 (#2399)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.mockito:mockito-core to v5.3.0 (#2403)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.springframework:spring-core to v6.0.8 (#2405)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update plugin com.gradle.enterprise to v3.13 (#2404)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* minor: make private class final with default constructor (#2407)

* chore(deps): update plugin org.ajoberstar.grgit to v5.1.0 (#2409)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* fix(deps): update dependency org.mockito:mockito-core to v5.3.1 (#2408)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* chore(deps): update plugin org.ajoberstar.grgit to v5.2.0 (#2411)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Changed the implementation of testing classes entirely.

* Added Javadoc for testing files.

* Made changes for second time review comments.

* Fixed the CHANGELOG.md and added the solution in the bug reporting message.

* Fixed the extra boolean parameter in helping function for testing.

* Separated the class addClass and addMethod in the bug reporting.

* Fixed the package naming convention.

* Added comments for detector thought process, improved it's efficiency.

* Tried to fix white space issues in findbugs.xml

* Fixed some white space issues causing the pipeline to fail.

* Added the exact source line number in the detector.

* White space correction.

* Fixed new lines in finbugs.xml
Improved commenting in the sawOpCode() method and removed the sourceline remoting as it yeilds wrong results for large results.

* Removed always true evident null check in sawOpCode().

* Fixed source line annotation.
Added another class "COmmandMap". This class is actually one of th etest cases of large repo. I added it to verify the correction of reported exact source line number.

* Made the bug type local variable in JUnit testing class method `createBugInstanceMatcher`.

* Fixed the CHANGELOG.md formatting errors.

* Implemented a null check on variable `met` in another detector `ReflectionIncreaseAccessibility` in `sawOpCode()` method.

* deleted the temporary test case file.
Refactored teh xMethod Variable.

* DOn't see it.

* Implemented the null check on `met` variable in another checker `ReflectionIncreaseAccessibility.java` class.

* Added many good and bad test cases.

* Improved and added new assertions in the Junit testing.

* Improved the implementation of checker. It has changed totally. Now it is very efficient.

* Changed the message reported in consistent with the new implementation of the checker.

* Fixing white spaces.

* Removed teh commented out lines.

* Done!

* Done!

* Implemented new test cases in `FindVulnerableSecurityCheckMethodsTest.java`

* Implemented new test cases in `GoodVulnerableSecurityCheckMethodsTest.java`

* Implemented user defined `SecurityManager` required for some test cases.

* Implemented Junit tests for the newly added test cases.

* Fixed the comments.
Fixed bug reporting message.

* I don't know where these changes came form automatically.

* Removed the commented out lines.
Fixed the private methods with 1 usage only.

* Revert "I don't know where these changes came form automatically."

This reverts commit e8f89d4.

* Reverted the Null Pointer Exception.

* Refactored the name of the testing class as per conventions.

* Refactored the bug type in all the related files.

* Refactored the bug type in all the `CHANGELOG.md`

---------

Co-authored-by: Judit Knoll <judit.knoll@sigmatechnology.com>
Co-authored-by: Mike Dillon <mike@appropriate.io>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Carsten Pfeiffer <cpfeiffer@users.noreply.github.com>
Co-authored-by: Philipp Sadler <philipp.sadler@gebit.de>
Co-authored-by: Kevin222004 <97679350+Kevin222004@users.noreply.github.com>
@hazendaz hazendaz added this to the SpotBugs 4.8.0 milestone Dec 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants