Iván López

Results 12 issues of Iván López

This is more a feature request/question. Is there any plan to support [GraalVM](https://www.graalvm.org/) native images out of the box in Flyway? At this moment different frameworks like Micronaut and Quarkus...

t: feature
s: needs investigation

In Java it's considered a good practice to sort all imports alphabetically. IDEs have been doing that for a long time. In our team we have some Coding Standards and...

According to RFC 2616 - [Hypertext Transfer Protocol -- HTTP/1.1, Section 4.2, "Message Headers"](https://www.w3.org/Protocols/rfc2616/rfc2616-sec4.html#sec4.2) > Each header field consists of a name followed by a colon (":") and the field...

## Overview [GraalVM](https://www.graalvm.org/) native images do not work well with Liquibase because of all the reflection and service lookup we do. At this moment different frameworks like Micronaut and Quarkus...

Hello, I'm using redmine 1.1.0 and the version 0.1.6 of this plugin. I can't update a created sprint. When I click on edit button nothing happends and I can see...

My repository url is like this `ssh://[email protected]:2222/project/repo.git` As we were talking at GR8Conf my Gitlab instance is accessible at http://my-company-gitlab.com so you could _guess_ the final url.

I'm trying to configure the UI on a different port than `7000` with something like: ```yaml serviceEndpoints: - name: "yb-master-ui" type: LoadBalancer app: "yb-master" ports: http-ui: "80" ``` I can...

### Expected Behavior When building a native image inside docker, JDK11 should be used. ### Actual Behaviour Although the plugin uses `FROM ghcr.io/graalvm/native-image:java11-21.3.0 AS graalvm`, JDK17 is used during the...

relates-to: docker

All the GraalVM Micronaut Views applications have the same structure and have a controller like: ```java @Controller("/views") public class ViewsController { @Get("/handlebars") public ModelAndView handlebars() { return new ModelAndView("handlebars/home", new...

relates-to: graal

This is a functional test for https://github.com/grails/grails-core/issues/10964 This PR needs to be merged after this: https://github.com/grails/grails-data-mapping/pull/1122 and once we set `datastoreVersion` to `6.1.11.BUILD-SNAPSHOT` in `grails-core`