Raja Nagendra Kumar

Results 115 issues of Raja Nagendra Kumar

![image](https://user-images.githubusercontent.com/332234/182007351-2991e665-ced2-4a8e-bce7-61c1e40ecec2.png) As most archunit test rules can be reused across multiple products and projects.. it would be nice to display the code used against the result so that cut and...

I was presenting ArchUnit in Bangalore JUG today, and one of the attendees did give a great idea. Reporting the same for considering in future roadmaps Is there a possibility...

Is it possible to standardize architectural rules and see them reusable globally, like the way jar files publishedn in maven can be used by any!! I do see the best...

Are there any architectural best practices standards pushed by any common industry body, or is #archunit considering to drive such initiative, as we do see the architecture is the key...

It would also be good to have an example of archunit, that tests archunit tests themselves, e.g I want to make sure there is one test at least against each...

discussion

It would be nice for report to provide JDK and system details part of its report, as I do see this archunit seems to vary its results based on system...

![image](https://user-images.githubusercontent.com/332234/182007196-2221084e-cea1-4e0c-95a9-a1c85e9b9232.png) ![image](https://user-images.githubusercontent.com/332234/182007204-54d2624d-46c0-4252-81fd-1619a6c06f98.png) ![image](https://user-images.githubusercontent.com/332234/182007214-ea31a19e-2d11-4715-a784-e4e7269a30a1.png) ``` java.lang.AssertionError: Architecture Violation [Priority: MEDIUM] - Rule 'Layered architecture consisting of layer 'Controllers' ('..com.test.controllers..') layer 'Services' ('..com.test.services..') layer 'Infrastructure' ('..com.test.infrastructure..') where layer 'Controllers' may not be...

Please update this module to work with latest react. We are seeing this error as below npm WARN [email protected] requires a peer of [email protected] but none was installed.

It would be nice to support property file inheritance through some special key.. this way even the properties file decencies are decided at properties file level and not in code....

It would be helpful to support dynamic keys in properties files e.g ${abc}One="raja" etc