L.S., As far as I know, the preferred way for now still is to attach a patch to a JIRA issue. That way, you can explicitly grant permission to the ASF to include the patch in the codebase. If you prefer git, feel free to attach the output for git format-patch as well.
Regards, Gert Vanthienen ------------------------ FuseSource Web: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ On Fri, Apr 1, 2011 at 10:35 PM, Kurt Westerfeld <[email protected]> wrote: > I'd be glad to submit patches I have before--is that the preferred mechanism > or is there a way to do this with github that is more automated? > >>>> "Gert Vanthienen (JIRA)" <[email protected]> 4/1/2011 4:01 PM >>> > > [ > https://issues.apache.org/jira/browse/SMX4NMR-265?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13014808#comment-13014808 > ] > > Gert Vanthienen commented on SMX4NMR-265: > ----------------------------------------- > > Hey Kurt, > > That's a few excellent suggestions you have made there. I've created a few > follow-up issues SMX4-792 (for adding support to Camel NMR), SMX4-793 (for > adding support to CXF NMR) and SMX4NMR-267 (for adding support to the JBI > endpoints). > > Also, your suggestion for automatically picking up the Subject and injecting > it into a Message being sent, has been added as SMX4NMR-266. > > (BTW, feel free to take a stab at any of these issues ;)) > > Regards, > > Gert > >> Allow invoking an endpoint as the Subject passed along in the Message >> --------------------------------------------------------------------- >> >> Key: SMX4NMR-265 >> URL: https://issues.apache.org/jira/browse/SMX4NMR-265 >> Project: ServiceMix NMR >> Issue Type: Improvement >> Affects Versions: 1.4.0 >> Reporter: Gert Vanthienen >> Assignee: Gert Vanthienen >> Fix For: 1.5.0 >> >> >> The NMR API allow for the Message to contain a SecuritySubject. We should >> improve the NMR endpoint to (optionally) support being invoked on behalf of >> that Subject (using {{Subject.doAs(...)}}) so that any code inside the >> endpoint can easily access this information through the >> {{Subject.getSubject(...)}} method. > > -- > This message is automatically generated by JIRA. > For more information on JIRA, see: http://www.atlassian.com/software/jira >
