The tests under tests/compatibility/org/jboss/cache/compatibility sounds fine.
The varia part seems odd. That creates a whole new directory structure just for two
classes. How about tests/compatibility/org/jboss/tools instead?
Also, packaging the 2 classes (I assume we're talking about ClassVersionInfo and
SerialVersionUID) under org.jboss.tools is a bit strange. I understand the desire to do
that -- it's the same classes as the ones under the AS codebase. But actually,
it's not the same classes -- it's a copy. It's not going to automatically be
developed/maintained along with the AS version.
So, I'd say
1) If it's QA's intent to someday unify this stuff by doing something like putting
these classes in the test project where they can be shared by AS and JBC, then leave them
in org.jboss.tools. Even if you guys think you might do that someday, go ahead and leave
them in org.jboss.tools.
2) Otherwise, they should be packaged in org.jboss.cache.compatibility.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3993185#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...