FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

All GAE java8/11 samples are using the wrong servlet APIs versions · Issue #6869 · GoogleCloudPlatform/java-docs-samples · GitHub

All GAE java8/11 samples are using the wrong servlet APIs versions #6869

Description

An automatic bot has increased servlet apis version to 4.0.1

    <dependency>
      <groupId>javax.servlet</groupId>
      <artifactId>javax.servlet-api</artifactId>
      <version>4.0.1</version>
      <type>jar</type>
      <scope>provided</scope>
    </dependency>

Jetty 9.x used by App Engine is only at level 3.1 for servlets...
This should be fixed and the bot configured to not do the update for this artifact.

Metadata

Metadata

Assignees

Labels

priority: p2Moderately-important priority. Fix may not be included in next release.samplesIssues that are directly related to samples.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


Back | FazBrowse Home | New Git URL