Code Monkey home page Code Monkey logo

quarkus-multi-module-project-quickstart's People

Contributors

bgizdov avatar gastaldi avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

quarkus-multi-module-project-quickstart's Issues

chore: bump maven wrapper from 3.8.1 to 3.9.6

Maven 3.8.2 is the minimum required version to run Quarkus 3 as per the Migration Guide 3.0, so commit
ab64452 breaks the build:

# ./mvnw quarkus:test
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO]
[INFO] quickstart-parent                                                  [pom]
[INFO] quickstart-core                                                    [jar]
[INFO] quickstart-rest                                                    [jar]
[INFO]
[INFO] ----------------< com.github.bgizdov:quickstart-parent >----------------
[INFO] Building quickstart-parent 1.0.0-SNAPSHOT                          [1/3]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO]
[INFO] --- quarkus-maven-plugin:3.8.5:test (default-cli) @ quickstart-parent ---
[INFO] Type of the artifact is POM, skipping dev goal
[INFO]
[INFO] -----------------< com.github.bgizdov:quickstart-core >-----------------
[INFO] Building quickstart-core 1.0-SNAPSHOT                              [2/3]
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- quarkus-maven-plugin:3.8.5:test (default-cli) @ quickstart-core ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] quickstart-parent 1.0.0-SNAPSHOT ................... SUCCESS [  0.229 s]
[INFO] quickstart-core 1.0-SNAPSHOT ....................... FAILURE [  0.053 s]
[INFO] quickstart-rest 1.0-SNAPSHOT ....................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  1.150 s
[INFO] Finished at: 2024-06-06T18:27:48-04:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal io.quarkus.platform:quarkus-maven-plugin:3.8.5:test (default-cli) on project quickstart-core: Detected Maven Version (3.8.1)  is not supported, it must be in [3.8.2,). -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
[ERROR]
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :quickstart-core

chore: trim the fat

There are a redundant lines in the pom.xml files, ranging from unused dependencies to (I'm pretty sure) declarations to download entire BOMs.

Here's an example of what those files should look like: CaravanaCloud/quarkus-multimodule-example.

I'll be working on a more streamlined version of this repository at codespearhead/quarkus-multi-module-project-demo.

FYI: I'm currently working on consolidating all multi-module information in Quarkus at quarkusio/quarkus#2003 to canonize all things multi-module .

chore: add CI workflow for testing with GitHub Actions

As mentioned in #4, the build has been broken since Jul 14, 2023. Hence, the merge of #5 further complicates things.

The solution is to have a GitHub Actions CI workflow to make sure the tests already in the project passes on every PR and push to main.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.