<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Juraj Blahunka</title>
    <link>https://jurajb.dev/</link>
    <description>Recent content on Juraj Blahunka</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 19 May 2014 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://jurajb.dev/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Force automatic reload of &#34;Expires: never&#34; resources (css, js)</title>
      <link>https://jurajb.dev/force-automatic-reload-of-expires-never-resources/</link>
      <pubDate>Mon, 19 May 2014 00:00:00 +0000</pubDate>
      <guid>https://jurajb.dev/force-automatic-reload-of-expires-never-resources/</guid>
      <description>&lt;p&gt;During website development, you have probably already experienced following situation:&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Make significant changes to website CSS&lt;/li&gt;&#xA;&lt;li&gt;Deploy changed CSS to webserver / app server&lt;/li&gt;&#xA;&lt;li&gt;Verify changed resource by navigating to website an pressing &amp;ldquo;Reload&amp;rdquo;&lt;/li&gt;&#xA;&lt;li&gt;Everything looks allright, you pack your bags and head home&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;And the story continues&amp;hellip; You arrive home and you realize, that your &lt;strong&gt;CSS is not refreshed&lt;/strong&gt;. What happened&#xA;wrong? You start to investigate. Then you realize, that the resource was &lt;strong&gt;cached by your browser&lt;/strong&gt; and&#xA;doesn&amp;rsquo;t change on a simple page request, because you are using a long resource expiration.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Recover from GTID replication relay log error in MySQL 5.6 using GTID_PURGED</title>
      <link>https://jurajb.dev/recover-from-gtid-replication-relay-log-error/</link>
      <pubDate>Sun, 18 May 2014 00:00:00 +0000</pubDate>
      <guid>https://jurajb.dev/recover-from-gtid-replication-relay-log-error/</guid>
      <description>&lt;p&gt;Recently, we had an error in our production system. Replication on MySQL Slave failed.&#xA;It was not caused by a bug, but by an unexpected Slave server restart of the whole machine.&#xA;After checking &lt;code&gt;SHOW SLAVE STATUS\G&lt;/code&gt; we got scared, that Master&amp;rsquo;s binlog is also corrupt,&#xA;which happened not so long ago - &lt;a href=&#34;http://bugs.mysql.com/bug.php?id=70222&#34;&gt;MySQL Bug #7022&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Fortunately, Master&amp;rsquo;s binlog was intact, so we moved back to Slave, to solve the problem (removed MySQL noise for brevity):&lt;/p&gt;</description>
    </item>
    <item>
      <title>Inject JBoss 7 system properties into your Java EE application</title>
      <link>https://jurajb.dev/inject-jboss-system-properties/</link>
      <pubDate>Sat, 17 May 2014 00:00:00 +0000</pubDate>
      <guid>https://jurajb.dev/inject-jboss-system-properties/</guid>
      <description>&lt;p&gt;How do you make your Java EE application configurable? Do you use Maven profiles? Properties file? Environment properties?&#xA;If you have developed with JBoss 7 before, you have probably already heard about &lt;a href=&#34;https://community.jboss.org/wiki/JBossAS7SystemProperties&#34;&gt;JBoss 7 System Properties&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;They are usually specified in configuration file of mode specific directory, for example &lt;code&gt;standalone&lt;/code&gt;, they are&#xA;persistent (live through server restarts) and can be configured, most usually via &lt;code&gt;jboss-cli&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;p&gt;One of the great things about Java EE application development is its flexibility. Why not use this flexibility to&#xA;inject these properties into runtime?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Hello, world!</title>
      <link>https://jurajb.dev/hello-world/</link>
      <pubDate>Tue, 08 Apr 2014 00:00:00 +0000</pubDate>
      <guid>https://jurajb.dev/hello-world/</guid>
      <description>&lt;p&gt;I did it! My first steps with new platform and legendary words every programmer is happy to see. Hello, world! And hello to you!&lt;/p&gt;&#xA;&lt;p&gt;Welcome to my &lt;a href=&#34;http://jurajb.dev/&#34;&gt;Blog&lt;/a&gt;, a place, where I will discuss my thoughts on software development. I hope, that I will achieve at least some of following goals:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Contribute to the Open Source community, so expect musings about personal projects (&lt;a href=&#34;https://github.com/juraj-blahunka&#34;&gt;GitHub&lt;/a&gt;).&lt;/li&gt;&#xA;&lt;li&gt;Remind myself about stuff I tend to forget, so expect mental notes about small pieces of technology.&lt;/li&gt;&#xA;&lt;li&gt;Create content, which is easy to read, understand and process, so expect a lot of:&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;background-color:#f0f0f0;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-java&#34; data-lang=&#34;java&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#007020;font-weight:bold&#34;&gt;try&lt;/span&gt;&lt;span style=&#34;color:#bbb&#34;&gt; &lt;/span&gt;{&lt;span style=&#34;color:#bbb&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#bbb&#34;&gt;&#x9;&lt;/span&gt;writeContent();&lt;span style=&#34;color:#bbb&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#bbb&#34;&gt;&lt;/span&gt;}&lt;span style=&#34;color:#bbb&#34;&gt; &lt;/span&gt;&lt;span style=&#34;color:#007020;font-weight:bold&#34;&gt;catch&lt;/span&gt;&lt;span style=&#34;color:#bbb&#34;&gt; &lt;/span&gt;(NoPointInPublishingException&lt;span style=&#34;color:#bbb&#34;&gt; &lt;/span&gt;e)&lt;span style=&#34;color:#bbb&#34;&gt; &lt;/span&gt;{&lt;span style=&#34;color:#bbb&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#bbb&#34;&gt;&#x9;&lt;/span&gt;tryAgain();&lt;span style=&#34;color:#bbb&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#bbb&#34;&gt;&lt;/span&gt;}&lt;span style=&#34;color:#bbb&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;My name is Juraj Blahunka and I&amp;rsquo;m Java+.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
