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

Enabling ForkingClientServerIntegrationTestsSupport.java to support starting multiple servers #12

Closed
wants to merge 1 commit into from

Conversation

kohlmu-pivotal
Copy link

@kohlmu-pivotal kohlmu-pivotal commented Sep 10, 2019

Enabling ForkingClientServerIntegrationTestsSupport.java to support the starting of multiple server processes without overwriting the gemfireServer
property with the last started server.

gh #11

Copy link
Contributor

@jxblum jxblum left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution! Please make the requested changes.

@jxblum jxblum self-assigned this Sep 10, 2019
@jxblum jxblum added the enhancement New feature or request label Sep 10, 2019
@jxblum jxblum changed the title Enabling ForkingClientServerIntegrationTestsSupport.java to support Enabling ForkingClientServerIntegrationTestsSupport.java to support starting multiple servers Sep 10, 2019
the starting of multiple server processes without overwriting the `gemfireServer`
property with the last started server.

gh spring-projects#11
@yozaner1324
Copy link

Is there any thing left preventing this from being merged? Because it would be great to have this in a release so the WAN examples work correctly.

@jxblum
Copy link
Contributor

jxblum commented Oct 28, 2021

Thank you for the PR.

It is already possible to fork multiple Java / JVM processes using the STDG framework; see this test in the Spring Data for Apache Geode (SDG) project.

The (future) management of multiple, forked Java / JVM processes by the STDG framework will be handled slightly differently than the logic presented in this PR. In short, it will leverage the Spring TestContext framework and specifically the TestExecutionListener interface combined with annotation and Java configuration-based support.

@jxblum jxblum added the on-hold Feature/Improvement request has been deprioritized. label Oct 28, 2021
@jxblum jxblum added wontfix This will not be worked on and removed on-hold Feature/Improvement request has been deprioritized. labels May 15, 2023
@jxblum
Copy link
Contributor

jxblum commented May 15, 2023

Not accepting any more contributions to this project as it is nearly EOL.

@jxblum jxblum closed this May 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants