Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipselink-users] Annotations-only jar?

Hi Laird,

With enough user feedback about its usefulness, we would consider adding an annotations-only file. A good way to start is to add an enhancement request to bugzilla and vote for it. Please prepend the string [Build] to the subject line of the enhancement request.

You are right, we should adjust our maven dependencies to depend on core, not only for JPA, but also for our MOXy and SDO components. Please enter a bug and prepend the subject line with [Build]

-Tom

Laird Nelson wrote:
Hello; would the EclipseLink team think about releasing an annotations-only jar file?

I'd like to be able to compile my JPA project with all sorts of custom annotations from EcliseLink, Hibernate and OpenJPA--and would like to make sure that my compile-time classpath is as "skinny" as possible. Currently I need to import org.eclipse.persistence.core from your Maven repository to do this, and besides the annotations it includes lots and lots of other things that I don't need at compile time.

While I'm on the subject, it would appear that the org.eclipse.persistence.jpa Maven artifact really should declare a dependency on org.eclipse.persistence.core, yes? Currently it does not, and at test/runtime I find that I need to import both projects in my POM--I would expect that if I included the *.jpa project as a dependency, *.core would be pulled in transitively.

Thanks again for this great project,
Laird


------------------------------------------------------------------------

_______________________________________________
eclipselink-users mailing list
eclipselink-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipselink-users


Back to the top