Richard "Virgo" Richter

Results 4 issues of Richard "Virgo" Richter

Hi We used configuration like this: ``` node { version = versionNodejs npmVersion = versionNpm distBaseUrl = 'https://nodejs.org/dist' download = true workDir = file("${toolsDir}/nodejs") npmWorkDir = file("${toolsDir}/npm") } ``` Today...

### Complicated install? I know it will sound lame, but when I tested Swagger UI like two years ago I copied some static content, configured it a bit and was...

cat: documentation
type: housekeeping

I tried to follow http://docs.spring.io/autorepo/docs/spring-security-kerberos/1.0.2.BUILD-SNAPSHOT/reference/htmlsingle/#samples-sec-server-win-auth but got confused about two places mentioning Linux: > Important > You may need to use custom kerberos config with Linux either by using >...

When you check http://docs.spring.io/spring-security-kerberos/docs/1.0.x/api/ click package `demo.app` it shows multiple `Application` and other classes however the links lead to a single file (understandably so). Can be prevented if different packages...