Raja Nagendra Kumar

Results 115 issues of Raja Nagendra Kumar

It would be good to write about how to run the test cases (gradle bootTestRun) and if it has any impact on Grafana and Prometheus dashboards, Spring Actuator output, how...

Can you pl. confirm if this works with latest JDK and JUnit 5. If you think it can work and needs an upgrade, I can put the effort to revive...

Does this work with jdk 20 i.e. modern jdks as it is already 23 years old as I used it when I was in Sun Microsystems 1998 to 2005

``` services: postgres: container_name: postgres image: postgres:15.2-alpine environment: - POSTGRES_USER=postgres - POSTGRES_PASSWORD=postgres - POSTGRES_DB=postgres ports: - "15432:5432" restart: unless-stopped pgadmin: container_name: pgadmin image: dpage/pgadmin4 restart: always environment: PGHOST: postgres PGADMIN_DEFAULT_EMAIL:...

Bug

https://github.com/cronn/cucumber-junit5-example/blob/main/src/test/java/com/example/state/ScenarioState.java As this is the class that is being tested.. it would be clean to be part of main/java directly ![image](https://user-images.githubusercontent.com/332234/232473561-d185b265-14ea-4733-9122-6d6910749a76.png)

### Describe the bug env variables are correct, but still gives error ### Expected Behavior this example should work locally ### Current Behavior [ERROR] Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.1.0:java (default-cli)...

bug
language/java
p1

### Describe the bug Example https://github.com/aws-samples/aws-cdk-examples/tree/master/java/hello-world not working, it gives error ### Expected Behavior Example should work with out any errors ### Current Behavior G:\DWork\osource\cloudc\devops\iac\aws\java\hello-world> cdk deploy [INFO] Scanning for...

bug
language/java
needs-reproduction

### Describe the bug https://github.com/aws-samples/aws-cdk-examples/tree/master/java/resource-overrides fails to deploy ### Expected Behavior example should not fail ### Current Behavior [100%] success: Published fc5f710b126aed0a3bbb1646eb78a6ae7f2c074e4f6b717bbf006512fe5a2f6a:current_account-current_region Call failed: describeStacks({"StackName":"resource-overrides"}) => Stack with id resource-overrides...

bug
p2

### Describe the bug To run https://github.com/aws-samples/aws-cdk-examples/tree/master/java/codebuild examples bootstraping should be done in certain way, that command is not present in readme.md ### Expected Behavior command to boot strap this...

bug
needs-triage
effort/small
language/java
ngde/pod

[https://github.com/aws-samples/cookiecutter-aws-sam-powertools-java/blob/main/templates/java11/cookiecutter-aws-sam-hello-powertools-java-maven/%7B%7B%20cookiecutter.project_slug%20%7D%7D/HelloWorldFunction/pom.xml](https://github.com/aws-samples/cookiecutter-aws-sam-powertools-java/blob/main/templates/java11/cookiecutter-aws-sam-hello-powertools-java-maven/%7B%7B%20cookiecutter.project_slug%20%7D%7D/HelloWorldFunction/pom.xml) the current version of ``` org.apache.maven.plugins maven-shade-plugin 3.2.4 ``` results in the following error ``` F:\nag\DWork\osource\experiments\cloudc\devops\iac\any\pulumi\java\aws\ss\ex1\sam-app>sam build Starting Build use cache Cache is invalid, running build and copying resources...