Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2024

Bumps com.amazonaws.serverless:aws-serverless-java-container-springboot3 from 2.0.3 to 2.1.0.

Release notes

Sourced from com.amazonaws.serverless:aws-serverless-java-container-springboot3's releases.

Release 2.1.0

This release supports the latest Spring Boot 3.4.0 version along with Spring Framework version 6.2.0. Note: Changes in parameter decoding may lead to changed behavior (encoded variable seen before, now correctly decoded - see #1084).

Features

  • Spring Boot 3.4.0 and Spring Framework 6.2.0 support.

Bugfixes

  • Added GraalVM Runtime Hints for HttpApiV2 - thanks to @​maschnetwork
  • decode body if base64 is enable (#1085) - thanks to @​npeters
  • Fixed NPE when using PathVariable in native image (#1084)
  • Update cookie handling to align with rfc6265 specifications (#867, #1056) - thanks to @​2012160085
  • Native sample: remove --enable-preview (#1061)
  • Remove logging of credentials - thanks to @​mbfreder
  • Query parameter values not URL decoded when using a RequestStreamHandler implementation (#976, #1084) - thanks to @​jpfennelly
  • avoid ClassCastException for non-web application contexts (e.g. webflux) (#904)

Dependencies

  • Update Spring dependencies (framework to 6.2.0, security to 6.4.1, boot to 3.4.0, spring-cloud-function-serverless-web to 4.1.4)
  • Update Log4J dependencies to 2.24.2
  • Update SLF4J version to 2.0.16
  • Update Jackson version to 2.18.1
  • Update Jersey dependency to 3.1.9
  • Update maven-dependency-plugin to 3.8.1
  • Update JUnit version to 5.11.3
  • Update to Apache HttpClient 5.4.1
  • Update maven-archetype-plugin and archetype-packaging to 3.3.1 (#563)
Commits
  • 9ad5d1d chore: release - prepare release aws-serverless-java-container-2.1.0
  • 2146847 chore(deps): add crac dependency to native sample
  • 2562898 chore(deps): Update maven-archetype-plugin and archetype-packaging to 3.3.1 (...
  • ff19be2 chore(deps): Update Log4J dependencies to 2.24.2
  • 199c757 proper use of StringBuilder
  • a8ac356 Merge pull request #1089 from jpfennelly/976-query-params-not-urldecoded
  • 269a327 Merge branch 'main' into 976-query-params-not-urldecoded
  • 1785eb5 bring back parallel() processing
  • 24908a1 chore(deps): Update Spring dependencies (framework to 6.2.0, security to 6.4....
  • a202873 Improve object creation and conversion between lists and arrays
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.amazonaws.serverless:aws-serverless-java-container-springboot3](https://github.com/aws/serverless-java-container) from 2.0.3 to 2.1.0.
- [Release notes](https://github.com/aws/serverless-java-container/releases)
- [Commits](aws/serverless-java-container@aws-serverless-java-container-2.0.3...aws-serverless-java-container-2.1.0)

---
updated-dependencies:
- dependency-name: com.amazonaws.serverless:aws-serverless-java-container-springboot3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 28, 2024
@johannes-link johannes-link merged commit 69a8e41 into main Nov 28, 2024
2 checks passed
@johannes-link johannes-link deleted the dependabot/maven/com.amazonaws.serverless-aws-serverless-java-container-springboot3-2.1.0 branch November 28, 2024 06:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants