Francisco Mateo

Results 39 comments of Francisco Mateo

Antora works out nicely with the existing setup since it is already setup for Asciidoc, but in order to customize Antora's UI, you need to either provide a custom UI...

There is a small POC with VitePress that is largely working: https://github.com/ciscoo/cxf-codegen-gradle/tree/vitepress

Did a POC on Antora even though I disregarded a few days ago: https://github.com/ciscoo/cxf-codegen-gradle/tree/antora It was quite quick to migrate once the structure was figured out, but to the further...

Chiming in here, the change to initialize collections to an empty collection broke multiple tests for one of our projects. Admittedly, some specs are woefully terrible at my company, but...

`X-` prefix is deprecated by RFC 6648 as well, but I don't think much attention is given to it.

This is not possible with the current baseline of Apache CXF 4.1.0 which requires Java 17. The plugin is targets Java 8 since Gradle targets Java 8 currently. Whenever the...

Gradle 9 is out with a requirement for Java 17, so this can be explored now for 3.0.0 which will be based on Gradle 9.

Could `RouterFunctionHolderFactory` implement `FactoryBean`? This can then implement `BeanFactoryAware` to get access to other beans such as those that implement `FilterSupplier`

@yihtserns I mention specifically #8750 because that is the exact error many of my colleagues and myself were facing. The conditions for my issue specifically I believe are different though....

A blog post was recently published: [How Gradle Works Part 2 - Inside The Daemon ](https://blog.gradle.org/how-gradle-works-2). Unfortunately, only a single setnence is mentioned on the protocol with no further details....