tomee icon indicating copy to clipboard operation
tomee copied to clipboard

Apache TomEE

Results 45 tomee issues
Sort by recently updated
recently updated
newest added

Bumps commons-logging:commons-logging from 1.2 to 1.3.2. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=commons-logging:commons-logging&package-manager=maven&previous-version=1.2&new-version=1.3.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
java

Bumps [org.apache.maven.plugins:maven-shade-plugin](https://github.com/apache/maven-shade-plugin) from 2.3 to 3.5.3. Release notes Sourced from org.apache.maven.plugins:maven-shade-plugin's releases. 3.5.1 Release Notes - Maven Shade Plugin - Version 3.5.1 Bug [MSHADE-454] - Shade Plugin does not work...

dependencies
java

Bumps `cdi-tck.version` from 4.0.11 to 4.0.13. Updates `jakarta.enterprise:cdi-tck-core-impl` from 4.0.11 to 4.0.13 Release notes Sourced from jakarta.enterprise:cdi-tck-core-impl's releases. 4.0.13 What's Changed Exclude InvocationContextTest#testGetTargetMethod and InterceptorBindingInheritanceTest by @​manovotn in jakartaee/cdi-tck#503 synchronize...

dependencies
java

Bumps [io.smallrye.common:smallrye-common-annotation](https://github.com/smallrye/smallrye-common) from 2.0.0 to 2.4.0. Release notes Sourced from io.smallrye.common:smallrye-common-annotation's releases. 2.4.0 #301 Release 2.4.0 #299 Do not cache PID or process name #298 Bump version.vertx from 4.5.6 to...

dependencies
java

Bumps `version.microprofile.impl.openapi` from 3.0.1 to 3.10.0. Updates `io.smallrye:smallrye-open-api-core` from 3.0.1 to 3.10.0 Release notes Sourced from io.smallrye:smallrye-open-api-core's releases. 3.10.0 #1751 Fix custom logo (branding) #1750 Bump org.mvnpm:swagger-ui-dist from 5.11.3 to...

dependencies
java

Bumps `version.microprofile.openapi` from 3.0 to 3.1.1. Updates `org.eclipse.microprofile.openapi:microprofile-openapi-api` from 3.0 to 3.1.1 Release notes Sourced from org.eclipse.microprofile.openapi:microprofile-openapi-api's releases. 3.1.1 MicroProfile OpenAPI 3.1.1 Javadocs | Spec: PDF | Spec: HTML |...

dependencies
java

Bumps [org.codehaus.gmavenplus:gmavenplus-plugin](https://github.com/groovy/GMavenPlus) from 1.5 to 3.0.2. Release notes Sourced from org.codehaus.gmavenplus:gmavenplus-plugin's releases. 3.0.2 Bugs #280 The 3.0.1 jar was corrupt (thanks @​eugene-sadovsky for reporting this!). Enhancements #279 Fix CVE-2023-42503. Potentially...

dependencies
java

Add a Jandex index cache to TomEEMicroProfileListener This will fix a issue with a longer startup time since TomEE 9 The processApplication method is called for every created application and...