Gerhard Muth

Results 6 issues of Gerhard Muth

files and keywords of your project use 'ipp'. How is this project related to IPP? Does this printer-server support ipp messages for request and response?

Reproduce: 1. Run Sourcetrail using default JRE e.g. open-jdk-8 (linux in my case) 2. Analyse a Project with Setting "Java Standard > 11" -> Errors for methods like String.isBlank() etc...

Java

This could be great demo for k8s on Apple Silicon! Could you please provide arm64 builds on dockerhub? Otherwise default kubernetes installations pull the amd64 images which don't work on...

local.yml: ``` applications: - name: myjavaapp buildpacks: - java_buildpack env: JBP_CONFIG_OPEN_JDK_JRE: "{ jre: { version: 11.+ }}" ``` stage java 11 application: ``` cf local stage myjavaapp -p target/myjavaapp.jar Buildpack:...

**spring-boot-starter-piranha-embedded should support Autoconfiguration** Piranha Embedded with Spring Boot requires manual configuration of a ServletWebServerFactory Bean as well as a WebServerFactoryCustomizer Bean. Spring Boot starters usually provide [autoconfigured](https://docs.spring.io/spring-boot/docs/3.1.4/reference/html/features.html#features.developing-auto-configuration) defaults.

enhancement
help wanted

The template uses ms openjdk and adds support for mvn and gradle via the java feature. ``` { "name": "Java", // Or use a Dockerfile or Docker Compose file. More...