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

closes #2455: coordinator folder refactoring final #2478

Merged
merged 6 commits into from Mar 8, 2023

Conversation

ivansenic
Copy link
Contributor

What this PR does:

I tried different things, but for now I would like to close the #2455 with the more or less same structure as now. So no shared pom, the projects can be opened independently or added to a single workspace in IDE.

What's done:

  • Updated maven wrappers
  • Tried to align poms, make it more clear, readable and developer friendly (not sure if I managed)
  • Minimal adaptation of the documents

I noticed some issues, will try to comment on some, but there are others that we should create tickets for:

  • source code for quarkus commons is not published
  • source code plugin in coordinator has outdated version

Which issue(s) this PR fixes:
Fixes #2455

@ivansenic ivansenic requested a review from a team as a code owner March 7, 2023 13:13
DEV_GUIDE.md Show resolved Hide resolved
Copy link
Contributor Author

@ivansenic ivansenic left a comment

Choose a reason for hiding this comment

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

Some explanations..

apis/pom.xml Show resolved Hide resolved
apis/sgv2-restapi/pom.xml Show resolved Hide resolved
coordinator/pom.xml Show resolved Hide resolved
coordinator/pom.xml Show resolved Hide resolved
coordinator/auth-api/pom.xml Show resolved Hide resolved
@@ -52,39 +52,40 @@ Each API Service contains its own integration test suite that tests it against t
### Coordinator Node
Copy link
Collaborator

Choose a reason for hiding this comment

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

Something is wrong right above this. These lines don't belong:

**Warning:** Support for Cassandra 3.11 is considered deprecated and will be removed in the Stargate v3 release: [details](https://github.com/stargate/stargate/discussions/2242).
**Warning:** Support for Cassandra 3.11 is considered deprecated and will be removed in the Stargate v3 release: [details](https://github.com/stargate/stargate/discussions/2242).
- **Authentication Services**: Responsible for authentication to Stargate

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I did not add this. Will remove.

DEV_GUIDE.md Outdated Show resolved Hide resolved
DEV_GUIDE.md Outdated Show resolved Hide resolved
@@ -14,5 +14,5 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.8.4/apache-maven-3.8.4-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.0/apache-maven-3.9.0-bin.zip
Copy link
Collaborator

Choose a reason for hiding this comment

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

Just wondering if these changes are really in the scope for this PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yea when I was trying to make a shared maven wrapper I did update the version.. So I kept it.. The work was already invested, not sure why would we not have it now?

Copy link
Collaborator

@jeffreyscarpenter jeffreyscarpenter left a comment

Choose a reason for hiding this comment

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

Made a few minor recommendations.

coordinator/pom.xml Show resolved Hide resolved
@ivansenic ivansenic force-pushed the ise-2455-coordinator-folder-final branch from 2428cf7 to 583e6ef Compare March 8, 2023 10:23
@ivansenic ivansenic merged commit 2b54347 into main Mar 8, 2023
20 checks passed
@ivansenic ivansenic deleted the ise-2455-coordinator-folder-final branch March 8, 2023 14:13
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.

organize coordinator modules under coordinator directory
3 participants