Vedran Pavic
Vedran Pavic
Possibly relevant for this issue, OpenTelemetry Java has just released [`1.28.0`](https://github.com/open-telemetry/opentelemetry-java/releases/tag/v1.28.0) which promotes OpenTelemetry SDK Autoconfigure module as stable.
I've opened a draft PR to take a look at this - see #29446. > ... led to a change of behavior in the way updates were applied ... @snicoll,...
> ... you can export ... Exactly the reason why I'm proposing this, to avoid the need to export (or import) settings. Requiring manual actions makes both the project setup...
You don't really need to build an executable JAR in order to run Spring Boot based application as a systemd service, and actually you're IMO better off if you don't....
It might seem like a silly question, but can you name a distribution with significant market share that doesn't use systemd by default these days? Ubuntu, Debian, RHEL, CentOS, Fedora,...
Same issue here with Ubuntu 19.10 and GNOME 3.34.1, installed from [extensions site](https://extensions.gnome.org/extension/826/suspend-button/): ``` Oct 25 23:36:45 thinkpad gnome-shell[3624]: JS WARNING: [/home/vpavic/.local/share/gnome-shell/extensions/suspend-button@laserb/extension. Oct 25 23:36:45 thinkpad gnome-shell[3624]: JS ERROR: TypeError:...
Spring HATEOAS provides basic support for RFC-7807 since 1.1, see spring-projects/spring-hateoas#1057 and [the relevant chapter of reference manual](https://docs.spring.io/spring-hateoas/docs/current/reference/html/#mediatypes.http-problem). Now, this might not mean too much for Spring (Boot) users that...
Any feedback on this? With Framework's support for RFC-7807 set to hit GA in 6.0, it seems a bit confusing to continue maintaining (a much less capable) support for the...
Hi @gkorland! Nothing too specific is planned just yet. RediSearch module was brought up by @rwinch in one of our Spring Session syncs as an option we are looking to...
Deadlock in SQL Server when INSERT INTO SPRING_SESSION_ATTRIBUTES by JdbcOperationsSessionRepository
Hi @jkuipers, > I don't understand why the code doesn't work like this already, as it's simpler and the PK is always known when inserting the attributes. See #1031 for...