George Li

Results 7 comments of George Li

Are there any examples on how to configure a JWTDecoder to use a custom HTTP Client?

@jgrandja Thanks! In case anyone else was wondering this is what worked for me ``` import org.springframework.security.oauth2.jwt.JwtDecoder; import org.springframework.security.oauth2.jwt.NimbusJwtDecoder; import org.springframework.web.client.RestTemplate; import java.net.InetSocketAddress; import java.net.Proxy; @Bean public JwtDecoder jwtDecoder() {...

I had a similar issue with a plugin in 5.6.2. Upgrading to 5.6.3 allowed me to see the plugin exception error

I don't see any dependencies that use JAVA 11 as the minimum version I was able to run Gradle shadowJar command successfully in my local environment with these changes edit:...

Seems like homerow was acquired? Got an email from superwhisper with a link to a demo mentioning that: https://m.youtube.com/watch?v=UDTCrgepfVc&feature=youtu.be

> Hi 👋 > > Thanks for opening the issue. Unfortunately, I was not able to reproduce the same issue. > > @bappadityams are you using a proxy or have...

I'd be more than happy to contribute - problem is I don't know the Jmeter source code well enough to know where to start looking for ideas on how to...