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

Inject all properties of an artifact e.g. @Inject @BatchProperties Properties #133

Open
follis opened this issue Aug 18, 2020 · 4 comments

Comments

@follis
Copy link
Contributor

follis commented Aug 18, 2020

All the entire set of properties to be injected at once into a single Properties object. Application can them get a list of properties from the Properties object rather than having to know and hard-code for them ahead of time.

@rmannibucau
Copy link

Guess it is more a matter of defining wat @BatchProperty types are supported? Currently spec is quite silent on that.
Batchee and jberet support it AFAIK so can be worth just reusing @BatchProperty no?

@chengfang
Copy link
Contributor

chengfang commented Apr 1, 2021 via email

@scottkurz
Copy link
Contributor

Hmm, yes, originally this was intended to just take the String BatchProperty values and inject them all at once, but good points from Romain, Cheng... that this needs to be considered in light of: #43

@scottkurz
Copy link
Contributor

Seems we're not going to get to this in 2.1.

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

No branches or pull requests

4 participants