-
Notifications
You must be signed in to change notification settings - Fork 30
Document how to add dependency jars for Java Microprofile stack #181
Comments
It is related to Service binding worked by Arthur and Kyle. |
For this issue we simply wanted to get an example of how to do this kind of thing out there as an example for people who are trying this out. There is a larger design discussion to be had around making this easier, which should be contained in kabanero-io/collections#160 |
If this is covering how to do this today using maven dependencies then the documentation should be requested from the owner of the java-microprofile Appsody stack. |
I think this should be assigned to YK Chang. |
@yeekangc ^^ |
@marikaj123 This is not a collections issue so I have removed myself as owner. This needs assigning to the team who own the java-microprofile stack, I believe, as was noted in the previous two comments, that YK Chang (@yeekangc) is a good starting point. |
I see at least 2 parts to this:
FYI, @scottkurz. |
@yeekangc - any idea who need to work on this issue beside an ID person? |
If this needs to be documented now, my suggestion is to update what is needed based on what @mtamboli has worked out. Going forward, at least for the Liberty/MicroProfile stack, this shall be part of the answer to appsody/stacks#521. When appsody/stacks#521 is resolved, the stack can have documentation that Kabanero documentation can then reference or source from. If this is to be defined by the stack, the source of information shouldn't be captured within Kabanero but by the stack and be taken from there (under Appsody or the stack itself). As Greg noted, there are broader questions to be answered like what is noted in kabanero-io/collections#160 or from a Service Binding standpoint that is beyond the scope of a stack too. |
@yeekangc @kilnerm Does this need to be updated in the Eclipse MP guide (https://kabanero.io/guides/collection-microprofile/)? |
I believe so. @mtamboli, do you have an opinion? |
Yes, It would be helpful to document in the guide on how someone will get their database drivers added to the docker image. @nastacio do you think we can link to your guide from Java - MP guide for further details? |
I think that part of the tutorial needs no be formalized by stack owner first. If that workaround is indeed the design we want, then it would be moved to the guide. |
I will defer the call to update the documentation/tutorial/guide now or later to the Kabanero team or the respective owner(s). We do have an item in the backlog to look at this for the java-microprofile/openliberty stack and work out the strategic answer. No ETA for that yet but I don't expect it to come tomorrow. The respective team(s) can consider what is appropriate in the mean time. What works today is what there is at the moment. FYI, @scottkurz. |
Latest discussion here. |
According to Scott: Ann R. was notified via an email to help the team to put in place the "big picture" plan and the request is in her good hands. |
For Liberty applications which are referencing DB2 jars in server.xml file, there is no easy way to copy those files to container image. There is a way to do this by updating generated application pom file. This can be time consuming to figure out so best to document.
I can certainly see this going into Java MicroProfile guide but not sure if other docs can use it too.
The text was updated successfully, but these errors were encountered: