-
Notifications
You must be signed in to change notification settings - Fork 1
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
Proposed functional slice breakdown #4
Proposed functional slice breakdown #4
Conversation
Split slices into - core : basic minimal jre - security: required for encryption and tls tasks - devel: debugging, profiling and instrumentation - awt: graphics tasks - tools: tools laucher
|
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.
Thanks @vpa1977 ! This is looking great. I confirm that this is the right approach (slicing with basis on the functional unit).
I've left a few comments and suggestions for changes, but after that, we should be good to merge it ;)
I've added draft rockcrafters/chiselled-jre#107 for the chiselled jre so that we could validate this pull request against chiselled jre repo |
thanks for this @vpa1977 i'll merge it and do some changes. |
Split slices into
This allows to build chiselled jre based on the functions required:
will build something that can curl github over https.
host a minecraft server
manipulate pdf files
etc.