Dave Syer

Results 522 comments of Dave Syer

So the problem is that `resource:` is the URL prefix for the resources found in the native image, but Flyway doesn't think it knows how to resolve them: ``` 2022-09-14T11:44:56.828Z...

But `ClassLoader#getResources` returns an array of `URI` so I don't see how GraalVM can change that in a sensible way. It's how the existing libraries resolve the URI that's the...

@mhalbritter's code above fails if the starting URI is a `file:/...`. The `FileSystem` implementation likes to have absolute paths that start and end with "/", but the `resource:` implementation in...

We have multiple versions of docs in the cloud.spring.io/static site (spring-cloud/spring-cloud-static).

Update: you can run the tests in the project above in a native image (`./mvnw test -PnativeTest`), but 1 of them had to be modified (there is no `File` associated...

Is the wiki out of date? The "cleaning the workspace" instructions don't seem to make sense any more (there's nothing that says "Executing ..." anywhere in the developer tools console).

Thanks. I can see the workspace storage directories, but I don't have a way to know which one is relevant to my current workspace. Also, maybe you could clarify what...

Yikes. That's complicated. I can't think of a way to persuade the IDE to just ignore that though. Oh well. Is it temporary?

That's helpful, thanks. Now I'm stuck on a load of non-existent dependencies in `tools/idea` and subdirs. Is that expected ?

I built from the command line a few times. Doesn't seem to be a problem, but the errors are still there in the IDE. Also now seeing ``` The constructor...