<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>AnyRoad</title><description>Random notes about software development</description><link>https://anyroad.dev/</link><item><title>Build shadow JAR for Gradle plugin with Kotlin and Kotlin DSL.</title><link>https://anyroad.dev/posts/2022/gradle-plugin-shadow-jar/</link><guid isPermaLink="true">https://anyroad.dev/posts/2022/gradle-plugin-shadow-jar/</guid><description>Let&apos;s look at the example of the Shadow Gradle plugin settings for building the Gradle plugin with package relocation.</description><pubDate>Sat, 12 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Save multiline value in Etcd from CLI</title><link>https://anyroad.dev/posts/2022/etcd-multiline-values/</link><guid isPermaLink="true">https://anyroad.dev/posts/2022/etcd-multiline-values/</guid><description>Official documentation only has basic example for saving short value so it might be confusing to find a way to save long multiline value. Let&apos;s find out how we can do it.</description><pubDate>Sat, 05 Nov 2022 00:00:00 GMT</pubDate></item><item><title>Running local Kotlin playground</title><link>https://anyroad.dev/posts/2022/running-local-kotlin-playground/</link><guid isPermaLink="true">https://anyroad.dev/posts/2022/running-local-kotlin-playground/</guid><description>We can run small Kotlin code fragments online with the Kotlin Playground. It is also widely used in the official Kotlin documentation web-site. But we can also run it locally and customize.</description><pubDate>Sun, 30 Oct 2022 00:00:00 GMT</pubDate></item><item><title>Spring RequestContextHolder and Thread Local Inheritance</title><link>https://anyroad.dev/posts/2022/spring-request-context-java-thread-local-inreritance/</link><guid isPermaLink="true">https://anyroad.dev/posts/2022/spring-request-context-java-thread-local-inreritance/</guid><description>Spring allows exposing HTTP request-related data outside of the Controller class with the help of a thread-bound RequestAttributes object. But real-world applications do not process the request with a single thread. Can we use RequestAttributes with code that is running inside the thread pool?</description><pubDate>Thu, 03 Feb 2022 00:00:00 GMT</pubDate></item></channel></rss>