Skip to content

Fixes #147

Nicolas Delsaux requested to merge bugfixes/147_cant_connect_to_gitlab into master

Mind you, as GitlabApi has a public final method, it's impossible to use it in CDI. As a consquence, i created a holder object allowing easy access, which replaces the previously used Producer class.

Merge request reports