How to add ELK-Stack to SAP Commerce
The article describes how to apply ELK-Stack functionality to SAP Commerce (Hybris) for a local environment. I do not recommend this manual as presented here for any production purposes.If you just w
The article describes how to apply ELK-Stack functionality to SAP Commerce (Hybris) for a local environment. I do not recommend this manual as presented here for any production purposes.If you just w
Just quick note with examples of using the Spock Framework for writing unit tests. How to setup?Add new dependency in external-dependencies.xml: 12345<dependency> <groupId>org.spockframe
GeneralBecause the code should be fully extensible and easy to test, the reviewed code should not contain: final methods/classes (except low-level platform features) private methods static methods U
I was looking at the console and I didn’t understand what’s wrong. That was my first time when I use Vue Storefront, I was recognized that I’ve lost the thread. I don’t understand how to fix it and h
Could you describe how you implemented BG deployment? What are the limitations and side effects of BG? Could you describe what is CI/CD? How to implement CI/CD process? Do (did) you have CI/CD on
Why should we avoid using final classes and methods?Hybris is intended to be fully extensible, so creating classes or methods that cannot be extended is not sensible. You’ll get problems with: Exten
In the morning you found a new issue in the issue tracking software. The problem is that sometimes a NullPointerException occurs in the StrategyOfGettingDescriptor. StrategyOfGettingDescriptor.java 1