Krishnan Mahadevan

Results 33 issues of Krishnan Mahadevan

When trying to start the spring boot app available in `tutorials/axon`, I see the below exception ``` 11:59:14.005 [main] ERROR o.s.boot.SpringApplication - Application run failed org.springframework.beans.factory.BeanCurrentlyInCreationException: Error creating bean with...

triaged
on-jira

Can we add more information pertaining to the relevance of the edges file and what usually goes into it ? Also maybe add some examples so that it's easy to...

piranha polyglot
documentation

### TestNG Version > Note: only the latest version is supported This is on the `master` branch ### Expected behavior There should be no `NoSuchMethodError` that gets triggered by Gradle...

### TestNG Version > Note: only the latest version is supported 6.12 There are some unsafe casts being done in Invoker class. Examples can be found from the below review...

perf/enhancement

Currently TestNG lets a user run their JUnit tests using TestNG. TestNG still does this only for JUnit3 and JUnit4 based tests. JUnit has evolved and with JUnit5 coming in,...

Feature: junit

### TestNG Version > Note: only the latest version is supported 7.4.0 Currently TestNG does not have a way of reporting tests that were disabled. It should be available through...

Feature: report

Currently TestNG does not provide any means for an end user to inject the below objects * `org.testng.SuiteRunner` which represents a `` that is going to be run (This is...

custom runner

Currently TestNG's object factory instantiation and usage pattern in the codebase is a bit haywire. This needs to be streamlined from the implementation perspective so that, its clear as to...

Feature: objectfactory
architecture

Closes #1994 Currently as part of supporting native injection TestNG resorts to invoking the “clone()” method on the parameter being natively injected. This becomes a problem because XmlTest is the...

Closes #1622 Fixes #1622 . ### Did you remember to? - [X] Add test case(s) - [X] Update `CHANGES.txt` We encourage pull requests that: * Add new features to TestNG...