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

Reuse compiler configuration in quarkus:dev #6894

Merged
merged 1 commit into from
Jan 30, 2020
Merged

Reuse compiler configuration in quarkus:dev #6894

merged 1 commit into from
Jan 30, 2020

Conversation

gastaldi
Copy link
Contributor

Fixes #6881

@gastaldi
Copy link
Contributor Author

gastaldi commented Jan 30, 2020

@DenisKipchakbaev can you build this PR locally and confirm that it works for you?

@gastaldi gastaldi added this to the 1.3.0 milestone Jan 30, 2020
@deniswed
Copy link

@DenisKipchakbaev can you build this PR locally and confirm that it works for you?

yes, I'll try it. Thanks!

@kipcd
Copy link

kipcd commented Jan 30, 2020

I've tried it and it seems OK!
What did I do:

  • Cloned your fork:
    git clone git@github.com:gastaldi/quarkus.git
  • Built and installed it on local maven repository:
    mvn clean install -DskipTests
  • Changed pom.xml, put 999-VERSION for quarkus-maven-plugin and platform:
<quarkus-plugin.version>999-SNAPSHOT</quarkus-plugin.version>
<quarkus.platform.artifact-id>quarkus-bom</quarkus.platform.artifact-id>
<quarkus.platform.group-id>io.quarkus</quarkus.platform.group-id>
<quarkus.platform.version>999-SNAPSHOT</quarkus.platform.version> 

Also used quarkus-bom instead of quarkus-universe-bom, because it's not building with this version.

  • Run mvn clean quarkus:dev several times and every time it started successfully.

Seems OK to me

@gastaldi
Copy link
Contributor Author

@DenisKipchakbaev yes, thank you very much for verifying.

BTW you can also use hub from hub.github.com and do a hub pr checkout 6894 to checkout and build the PR locally.

@ghost
Copy link

ghost commented Jan 30, 2020

I also did the same and it is working for me also. Thanks @gastaldi! Good job!

@gastaldi
Copy link
Contributor Author

Thank you @wedamartinez! @gsmet feel free to review the PR when possible

@gastaldi
Copy link
Contributor Author

gastaldi commented Jan 30, 2020 via email

@geoand
Copy link
Contributor

geoand commented Jan 30, 2020

Nice work!

I agree we probably shouldn't set the source/target

@gsmet
Copy link
Member

gsmet commented Jan 30, 2020

OK, let's try to get this in by tomorrow. I would really like to have that one in the Alpha1 we will release early next week.

@gastaldi
Copy link
Contributor Author

I removed the TODO message. It should be ok now

@gastaldi gastaldi added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Jan 30, 2020
@gsmet
Copy link
Member

gsmet commented Jan 30, 2020

Woot!

@kipcd
Copy link

kipcd commented Jan 30, 2020

Thank you guys for a great job!

@gastaldi gastaldi merged commit 0690370 into quarkusio:master Jan 30, 2020
@gastaldi gastaldi deleted the plugin branch January 30, 2020 21:44
@gsmet gsmet modified the milestones: 1.3.0.Alpha1, 1.2.1.Final Feb 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/maven triage/waiting-for-ci Ready to merge when CI successfully finishes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Compilation error on first run in dev mode
5 participants