apache-tomcat icon indicating copy to clipboard operation
apache-tomcat copied to clipboard

A Cloud Native Buildpack that contributes Apache Tomcat and Process Types for WARs

Results 10 apache-tomcat issues
Sort by recently updated
recently updated
newest added

Bumps `Tomcat 9` from `9.0.88` to `9.0.89`.

type:dependency-upgrade
semver:patch

Bumps pipeline from `1.37.5` to `1.38.0`. Release Notes ⭐️ Enhancements Simplify integration tests (#1587) @anthonydahanne Add arm64 support to Adoptium Dependency (#1573) @anthonydahanne Add arm64 support to Azul Dependency (#1570)...

type:task
semver:patch

Bumps Go modules used by the project. See the commit for details on what modules were updated. Release Notes

type:task
semver:patch

## Describe the Enhancement In #402, we merged in multi-war support when building from source. This feature request is to add support for using precompiled assets. Both of the following...

type:enhancement

Looking at https://endoflife.date/tomcat - the `10.0` line has reached EOL already well over a year ago - the `8.5` line will reach EOL in about 5 days We should likely...

semver:major
type:dependency-upgrade
type:enhancement

## Describe the Enhancement I have noticed the following in the logs of starting containers: ``` The Apache Tomcat Native library could not be found using names [tcnative-1, libtcnative-1] on...

type:enhancement

## Expected Behavior Build without warnings. ## Current Behavior When building and syft runs, recent versions output a warning: ``` Command "packages" is deprecated, use `syft scan` instead ``` ##...

type:bug
note:good-first-issue
note:ideal-for-contribution

## What happened? * What were you attempting to do? We were trying to deploy multiple war files with this buildpack. * What did you expect to happen? All the...

semver:minor
note:ideal-for-contribution
hacktoberfest

## What happened? Currently, the image created by tomcat buildpack contains a lot of unnecessary files like `docs` and `examples`. It would be nice to remove these files to reduce...

## Describe the Enhancement By default, Tomcat has the permissions on `bin/catalina.sh` as 750. That means user can read/write/execute and group can read/execute. There are no world permissions. This is...

type:enhancement