Kirill RevaforTechmatesGroup Hybris blognimda.hashnode.dev·Aug 11, 2022Usage of external static code analysis toolsOverview In this article we show one of available code analysis tools ShiftLeft which provide comprehensive security analysis and give recommendations on how to fix found vulnerabilities. You can integrate this analysis in your pipeline or use manual...Hybris
Nazarii HvozdianchukforTechmatesGroup Hybris blognimda.hashnode.dev·Aug 11, 2022Patch releases mechanism implementationThis implementation allows you to import your release impexes during initialization/update process and treat them as patches by using Patching Framework (see SAP Help Portal ) so they are executed only once. Goals and differences from OOTB hybris pat...723 readsJava
Kirill RevaforTechmatesGroup Hybris blognimda.hashnode.dev·Aug 11, 2022Sonar code analysis automation with bitbucket pipelinesOverview Developers team often experiencing troubles with code smells and some of them are not well visible during code review and can be merged with target branch. That’s why we provide automated mechanism of code analysis which eliminates human fac...1.0K readsHybris
Hybris Geekcodeshastra.hashnode.dev·Jun 13, 2022Sap Cx (hybris) : Impex Basics - 1Impex is an abbreviation for import- export in SAP Commerce Cloud. It is one of many important features offered by Commerce cloud.It helps in importing data into the commerce system and exporting it out of the system. The execution of the impex can b...155 readsSAP commerce cloud
Hybris Geekcodeshastra.hashnode.dev·Jan 17, 2022Import Hybris Project In IntelliJNote : Make sure following plugin is installed and enabled in the intellIj sap-commerce-intellij-idea-plugin by EPAM Close All open project in intellij from file tab. Do Ctrl + shift + A , it will open the Actions window , search for import proj...187 readsintellij