[ 
https://issues.apache.org/jira/browse/ARTEMIS-3707?focusedWorklogId=753625&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-753625
 ]

ASF GitHub Bot logged work on ARTEMIS-3707:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 06/Apr/22 19:30
            Start Date: 06/Apr/22 19:30
    Worklog Time Spent: 10m 
      Work Description: clebertsuconic commented on PR #3999:
URL: 
https://github.com/apache/activemq-artemis/pull/3999#issuecomment-1090680515

   @waldi5001 look what I did at 
https://github.com/clebertsuconic/activemq-artemis/tree/ARTEMIS-3707
   
   
   I basically got your branch.. rebased against main... squashed all the 
commits and pushed -f on my origin... you could do the same...
   
   
   git is different from SVN on this sense..when you merge your work upstream, 
you can only merge commits as they make sense upstream.. we don't need every 
interaction you ever had with your code... it makes more confusing to follow on 
the history.
   
   
   
   if you agree with the squash I made, you could type these commits:
   
   
   ```
   git remote add clebert https://github.com/clebertsuconic/activemq-artemis.git
   git fetch clebert
   git checkout clebert/ARTEMIS-3707 -B ARTEMIS-3707
   git push origin ARTEMIS-3707 -f
   ```
   
   
   this should replace all your commits by my squashed.
   
   
   if you want to squash them yourself.. first rebase your repo, fix a conflict 
you have on a commit and push -f as I showed you.
   
   
   if you still having issues find me somewhere online and I can give you some 
help on this.




Issue Time Tracking
-------------------

    Worklog Id:     (was: 753625)
    Time Spent: 3.5h  (was: 3h 20m)

> ResourceAdapter improvements
> ----------------------------
>
>                 Key: ARTEMIS-3707
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3707
>             Project: ActiveMQ Artemis
>          Issue Type: Improvement
>            Reporter: Waldi
>            Priority: Major
>          Time Spent: 3.5h
>  Remaining Estimate: 0h
>
> Hi Everybody,
> I've tried to install the resourceAdapter in openliberty/WLP by myself. I've 
> got in some troubles and fixed it by myself. Now, I would like to provide the 
> modifications and a small piece of documentation of the resourceAdapter, if 
> interested.
>  * Sample config / project for openliberty/WLP
>  * remove usage of the transactionManager in the resource adapter
>  * fix the jakarta ra.xml namespaces and classnames
>  * create a maven build for a rar archive with fewer dependencies and 
> therefore a smaller footprint.
> I took notice of ARTEMIS-1487 and ARTEMIS-1614. In my opinion, with my 
> contributions, we can close these issues. Can you tell me your thoughts and 
> give me feedback?



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to