Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: move user setting to mail server, add test #88

Closed
wants to merge 2 commits into from

Conversation

m-raab
Copy link
Contributor

@m-raab m-raab commented Nov 30, 2023

No description provided.

Copy link

github-actions bot commented Nov 30, 2023

Test Results

24 tests  +1   22 ✔️ +1   3m 8s ⏱️ + 1m 15s
  5 suites ±0     2 💤 ±0 
  5 files   ±0     0 ±0 

Results for commit 4e03a88. ± Comparison against base commit 684dbfd.

♻️ This comment has been updated with latest results.

@@ -42,6 +44,13 @@ class TaskPreparer(project: Project,

project.tasks.register ("start${getExtensionName()}", StartExtraContainer::class.java) { task ->
configureContainerTask(task)

val os: OperatingSystem = DefaultNativePlatform.getCurrentOperatingSystem()
Copy link
Contributor

Choose a reason for hiding this comment

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

Using an internal class will make upgrade much trickier.

Copy link
Contributor

Choose a reason for hiding this comment

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

Maybe alternatively use System.getProperty("os.name")?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, you are correct - it is internal and a method with System.getProperty is possible. I asked StackOverflow for an approach that is working on different OSs. This internal API is not the only one and I think they will create also an external API.

@Thomas-Bergmann
Copy link
Contributor

is fixed at master (skiesewetter)

@Thomas-Bergmann Thomas-Bergmann deleted the FB_Fix-issue-with-user-switch branch May 3, 2024 09:39
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.

4 participants