Raja Kolli

Results 50 issues of Raja Kolli

jcenter is about to sunset in may 2021, I know that there is a huge dependency for gradle plugins on jcenter. We should slowly migrate to mavencentral

Use @DynamicPropertySource like [here](https://github.com/rajadilipkolli/analytics-spring-cloud-streams-kafka/blob/master/analytics-spring-cloud-streams-kafka-consumer/src/test/java/com/example/analytics/AnalyticsConsumerApplicationTests.java#L51-L58) instead of [ApplicationContextInitializer](https://github.com/sivaprasadreddy/generator-springboot/blob/master/generators/server/templates/app/src/test/java/common/DBContainerInitializer.java#L19) in Junits when using Containers for setting the value in Junit tests [example](https://www.baeldung.com/spring-dynamicpropertysource) Also use @TestContainers annotation in conjunction with @Container annotation to...

Can you please provide or create a spring-boot security sample which uses internationalization just like below request [SpringSecurityInternationalization](https://github.com/spring-projects/spring-security/issues/1768) Sample This will be very helpful for people who wants to internationalize...

logstash logback encoder dependency is necessary for sending the logs to elasticsearch for indexing. This Pr will address the issue

Adding servers information allows user to run with both http and https scheme especially when working in remote development like gitpod

Testing with redis cluster