Skip to content

Commit 7e750e8

Browse files
committed
Minor change
1 parent 3c41b5b commit 7e750e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/blog/2025/09/release-0.11.0.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ <h2>New UML state machine diagrams for better understanding in complex dependenc
174174
<p><img src="/cursor-rules-java/images/0.11.0-uml-state-machine-diagram-example.png" alt="" /></p>
175175
<p>With this visualization, you can see whether something is missing in your Java integration.</p>
176176
<h2>Profiling improvements</h2>
177-
<p>In this release, the script <code>profile-java-process.sh</code>, included in <code>@161-java-profiling-detect</code>, was updated to include the latest release (v4.1) of the popular profiling tool Async-profiler. In addition, the script added new JFR options available in Java 25 and earlier.</p>
177+
<p>In this release, the script <code>profile-java-process.sh</code>, included in <code>@161-java-profiling-detect</code>, was updated to include the latest release (v4.1) of the popular profiling tool <code>Async-profiler</code>. In addition, the script added new <code>JFR</code> options available in <code>Java 25</code> and earlier.</p>
178178
<p><img src="/cursor-rules-java/images/0.11.0-profiling-menu.png" alt="" /></p>
179179
<p>In recent months, I have been inspired by the work of outstanding engineers in this field: <a href="https://x.com/forked_franz">Francesco Nigro</a>, <a href="https://x.com/jerrinot">Jaromir Hamala</a>, and <a href="https://x.com/parttimen3rd">Johannes Bechberger</a>. I highly recommend following them.</p>
180180
<h2>A new website</h2>

docs/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feed xmlns='http://www.w3.org/2005/Atom' xml:lang='en'>
33
<id>https://jabrena.github.io/cursor-rules-java/</id>
44
<title>Cursor Rules for Java</title>
5-
<updated>2025-09-27T20:36:06+0200</updated>
5+
<updated>2025-09-27T20:38:34+0200</updated>
66
<link rel="alternate" type="text/html" href="https://jabrena.github.io/cursor-rules-java/" />
77
<link rel='self' type='application/atom+xml' href='https://jabrena.github.io/cursor-rules-java//feed.xml' />
88
<entry>

site-generator/content/blog/2025/09/release-0.11.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ With this visualization, you can see whether something is missing in your Java i
127127
128128
## Profiling improvements
129129
130-
In this release, the script `profile-java-process.sh`, included in `@161-java-profiling-detect`, was updated to include the latest release (v4.1) of the popular profiling tool Async-profiler. In addition, the script added new JFR options available in Java 25 and earlier.
130+
In this release, the script `profile-java-process.sh`, included in `@161-java-profiling-detect`, was updated to include the latest release (v4.1) of the popular profiling tool `Async-profiler`. In addition, the script added new `JFR` options available in `Java 25` and earlier.
131131
132132
![](/cursor-rules-java/images/0.11.0-profiling-menu.png)
133133

0 commit comments

Comments
 (0)