<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/"><channel><title>Aop on wid's blog</title><link>https://wid-blog.github.io/en/tags/aop/</link><description>Recent content in Aop on wid's blog</description><generator>Hugo</generator><language>en</language><lastBuildDate>Sun, 05 Jul 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://wid-blog.github.io/en/tags/aop/index.xml" rel="self" type="application/rss+xml"/><item><title>@Transactional Only Works Through the Proxy</title><link>https://wid-blog.github.io/en/posts/tech/language/spring-transactional-proxy/</link><pubDate>Sun, 05 Jul 2026 00:00:00 +0000</pubDate><guid>https://wid-blog.github.io/en/posts/tech/language/spring-transactional-proxy/</guid><description>@Transactional doesn&amp;rsquo;t work just because it&amp;rsquo;s declared. Spring wraps the bean in a proxy and intercepts only the calls that go through it. Why the annotation is silently ignored on private methods and self-invocation, and how @DataJpaTest&amp;rsquo;s test transaction hides the defect.</description></item></channel></rss>