<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Andrei Lescu</title>
    <description>The latest articles on Forem by Andrei Lescu (@code_n_commerce).</description>
    <link>https://forem.com/code_n_commerce</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3501588%2F1ba0f725-22bf-4031-8fa0-0fa3f5ec6da4.webp</url>
      <title>Forem: Andrei Lescu</title>
      <link>https://forem.com/code_n_commerce</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/code_n_commerce"/>
    <language>en</language>
    <item>
      <title>🚀 SAP Commerce Cloud 2211-jdk21: Framework Update and the Next Chapter of Innovation</title>
      <dc:creator>Andrei Lescu</dc:creator>
      <pubDate>Tue, 14 Oct 2025 19:42:02 +0000</pubDate>
      <link>https://forem.com/code_n_commerce/sap-commerce-cloud-2211-jdk21-framework-update-and-the-next-chapter-of-innovation-4fk5</link>
      <guid>https://forem.com/code_n_commerce/sap-commerce-cloud-2211-jdk21-framework-update-and-the-next-chapter-of-innovation-4fk5</guid>
      <description>&lt;p&gt;The &lt;strong&gt;SAP Commerce Cloud 2211-jdk21 Framework Update&lt;/strong&gt; isn’t just another release — it’s a &lt;strong&gt;true reset&lt;/strong&gt;.&lt;br&gt;&lt;br&gt;
Powered by &lt;strong&gt;JDK 21&lt;/strong&gt; and &lt;strong&gt;Spring 6&lt;/strong&gt;, this update redefines the platform’s core foundations and brings SAP Commerce Cloud in line with modern Java standards.&lt;/p&gt;

&lt;p&gt;In my latest Medium article, I share my &lt;strong&gt;first impressions&lt;/strong&gt; and key insights about the Framework Upgrade —&lt;br&gt;&lt;br&gt;
from &lt;strong&gt;OpenRewrite automation&lt;/strong&gt;, &lt;strong&gt;OAuth migration&lt;/strong&gt;, and &lt;strong&gt;Drools update&lt;/strong&gt;,&lt;br&gt;&lt;br&gt;
to how this release reshapes the meaning of &lt;em&gt;Continuous Innovation&lt;/em&gt;.&lt;/p&gt;

&lt;blockquote&gt;
&lt;p&gt;Think of it as flipping a switch: leaving behind the comfort zone of JDK 17 and stepping into the modern runtime of JDK 21.&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;🔗 &lt;strong&gt;Read the full article on Medium:&lt;/strong&gt; &lt;a href="https://medium.com/@andreilescu/sap-commerce-cloud-2211-jdk21-framework-update-and-the-next-chapter-of-innovation-aa7f91b5a570" rel="noopener noreferrer"&gt;👉 SAP Commerce Cloud 2211-jdk21 | Framework Update — The Next Chapter of Innovation&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If you work with SAP CX, Hybris, or Java-based commerce systems —&lt;br&gt;&lt;br&gt;
this one’s worth a deep dive.&lt;/p&gt;

&lt;p&gt;💬 Drop your thoughts in the comments — have you started your upgrade yet?&lt;br&gt;&lt;br&gt;
👍Like it if you found it useful&lt;br&gt;&lt;br&gt;
🔁 And don’t forget to &lt;strong&gt;follow me&lt;/strong&gt; for upcoming deep-dive articles —&lt;br&gt;&lt;br&gt;
next up: &lt;em&gt;Getting 2211-jdk21 compiled and running locally!&lt;/em&gt;  &lt;/p&gt;

</description>
    </item>
    <item>
      <title>From Noise to Clarity: How I Built an OpenSearch Log Analyzer for SAP Commerce Cloud</title>
      <dc:creator>Andrei Lescu</dc:creator>
      <pubDate>Tue, 16 Sep 2025 04:32:05 +0000</pubDate>
      <link>https://forem.com/code_n_commerce/from-noise-to-clarity-how-i-built-an-opensearch-log-analyzer-for-sap-commerce-cloud-p3a</link>
      <guid>https://forem.com/code_n_commerce/from-noise-to-clarity-how-i-built-an-opensearch-log-analyzer-for-sap-commerce-cloud-p3a</guid>
      <description>&lt;p&gt;🚀 Originally published on &lt;a href="https://medium.com/@andreilescu/from-noise-to-clarity-how-i-built-an-opensearch-log-analyzer-for-sap-commerce-cloud-ca06cfbd4417" rel="noopener noreferrer"&gt;Medium&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Introduction
&lt;/h2&gt;

&lt;p&gt;Log analysis isn’t glamorous… but it’s where the &lt;strong&gt;real truth&lt;/strong&gt; lives.&lt;br&gt;&lt;br&gt;
I went from manual log scanning 😵‍💫 to a fully automated &lt;strong&gt;OpenSearch Log Analyzer ⚡&lt;/strong&gt; that delivers clear, actionable reports right to the customer’s inbox.  &lt;/p&gt;




&lt;h2&gt;
  
  
  🔍 In this article, you’ll learn how I:
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Turned raw JSON from OpenSearch into structured insights
&lt;/li&gt;
&lt;li&gt;Moved from semi-automation → full automation → multiple reports
&lt;/li&gt;
&lt;li&gt;Balanced client needs with technical complexity
&lt;/li&gt;
&lt;li&gt;Learned why out-of-the-box solutions weren’t enough
&lt;/li&gt;
&lt;/ul&gt;




&lt;p&gt;👉 &lt;strong&gt;Read the full story on Medium:&lt;/strong&gt;&lt;br&gt;&lt;br&gt;
&lt;a href="https://medium.com/@andreilescu/from-noise-to-clarity-how-i-built-an-opensearch-log-analyzer-for-sap-commerce-cloud-ca06cfbd4417" rel="noopener noreferrer"&gt;From Noise to Clarity: How I Built an OpenSearch Log Analyzer for SAP Commerce Cloud&lt;/a&gt;  &lt;/p&gt;

&lt;p&gt;👍 If you’ve ever been buried under endless logs, give this a (like)  &lt;/p&gt;

&lt;p&gt;💬 Share your own automation wins (or fails) in the comments  &lt;/p&gt;

&lt;p&gt;📌 Follow me here on Medium or on LinkedIn for more dev-to-dev stories  &lt;/p&gt;

</description>
      <category>programming</category>
      <category>sap</category>
      <category>opensearch</category>
      <category>log</category>
    </item>
  </channel>
</rss>
