Prove of concept of #141 spring-jms support#143
Conversation
|
I ment the instance variable Maybe others would disagree but I strongly think that final is a much more sensible default for instance variables. It reduces the possible states of the program execution. In this case it means: Whenever you have a You mentioned other classes like |
|
@danielwegener Got it. Totally agree with final member. What do you think of the spring-jms extension? If you think the design fits Tracee, I'll prepare the completed pull request later. |
|
In fact, thats why we wanted to release tracee as community project - so people can contribute extensions to the frameworks they need and that could be useful for others. We'd think twice about very special/esoteric bindings but spring-jms looks well established enough (tbh I didn't even know it exists :)). Otherwise looks like a good attempt so far. Always keen to hear @SvenBunge optinion on those changes, but he is kind of busy lately. |
|
I would like to dive into. Pls give me some time to check it. Private responsibilities until the end of February. Maybe I'll find some time to get into Spring-JMS earlier. Sorry @Hippoom . I've created Milestone 1.2.0 to release the new feature. |
2cc7862 to
b68b84c
Compare
|
@SvenBunge That's OK. |
Add javadoc to clarify design intention
b68b84c to
7bbed38
Compare

Prove of concept of #141