-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Cherry pick update to infinispan 11.0.11 back to jetty-9.4.x(#6766) #6889
Conversation
* Issue #6687 Update to infinispan 11.0.11 Signed-off-by: Jan Bartel <[email protected]> * fix upperbound dependency * use infinispan bom Signed-off-by: Olivier Lamy <[email protected]> Co-authored-by: Olivier Lamy <[email protected]>
<groupId>org.jboss.threads</groupId> | ||
<artifactId>jboss-threads</artifactId> | ||
<version>3.1.0.Final</version> | ||
</dependency> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The dependencies in 9.4.x are sorted alphabetically.
(Soon the 10.0.x deps will be too)
…87-update-infinispan
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm only nit picking comments on formatting
<optional>true</optional> | ||
<exclusions> | ||
<exclusion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit but we usually have 2 spaces indent in pom
@@ -108,6 +115,12 @@ | |||
<artifactId>infinispan-core</artifactId> | |||
<version>${infinispan.version}</version> | |||
<scope>test</scope> | |||
<exclusions> | |||
<exclusion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit but we usually have 2 spaces indent in pom
.withRegEx(".*Infinispan Server.*started in.*\\s")) | ||
.withExposedPorts(4712, 4713, 8088, 8089, 8443, 9990, 9993, 11211, 11222, 11223, 11224) | ||
.withLogConsumer(new Slf4jLogConsumer(INFINISPAN_LOG)); | ||
.withEnv("USER", "theuser") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
doh I can't believe checkstyle doesn't complain about removed/missing indent here.
No description provided.