Skip to content

Commit 20d1ea2

Browse files
committed
Minor change in the article
1 parent b0912f1 commit 20d1ea2

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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
@@ -93,7 +93,7 @@ <h1>What's new in Cursor rules for Java 0.11.0?</h1>
9393
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
9494
<article role="main" class="blog-post">
9595
<h2>What are Cursor rules for Java?</h2>
96-
<p>The project provides a collection of System prompts for Java Enterprise development that help software engineers in their daily programming work. The <a href="https://github.com/jabrena/cursor-rules-java/blob/main/CURSOR-RULES-JAVA.md">available System prompts for Java</a> cover areas such as <code>Build system based on Maven</code>, <code>Design</code>, <code>Coding</code>, <code>Testing</code>, <code>Refactoring &amp; JMH Benchmarking</code>, <code>Performance testing with JMeter</code>, <code>Profiling with async-profiler/JDK tools</code>, <code>Documentation</code>, and <code>Diagrams</code>.</p>
96+
<p>The project provides a collection of System prompts for Java Enterprise development that help software engineers in their daily programming work &amp; data pipelines. The <a href="https://github.com/jabrena/cursor-rules-java/blob/main/CURSOR-RULES-JAVA.md">available System prompts for Java</a> cover areas such as <code>Build system based on Maven</code>, <code>Design</code>, <code>Coding</code>, <code>Testing</code>, <code>Refactoring &amp; JMH Benchmarking</code>, <code>Performance testing with JMeter</code>, <code>Profiling with async-profiler/JDK tools</code>, <code>Documentation</code>, and <code>Diagrams</code>.</p>
9797
<h2>What's new in this release?</h2>
9898
<p>In this release, the project introduces several updates:</p>
9999
<ul>

docs/feed.xml

Lines changed: 2 additions & 2 deletions
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:24:28+0200</updated>
5+
<updated>2025-09-27T20:29:10+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>
@@ -12,7 +12,7 @@
1212
<link rel="alternate" type="text/html" href="https://jabrena.github.io/cursor-rules-java//blog/2025/09/release-0.11.0.html" />
1313
<updated>2025-09-29T00:00:00+0200</updated>
1414
<summary>What are Cursor rules for Java?
15-
The project provides a collection of System prompts for Java Enterprise development that help software engineers in their daily programming work. The available System prompts for Java cover areas such as Build system based on Maven, Design, Coding, Testing, Refactoring &amp;amp; JMH Benchmarking, Performance testing with JMeter, Profiling with async-profiler/JDK tools, D...</summary>
15+
The project provides a collection of System prompts for Java Enterprise development that help software engineers in their daily programming work &amp;amp; data pipelines. The available System prompts for Java cover areas such as Build system based on Maven, Design, Coding, Testing, Refactoring &amp;amp; JMH Benchmarking, Performance testing with JMeter, Profiling with async-...</summary>
1616
</entry>
1717
<entry>
1818
<id>https://jabrena.github.io/cursor-rules-java//blog/2025/09/mastering-memory-leak-detection-comprehensive-course.html</id>

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ <h3 class="post-title"><a href="blog/2025/09/release-0.11.0.html">What&apos;s ne
123123
<div class="post-entry-container">
124124
<div class="post-entry">
125125
What are Cursor rules for Java?
126-
The project provides a collection of System prompts for Java Enterprise development that help software engineers in their daily programming work. The available System prompts for Java cover areas such as Build system based on Maven, Design, Coding, Testing, Refactoring &amp; JMH Benchmarking, Performance testing with JMeter, Profiling with async-profiler/JDK tools, D...
126+
The project provides a collection of System prompts for Java Enterprise development that help software engineers in their daily programming work &amp; data pipelines. The available System prompts for Java cover areas such as Build system based on Maven, Design, Coding, Testing, Refactoring &amp; JMH Benchmarking, Performance testing with JMeter, Profiling with async-...
127127
<p></p>
128128
<a href="blog/2025/09/release-0.11.0.html" class="post-read-more">[Read More]</a>
129129
</div>

docs/tags/blog.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ <h2 class="post-title"><a href="../blog/2025/09/release-0.11.0.html">What&apos;s
9393
<div class="post-entry-container">
9494
<div class="post-entry">
9595
What are Cursor rules for Java?
96-
The project provides a collection of System prompts for Java Enterprise development that help software engineers in their daily programming work. The available System prompts for Java cover areas such as Build system based on Maven, Design, Coding, Testing, Refactoring &amp; JMH Benchmarking, Performance testing with JMeter, Profiling with async-profiler/JDK tools, D...
96+
The project provides a collection of System prompts for Java Enterprise development that help software engineers in their daily programming work &amp; data pipelines. The available System prompts for Java cover areas such as Build system based on Maven, Design, Coding, Testing, Refactoring &amp; JMH Benchmarking, Performance testing with JMeter, Profiling with async-...
9797
<p></p>
9898
<a href="../blog/2025/09/release-0.11.0.html" class="post-read-more">[Read More]</a>
9999
</div>

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
@@ -8,7 +8,7 @@ status=published
88
99
## What are Cursor rules for Java?
1010
11-
The project provides a collection of System prompts for Java Enterprise development that help software engineers in their daily programming work. The [available System prompts for Java](https://github.com/jabrena/cursor-rules-java/blob/main/CURSOR-RULES-JAVA.md) cover areas such as `Build system based on Maven`, `Design`, `Coding`, `Testing`, `Refactoring & JMH Benchmarking`, `Performance testing with JMeter`, `Profiling with async-profiler/JDK tools`, `Documentation`, and `Diagrams`.
11+
The project provides a collection of System prompts for Java Enterprise development that help software engineers in their daily programming work & data pipelines. The [available System prompts for Java](https://github.com/jabrena/cursor-rules-java/blob/main/CURSOR-RULES-JAVA.md) cover areas such as `Build system based on Maven`, `Design`, `Coding`, `Testing`, `Refactoring & JMH Benchmarking`, `Performance testing with JMeter`, `Profiling with async-profiler/JDK tools`, `Documentation`, and `Diagrams`.
1212
1313
## What's new in this release?
1414

0 commit comments

Comments
 (0)