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

Move samples to dedicated modules #49

Closed
ch4mpy opened this issue May 31, 2022 · 0 comments
Closed

Move samples to dedicated modules #49

ch4mpy opened this issue May 31, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@ch4mpy
Copy link
Owner

ch4mpy commented May 31, 2022

Samples are currently mixed in test sources. This has the benefit of keeping jars small, but comes with quite a few drawbacks:

  • it's hard to figure out what dependencies are pulled for samples or lib code
  • users frequently just don't find samples
  • non trivial spring-test conf is required just because several spring-boot apps share the same module

Let's create a samples module with a sub-module for each sample

@ch4mpy ch4mpy added the enhancement New feature or request label May 31, 2022
@ch4mpy ch4mpy self-assigned this May 31, 2022
ch4mpy added a commit that referenced this issue May 31, 2022
@ch4mpy ch4mpy closed this as completed May 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant