Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up
Pinned
3,069 contributions in the last year
Activity overview
Contributed to
vorburger/opendaylight-etcd,
opendaylight/alt-datastores,
opendaylight/releng-autorelease
and 5 other
repositories
Contribution activity
May 2019
vorburger has no activity
yet for this period.
April 2019
- vorburger/container-index
- vorburger/yubikey-manager-qt QML
- vorburger/apps.learn.study HTML
- vorburger/postgresql-embedded Java
- vorburger/alt-datastores Java
- vorburger/che-dockerfiles-1 Dockerfile
- vorburger/che-dockerfiles Dockerfile
- vorburger/quarkus-workshop Dockerfile
Created a pull request in eclipse/che-dockerfiles that received 15 comments
- fix very minor typo in security-guide.adoc
- add jaxb-osgi exclusion for rest-assured to BOM (fixes #1991)
- add GradleRunIntegrationTest (incl. QuarkusJavaLauncher)
- add GradleRunIntegrationTest (fixes #1623)
- avoid using mavenLocal() in devtools/gradle
- add missing subs="attributes" to openshift-s2i-guide.adoc
- change Gradle IT build.gradle (and POM preparing for it) to be more like IRL
- use 'plugins' instead of 'apply plugin' in gradle-it
- minor update to openshift-s2i-guide.adoc
- add GraalVM native S2I to openshift-s2i-guide.adoc
Created an issue in quarkusio/quarkus-images that received 10 comments
S2I Java (non-native) is broken since Quarkus 0.13.0 or 0.13.1 (but worked in 0.12.0)
@tqvarnst reports that the S2I Java support is broken. (That is the non-native regular pure Java one, based on the registry.access.redhat.com/redha…
10
comments
- Gradle IT built Quarkus JARs have Installed features: [] when built on Azure CI (but work locally)
- quarkus-maven-plugin (0.13.1) does not work with the (weird!) Apache Maven "3.5.0" (Red Hat 3.5.0-4.3) in registry.access.redhat.com/redhat-openjdk-18/openjdk18-openshift
- Azure DevOps Build_JDK11_Linux Job build should set PATH for java 11 instead of 8 binary to be used
- Depending on rest-assured (in some particular way, maven-dependency-plugin with <useRepositoryLayout>true?) fails Maven build under Java 11
- Gradle test: Attempted to mix @SubstrateTest and JVM mode tests in the same test run. This is not allowed.