-
Notifications
You must be signed in to change notification settings - Fork 561
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
Rename *struts2* module to *struts* and use latest 6.0.x version #474
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Parametrized the use of the single value headers for the response writer to support the v2 proxy schema for HTTP API
Changed default httpApiV2 constructor for the handler in all the framework implementations
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](junit-team/junit4@r4.12...r4.13.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](junit-team/junit4@r4.12...r4.13.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.1. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](junit-team/junit4@r4.12...r4.13.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…ded activation dependency)
Bumps httpclient from 4.5.6 to 4.5.13. --- updated-dependencies: - dependency-name: org.apache.httpcomponents:httpclient dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
…e - replace with implementation
…hint 'org.springframework.boot.maven.PropertiesMergingResourceTransformer': org/apache/maven/plugins/shade/resource/ReproducibleResourceTransformer: org.apache.maven.plugins.shade.resource.ReproducibleResourceTransformer"
This makes it a lot easier for frameworks that want to use the module in GraalVM, to exclude Afterburner (which does not work in GraalVM native image because it generated classes at runtime)
# Conflicts: # .github/workflows/continuous-integration-workflow.yml # aws-serverless-java-container-core/pom.xml # aws-serverless-java-container-jersey/pom.xml # aws-serverless-java-container-spark/pom.xml # aws-serverless-java-container-spring/pom.xml # aws-serverless-java-container-springboot2/pom.xml # aws-serverless-java-container-struts2/pom.xml # aws-serverless-jersey-archetype/src/main/resources/archetype-resources/build.gradle # aws-serverless-jersey-archetype/src/main/resources/archetype-resources/pom.xml # aws-serverless-spark-archetype/src/main/resources/archetype-resources/build.gradle # aws-serverless-spark-archetype/src/main/resources/archetype-resources/pom.xml # aws-serverless-spring-archetype/src/main/resources/archetype-resources/build.gradle # aws-serverless-spring-archetype/src/main/resources/archetype-resources/pom.xml # aws-serverless-springboot2-archetype/src/main/resources/archetype-resources/build.gradle # aws-serverless-springboot2-archetype/src/main/resources/archetype-resources/pom.xml # aws-serverless-struts2-archetype/src/main/resources/archetype-resources/build.gradle # aws-serverless-struts2-archetype/src/main/resources/archetype-resources/pom.xml # pom.xml # samples/jersey/pet-store/build.gradle # samples/jersey/pet-store/pom.xml # samples/micronaut/pet-store/build.gradle # samples/spark/pet-store/build.gradle # samples/spark/pet-store/pom.xml # samples/spring/pet-store/build.gradle # samples/spring/pet-store/pom.xml # samples/springboot2/pet-store/build.gradle # samples/springboot2/pet-store/pom.xml # samples/struts2/pet-store/build.gradle # samples/struts2/pet-store/pom.xml
Discarded |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rename struts2 module to struts and use latest 6.0.x version #471:
Description of changes:
#471
By submitting this pull request