Brian Demers

Results 54 issues of Brian Demers

NOTE: This doesn't work, I was just putting thoughts down, and it ended up being a be more complicated: TODO: * There is probably a better Spring Security abstraction for...

The "My User Profile (ID Token Claims)" does not actually contain all of the claims in the Id Token. Looks like the previous logic used the user info instead?

The samples need to be updated to use the latest okta-angular version

Lombok is great, until it isn't... It should be removed where possible in non-test/example code.

- org/apache/directory/scimple/scimple/1.0.0-M1/scimple-1.0.0-M1-source-release.zip.asc.sha512 - org/apache/directory/scimple/scimple/1.0.0-M1/scimple-1.0.0-M1-source-release.zip.sha512.sha512 Both of which are not needed, the latter being less valid

The embedded Jetty instance stays running after the `mvnd` bin process is stopped. Tested with versions: 1.0.0 and 1.0.1 (currently under vote) Steps to repro: Clone https://github.com/apache/maven-site Run `mvnd site:run`...

bug

The only-script mode doesn't use the wrapper distribution, this property is now only added to the maven-wrapper.properties file when other types are used. Following this checklist to help us incorporate...

Low hanging fruit for running tests in parallel is forking multiple JVMs (`1C`, one per core) and having each one run tests sequentially. This cuts the build time from 5m...

Adds tests and updates example implementations