Skip to content

Feat: Added MCD Support#199

Merged
tanya732 merged 11 commits into
masterfrom
feat/mcd-support
Apr 9, 2026
Merged

Feat: Added MCD Support#199
tanya732 merged 11 commits into
masterfrom
feat/mcd-support

Merge branch 'feat/mcd-support' of https://github.com/auth0/auth0-jav…

7cf1863
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Apr 7, 2026 in 3s

2 new alerts

New alerts in code changed by this pull request

  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 176 in src/main/java/com/auth0/RequestProcessor.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
AuthAPI.setLoggingEnabled
should be avoided because it has been deprecated.

Check notice on line 408 in src/main/java/com/auth0/RequestProcessor.java

See this annotation in the file changed.

Code scanning / CodeQL

Missing catch of NumberFormatException Note

Potential uncaught 'java.lang.NumberFormatException'.