Skip to content

Load with identity config#673

Merged
ekoby merged 4 commits intomainfrom
load-with-identity-config
Mar 5, 2025
Merged

Load with identity config#673
ekoby merged 4 commits intomainfrom
load-with-identity-config

Conversation

@ekoby
Copy link
Copy Markdown
Member

@ekoby ekoby commented Mar 4, 2025

  • add loading with IdentityConfig
  • cleanup public org.openziti classes/objects
  • add Java-compatible status/service event handling

@ekoby ekoby requested a review from a team as a code owner March 4, 2025 16:54
@ekoby ekoby added the major Bump major version label Mar 5, 2025
System.out.printf(">>> %s = %s%n", event.getService().getName(), event.getType());
});

Thread.sleep(5000);
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this sleep should get a comment as to why it's sleeping.

}

@ExperimentalCoroutinesApi
// @ExperimentalCoroutinesApi
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

verifying that this is intentionally commented out. if so -- should it just be removed?

class ZitiException internal constructor(internal val code: Errors, cause: Throwable? = null)
: Exception(code.toString(), cause) {

internal sealed class Errors {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how does this translate to java? this seems like a kotlin-ism that won't translate well?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is internal not visible to app. this is just to map codes from controller to exception messages

@ekoby ekoby merged commit 404b366 into main Mar 5, 2025
5 checks passed
@ekoby ekoby deleted the load-with-identity-config branch March 5, 2025 15:59
@ekoby ekoby added minor bumps minor rev and removed major Bump major version labels Apr 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

minor bumps minor rev

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants