Completed
- Create Hints JAR while we're waiting
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Spring Native with Okta Spring Boot Starter - Implementation and Troubleshooting
Automatically move to the next video in the Classroom when playback concludes
- 1 - Introductions
- 2 - The point of today
- 3 - Reproducing the problem
- 4 - Fixing the code in OktaOAuth2AutoConfig
- 5 - Add proxyBeanMethods = false to @Configuration annotation
- 6 - Who's running the Maven commands?
- 7 - Why doesn't Maven auto-reload pom.xml anymore?
- 8 - Has anyone compared native build times on M1 vs Intel?
- 9 - A brief introduction to Spring Init
- 10 - MissingResourceException: Resource bundle not found
- 11 - Add a @ResourceHint annotation
- 12 - SDKMAN only holds on to the last couple Java versions
- 13 - FileNotFoundException: class path resource does not exist
- 14 - Add @TypeHint for conditional classes
- 15 - Same FileNotFoundException, try adding the parent class and AccessBits.ALL
- 16 - Create Hints JAR while we're waiting
- 17 - We got it working!!
- 18 - Testing with the Hints JAR - FileNotFoundException
- 19 - Brian Demers: This is about the time I break down...
- 20 - Brian Demers: What is this fuzzy thing?
- 21 - Okta CLI Demo
- 22 - Brian Demers: Choco?
- 23 - SmartSynchronize to the rescue!
- 24 - Add @ResourceHints to the Hints JAR
- 25 - Brian Demers: Pay your developers!
- 26 - It works with external hints!