I was using the build snapshot to pickup OSGi manifest headers so I can use spring-data-jpa in virgo. However, I noticed that querydsl is not listed as optional.

Should querydsl be optional? Based on what I see, it is another query model approach that could be used if desired.

Keeping it non-optional forces me to try and pull in querydsl which is just starting to be OSGi'fied.