Raja Kolli

Results 50 issues of Raja Kolli

Observability is changed in spring boot 3 using micrometer. Add support for the same

**Describe the bug** Not sure where to raise the request, hence raising here for attention. If this is not the correct place please point where to raise it? I am...

bug

Adds renovate which automatically updates the version when all tests are passed and workflow which tests that nothing is broken

## Summary by CodeRabbit - **New Features** - Upgraded Angular and related dependencies in the blog UI for enhanced performance and features. - **Chores** - Modified the build process for...

component : angular
type: dependency-upgrade

Update spring boot or any other sample to showcase how to log query metrics.

Instead of manually setting the url use containers OOTB URL

Tracking issue for: - [ ] https://github.com/rajadilipkolli/spring-boot-microservices-series-v2/security/code-scanning/1

bug
component : catalog-service

Currently due to any reason if status of order is NEW and is not processed due to timeout or any other reason it remains In NEW Status, system should have...

component : order-service

As a customer, I would like to see the status of the orders created. Technical Implementation: In Order-service microservice we have order details, hence an endpoint should be exposed here...

component : payment-service
component : order-service

Currently for creating a new Order we use below code, ```java public record OrderRequest( @Positive(message = "CustomerId should be positive") Long customerId, @NotEmpty(message = "Order without items not valid") List...

enhancement
component : order-service