onyn
onyn
On windows I got this data about graphic card: reveal ```json { "address": "VideoController1", "index": 0, "pci": { "driver": "31.0.101.3802", "address": "PCI\\\\VEN_8086\u0026DEV_4C8B\u0026SUBSYS_7D221462\u0026REV_04\\\\3\u002611583659\u00260\u002610", "vendor": { "id": "Intel Corporation", "name": "Intel Corporation"...
I use consul for externalized configuration. Recently playing aroung with spring boot 4.0.0-RC1 I noticed, that http requests to consul KV store uses urlencoding of key part in path. Instead...