Skip to content

[DEV-8739] Converted to Kotlin. - #15

Merged
charlta merged 11 commits into
mainfrom
DEV-8739-use-kotlin
May 18, 2026
Merged

[DEV-8739] Converted to Kotlin.#15
charlta merged 11 commits into
mainfrom
DEV-8739-use-kotlin

Conversation

@charlta

@charlta charlta commented May 12, 2026

Copy link
Copy Markdown
Member

Description

Converts to a Kotlin code base. This has been done as two commits to show the initial conversion still worked with the Java tests.

Associated tasks

Test Steps

Use it...

Checklist

If any of these are not applicable, strikethrough the line ~like this~. Do not delete it!. Let the reviewer decide if you should have done it.

Code

  • I have performed a self review of my own code (including checking issues raised when creating the PR).
  • I have added/updated unit tests for these changes, and if not I have explained why they are not necessary.
  • I have commented my code in any hard-to-understand or hacky areas.
  • I have handled all new warnings generated by the compiler or IDE.
  • I have rebased onto the target branch (usually main).

Security

When developing applications, use following guidelines for information security considerations:

  • Access to applications should be protected with security keys/tokens or usernames and passwords;
  • All sessions are encrypted if possible;
  • All application input is sanitised before being acted on (ie SQL statements, etc);
  • Log messages, and especially client-facing ones, must be handled securely and must not leak credentials information (internal URLs, passwords, tokens).
  • I have considered if this change impacts information security and made sure those impacts are handled.

Documentation

  • I have updated the changelog.
    - [ ] I have updated any documentation required for these changes.

Breaking Changes

  • I have considered if this is a breaking change and will communicate it with other team members by posting it on the Slack breaking-changes channel.

Pretty much everything....

@ryanjcoleman

Copy link
Copy Markdown
Member

Task linked: DEV-8739 Update vert.x utils

Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
@charlta
charlta force-pushed the DEV-8739-use-kotlin branch from e5c1a89 to 1d2e586 Compare May 12, 2026 23:30
charlta added 10 commits May 13, 2026 23:18
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
…causes downstream issues.

Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
…hunk response builders.

Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
… response until a `write` has occurred.

Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
Signed-off-by: Anthony Charlton <anthony.charlton@zepben.com>
@charlta
charlta marked this pull request as ready for review May 18, 2026 02:04
@charlta
charlta merged commit 60c9667 into main May 18, 2026
4 checks passed
@charlta
charlta deleted the DEV-8739-use-kotlin branch May 18, 2026 02:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants