Finn Petersen

Results 8 issues of Finn Petersen

When gradle is not able to resolve a dependency it may still be imported into the current project. When dependency substitution is enabled the library will be replaced by the...

Consider this type: ``` package org.immutables.fixture.synthetic; import org.immutables.value.Value; @Value.Immutable public interface Synthetic { boolean synthetic(); } ``` There is a method generated with a synthetic parameter ``` private boolean equalTo(int...

bug

Google App Engine does not allow threads to call the app engine apis unless the whole thread chain were created by there own ThreadFactory. This behaviour disallows using threads via...

Enhancement

With xmonad as window manager the window of the examples is not redrawn on `request-frame`. I need to resize the window after request-frame to be correctly shown. i am on...

In Java 19 the behaviour of the word boundary was changed. It only matches ascii per default. see https://bugs.openjdk.org/browse/JDK-8264160

Internal company servers may be additional secured by a basic authentication username and password. This commit add the capability to add basic auth credentials to the requests. The most interesting...

### What happened? In mono repos and parallel gradle builds there is a concurrency issue. The function https://github.com/JetBrains/intellij-platform-gradle-plugin/blob/83ddc39b8ac749dccb33a2c2526a59387bfa06a2/src/main/kotlin/org/jetbrains/intellij/platform/gradle/extensions/IntelliJPlatformDependenciesHelper.kt#L1114 is not thread safe and multiple threads can try to create the...

bug
depends on Plugin Verifier

Note: This does not do dependency substitution Issue: IDEA-293518

Waiting for Reply