Ganesh Tiwari

Results 8 comments of Ganesh Tiwari

I'm facing the same problem as @TrueMan777 mentioned.

@detouched Thanks. I also needed to include another empty class for my WebDriverContainer. ``` package org.junit.rules; public class ExternalResource { } ``` Was getting the following exception: ``` java.lang.NoClassDefFoundError: org/junit/rules/ExternalResource...

Hello, I'm also looking forward to it.

DO NOT MERGE

Could you post the details of changes that you made?

@NayabHussain Look at the following section at application.yml and g.t.saml.config.AppProperties class. Base path gets mapped to org.springframework.security.saml.provider.config.LocalProviderConfiguration#basePath saml2: identity-provider: base-path: http://localhost:8081/this-is-idp entity-id: my-identity-provider-app

@timtebeek Issue reported on https://github.com/openrewrite/rewrite/issues/4055#issue-2156591037: - when a class has multiple fields (AND @ToString) its returning `Caused by: java.lang.IllegalStateException: Unexpected constant type java.lang.Boolean` exception. They are using Spring Boot 2.7....

Any idea on when/if this will get merged/released? Also, is there any workaround until we have this in place?