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

POC on how the enterprise profile would look like #454

Conversation

ge0ffrey
Copy link
Contributor

@ge0ffrey ge0ffrey commented Jun 12, 2024

What it does (currently only for vehicle routing)

  • Adds a maven profile "enterprise" to add the repo + deps
  • Adds a quarkus profile "enterprise" to activate multithreaded solving
  • Cleans up the application.properties.
    -- Remove the whole CORS stuff that was needed for the showcase which has been removed
    -- Remove other stuff that shouldn't be in there.
    -- Use DEBUG logging by default like in the other quickstarts.

Requirements to make this a real PR:

  • Apply the maven profile and quarkus profile on all quickstarts
  • clean up the application.properties
  • add it to the readme
  • CI work? => finally quickstarts will test enteprise too :)

The SDK work will affect the readme further, but let's get this one merged first.

@ge0ffrey ge0ffrey linked an issue Jun 12, 2024 that may be closed by this pull request
@triceo
Copy link
Contributor

triceo commented Jun 20, 2024

Replaced by #476

@triceo triceo closed this Jun 20, 2024
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.

Maven profile enterprise
2 participants