Daniel Lopez

Results 14 comments of Daniel Lopez

Eclipse: Oxygen.2 Release (4.7.2) (Build id: 20171218-0600) Maven plugin m2e: 1.8.2.20171007-0217 Maven: Embedded 3.3.9/1.8.2.20171007-0216 Windows 10 Java 8x64 It happens in both my computers with the same installation.

Oh, and I already tested it and it works preventing the warning and all tests pass. I can create a PR if necessary, but for such a small change I...

Well, thank YOU for creating such a useful library ;). I created an initialization library that uses it +consul+hazelcast to have a clusterized, replicated "queriable" in-memory cache and I was...

Well, Hazelcast IMap is distributed, so queries can depend on partitions, topology... and I wanted my "indexed caches" to be local/predictable so... And yes, I'm using Hazelcast + Consul discovery....

As for use cases, I just came up with one. I'm planning on sending logs from my apps to logstash using GELF, and it uses UDP. Having Fabio in front...

Good to know, LordFPL. I'd rather not add another element to the mix, but if I have to, it's nice to see there are alternatives. But yeah, it doesn't seem...

Yes, I guess the balancing part is just using the consul stated to decide if one server should be sent or not packets. UDP being as it is, I doubt...

It just happened to us. We had some @JmsListener methods that were working fine and simply adding spring-cloud-starter-sleuth and some brave dependencies, the listeners started failing due to JAXB throwing...

Hey there, In the Template Guide (https://openhtmltopdf.com/template-guide.pdf) , it says that you can use the following CSS to get the PDF to be in landscape mode: ``` /* Landscape pages...

Hi @costas80, Ok, false alarm, it was Spring caching the css in the static directory. It's weird because I was modifying the css and seeing the changes all along, and...