Phillip Webb
Phillip Webb
I'm afraid there's not enough information in this report to help you. Please start by upgrading to the latest 3.2.x version (3.2.10 at the time of writing this comment). If...
@KaurKadakWise You might be able to use `ZipOutputStream` to create one, but it can be tricky to reproduce these issues. Running your app with `-Dloader.debug=true` might also help identify the...
https://en.wikipedia.org/wiki/ZIP_(file_format) is pretty useful. You can also try `java -agentlib:jdwp=transport=dt_socket,server=y,address=8000,suspend=y -jar target/my.jar` if you want to try and debug things.
@KaurKadakWise I've managed to reproduce the issue. See https://github.com/philwebb/spring-boot-gh-42012
Yeah, I agree. I wonder if we can rip out the logic to tell if there's an update and raise an issue so we don't need to manually watch the...
It's currently not supported because `@TestPropertySource` is a Spring Framework annotation and isn't aware of YAML. We've had a request to support it previously (#11921) which resulted in Framework issue...
Reopening to see if we can provide a YAML `PropertySourceFactory` or perhaps an adapter to our own `PropertySourceLoader` interface.
> Also, the license [is no longer restictive](https://github.com/stleary/JSON-java/blob/master/LICENSE) as it was before, removing what I think was the main impediment to use this library. It was indeed, but unfortunately "public...
We discussed this today and we're going to look at shading the Google Android version for our own use so that we have no direct dependencies on `org.json` code.
There is an [effort underway in the Antora community](https://gitlab.com/antora/antora-assembler) to address the "single page documentation" requirement. I think it's mostly focused on PDF generation at the moment. I would very...