-
Notifications
You must be signed in to change notification settings - Fork 285
Rename polaris-quarkus-* projects as polaris-* and renaming quarkus folder as runtime #1695
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
Conversation
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.
This renaming proposal sounds good to me 👍
+1 to renaming. Thanks for doing this. Just a heads-up: sweeping changes like this hit many surfaces, including “getting started” pages and instructions, that CI never sees. We’ve been burned before, PR #1532 broke plenty of things without breaking a single test in CI. So let’s do extra manual verification before we merge. |
6169365
to
8772513
Compare
8772513
to
f5db872
Compare
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.
This renaming LGTM 👍
FYI, any change on |
515a493
to
efd34d5
Compare
@jbonofre : Python CI failed with |
Hi @jbonofre — thanks for driving this. A few tidy-up ideas while we’re here:
Thoughts? |
I'm strongly -1 on this. I'm pretty sure this is going to complicate the reuse of |
I'm fixing, that's due to rebase. |
efd34d5
to
5311143
Compare
Agreed. However, in a follow-up PR, imho we could merge |
I agree to have a follow-up PR and happy to do that. I think the most important for 1.0 release is about the Maven coordinates and names "visible" to users. |
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. Thanks @jbonofre !
Minor: we might change the dir test-commons to test-common to be consistent |
@flyrain sorry I missed your comment, let me do another PR about |
@jbonofre do you plan to work on this? Otherwise I can look into it. While it's not so critical, it's still a user-facing change since the |
# This is the 1st commit message: apache#772 fixed integration tests and synched with main Mypy did a new release 1.16.1 and it cause our CI to fail for about 20 minutes due to missing wheel (upload not completed) ``` | Unable to find installation candidates for mypy (1.16.1) | | This is likely not a Poetry issue. | | - 14 candidate(s) were identified for the package | - 14 wheel(s) were skipped as your project's environment does not support the identified abi tags | | Solutions: | Make sure the lockfile is up-to-date. You can try one of the following; | | 1. Regenerate lockfile: poetry lock --no-cache --regenerate | 2. Update package : poetry update --no-cache mypy | | If neither works, please first check to verify that the mypy has published wheels available from your configured source that are compatible with your environment- ie. operating system, architecture (x86_64, arm64 etc.), python interpreter. | ``` This PR temporarily restrict the mypy version to avoid the similar issue. We may consider bring poetry.lock back to git tracking so we won't automatically update test dependencies all the time # This is the commit message apache#48: Remove `.github/CODEOWNERS` (apache#1902) As per this [dev-ML discussion](https://lists.apache.org/thread/jjr5w3hslk755yvxy8b3z45c7094cxdn) # This is the commit message apache#49: Rename quarkus as runtime (apache#1695) # This is the commit message apache#50: parent 3185adf author Mend Renovate <bot@renovateapp.com> 1749165686 +0200 committer Rizzo Cascio, Fabio <fabio.rizzocascio@jpmorgan.com> 1749646499 +0100 # This is a combination of 2 commits. # This is the 1st commit message: Mutable objects used for immutable values apache#772: resolved conflicts # This is the commit message apache#51: Mutable objects used for immutable values apache#772: fixed integration tests # This is the commit message apache#52: parent 3185adf author Mend Renovate <bot@renovateapp.com> 1749165686 +0200 committer Rizzo Cascio, Fabio <fabio.rizzocascio@jpmorgan.com> 1749646499 +0100 # This is a combination of 2 commits. # This is the 1st commit message: Mutable objects used for immutable values apache#772: resolved conflicts Mutable objects used for immutable values apache#772: added final to base and core fields Mutable objects used for immutable values apache#772: fixed tests
Quarkus is an implementation "detail", the end users should not be "bothered" by this.
I propose here to use "abstract" name in tasks (using direction
polaris-*
instead ofpolaris-quarkus-*
) and renamequarkus
folder asruntime
.If later we want/need to replace the runtime framework, it won't change the structure.