Ryaryu

Results 6 comments of Ryaryu

I have the same issue. In my case, a PostgreSQL database. For some reasons, not related to TLS or OS, HikariCP cannot get connections in some random moments. Instead of...

@TomasTokaMrazek Although it is contradictory to docs, I'm setting minimumIdle to 0 so HikariCP is always forced to create new connections. So far (~2 weeks of testing in production) I...

I know it is annoying to bump this just to ask, but you guys got the time to revive this?

For me it only worked when I copied `kubelogin.exe` to `%USERPROFILE%\AppData\Local\Programs\Lens\resources\cli\bin`

Oh... sure. I'm using a single Bean to handle both. ```java @Named @RequestScoped public class LoginController { @Getter @Setter String username; @Getter @Setter String password; @Inject FacesContext facesContext; @ConfigProperty(name =...