Michael Vitz

Results 11 issues of Michael Vitz

In our current project we publish documentation for several systems into a shared confluence space. Therefore we have a structure like: ``` SPACE ├── SystemA │   ├── 00-Foo │   ├──...

We are currently using multiple forms with DELETE action on a single page. These forms are generated with: `(form-to [:delete "/route"])` This generates a hidden field with id=_method for each...

Hi, are you planning to provide binaries and Docker images for early access releases in the future? It would be nice to get these from AdoptOpenJDK as well. Regards Michael

question

We are using Vue 2 with vue-cli and Storybook 6.4.22 with Webpack 5, addon-docs and MDX. For an example story like ``` import { Meta, ArgsTable, Story, Canvas } from...

bug
needs triage

Fixes the BeanValidation Annotation on the work-manager JCA connector. It does belong at the Field or Getter and not the Setter. Because the current code mixes int and Integer another...

The following exception occurs when deploying the jca-file-store RAR. The reason for this is that in the GenericManagedConnectionFactory the rootDirectory-Setter is annotated with @Min(1). BeanValidation-Annotations are only allowed at the...

## Changes This adds support for the `bellsoft/liberica-runtime-container` image by adding a new preset `workarounds:libericaJdkDockerVersioning` which supports their versioning scheme and by adding support for this image to the existing...

## What's changed? ## What's your motivation? - This fixes #4473 ## Anything in particular you'd like reviewers to focus on? ## Anyone you would like to review specifically? ##...

bug
parser-java

## What version of OpenRewrite are you using? I am using - Maven plugin v5.39.2 ## How are you running OpenRewrite? I am using the Maven plugin, and my project...

bug