Experimental OSLC Bugzilla application

December 27, 2025 ยท View on GitHub

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

Using Podman, Maven 3.9+ and JDK 21+:

mvn -f adaptor-bugzilla/pom.xml clean package
podman compose up --build

Navigate to http://localhost:8180/

Use login: admin@bugzilla.local, password: bugzadmin 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).