tree: 540063df3565119aa71e258e9d991e921071ecbd [path history] [tgz]
  1. com.squareup.okhttp3-3.9.1/
  2. com.squareup.okio-1.14.0/
  3. gradle/
  4. org.aspectj.weaver-1.8.13/
  5. org.springframework.aop-5.0.4.RELEASE/
  6. org.springframework.aspects-5.0.4.RELEASE/
  7. org.springframework.beans-5.0.4.RELEASE/
  8. org.springframework.context-5.0.4.RELEASE/
  9. org.springframework.context.support-5.0.4.RELEASE/
  10. org.springframework.core-5.0.4.RELEASE/
  11. org.springframework.expression-5.0.4.RELEASE/
  12. org.springframework.instrument/
  13. org.springframework.instrument.tomcat/
  14. org.springframework.jcl-5.0.4.RELEASE/
  15. org.springframework.jdbc-5.0.4.RELEASE/
  16. org.springframework.jms-5.0.4.RELEASE/
  17. org.springframework.messaging-5.0.4.RELEASE/
  18. org.springframework.orm-5.0.4.RELEASE/
  19. org.springframework.oxm-5.0.4.RELEASE/
  20. org.springframework.test-5.0.4.RELEASE/
  21. org.springframework.transaction-5.0.4.RELEASE/
  22. org.springframework.web-5.0.4.RELEASE/
  23. org.springframework.webflux-5.0.4.RELEASE/
  24. org.springframework.webmvc-5.0.4.RELEASE/
  25. org.springframework.websocket-5.0.4.RELEASE/
  26. out/
  27. src/
  28. build.gradle
  29. ebr.iml
  30. gradle.properties
  31. gradlew
  32. gradlew.bat
  33. README.md
  34. settings.gradle
ebr/README.md

Publishing 3rd party bundles

We publish 3rd party OSGi bundles via Jenkins job virgo-mirrored-master

Building

Gradle default tasks:

  1. clean - Cleans old build output
  2. bundlor - Generates the OSGiifed MF and outputs jar bundles
  3. publishToMavenLocal - Publishes jar bundles to [USER_HOME]/.m2/org/eclipse/virgo/mirrored/[artifactId]/[version]/[bundle].jar
  4. test - Executes the PaxExam tests, the bundles are resolved against local Maven repo thus publishToMavenLocal is required to be executed before test
  5. publishIvyPublicationToIvyRepository - Publishes the jar bundles to build.eclipse.org ivy repo (only possible on HIPP)

Building locally:

`./gradlew clean bundlor publishToMavenLocal test`

Update Spring Framework

The Spring Framework BOM (Bill of Material) is a good point to start spring-framework-bom : 5.0.4.RELEASE

Writing PaxExam test for 3rd party bundle

TBD