Skip to content
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

Merged
merged 3 commits into from
Oct 7, 2021

Conversation

janbartel
Copy link
Contributor

No description provided.

* 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]>
@janbartel janbartel self-assigned this Sep 22, 2021
<groupId>org.jboss.threads</groupId>
<artifactId>jboss-threads</artifactId>
<version>3.1.0.Final</version>
</dependency>
Copy link
Contributor

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)

@janbartel janbartel requested a review from olamy October 6, 2021 05:55
olamy
olamy previously approved these changes Oct 6, 2021
Copy link
Member

@olamy olamy left a 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>
Copy link
Member

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>
Copy link
Member

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")
Copy link
Member

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.

@janbartel janbartel merged commit 4aed1f3 into jetty-9.4.x Oct 7, 2021
@janbartel janbartel deleted the jetty-9.4.x-6687-update-infinispan branch October 7, 2021 23:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants