Home

Awesome

Experimental OSLC Bugzilla application

CI Discourse users

If you are looking for the OSLC tutorial on building an adaptor for Bugzilla, please refer to the tutorials under the OSLC Developer Guide.

This repository is an experimental variant that shows what Eclipse Lyo Designer can do.

This application uses the [OSLC4J] SDK to build up the adapter from Plain Old Java Objects and relatively simple JAX-RS web services.

Getting started

  1. Run Bugzilla: docker run -p 80:80 --rm docker.io/smarx008/bugzilla-dev-lyo
  2. Run the adaptor: mvn clean jetty:run-exploded. If you run with jetty:run only, the container will silently fail to load.*
  3. Navigate to http://localhost:8180/BugzillaAdaptor/
  4. Use admin:password as credentials to log in. It will pass them to the Bugzilla server (as specified in adaptor-bugzilla/src/main/webapp/WEB-INF/web.xml).