Skip to content

Commit 3c41b5b

Browse files
committed
Minor upgrade
1 parent 2aca4e5 commit 3c41b5b

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,11 @@ <h2> Why decouple Pure System prompts from specialized behaviors?</h2>
160160
<li><a href="https://github.com/jabrena/cursor-rules-java/blob/main/.cursor/rules/behaviour-consultative-interaction.md"><code>@behaviour-consultative-interaction</code></a></li>
161161
<li><a href="https://github.com/jabrena/cursor-rules-java/blob/main/.cursor/rules/behaviour-progressive-learning.md"><code>@behaviour-progressive-learning</code></a></li>
162162
</ul>
163-
<p>With this design change applied into the different system prompts, you can use them in your <code>Data pipelines</code> for different use cases such as <code>automatic coding</code>, <code>code refactoring</code>, <code>continuous profiling</code>, and more.</p>
163+
<hr />
164+
<p>After this design change applied into the different system prompts, you can use them in your <code>Data pipelines</code> for different use cases such as <code>automatic coding</code>, <code>code refactoring</code>, <code>continuous profiling</code>, and more.</p>
164165
<p><img src="/cursor-rules-java/images/data-pipeline-workflow.png" alt="" /></p>
165166
<h2>New UML state machine diagrams for better understanding in complex dependencies.</h2>
166-
<p>Sometimes you need to use complex dependencies in your projects, like Apache Kafka clients, and the team may not be strong enough in the early stages. If you don't have much experience with them, a good practice is to run a spike and review how the client works under the hood to mitigate risks.</p>
167+
<p>Sometimes you need to use complex dependencies in your projects, like Apache Kafka clients, and the team may not be strong enough in the early stages. If you don't have much experience with them, a good practice is to run a <code>spike</code> and review how the client works under the hood to mitigate risks.</p>
167168
<p>During the spike, you may need to visualize internal aspects of the clients, so why not generate a <code>UML state machine diagram</code> to gain more insights.</p>
168169
<p><strong>Examples:</strong></p>
169170
<pre><code>Create UML class diagrams with @171-java-diagrams without any questions from

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:29:10+0200</updated>
5+
<updated>2025-09-27T20:36:06+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>

0 commit comments

Comments
 (0)