ashakirin

Results 10 issues of ashakirin

## Feature requests Provide an option to negate verification, like: ``` verify(getRequestedFor("/my_url")) .withHeader("X-MyHeader").not(containing("value1")) ```

enhancement
help wanted

Wiremock version: 2.31.0 1) Use case: Header "X-MyHeader" has two values: "value1", "value2". 2) Status quo: The following statement verifies result successfully: ``` verify(getRequestedFor("/my_url")) .withHeader("X-MyHeader").equalTo("value1") ``` 3) Expected: equalTo("value1") fails....

Downloading netty-transport-native-kqueue dependency causes the following error: `java.lang.RuntimeException: Error downloading dependnecy: Error downloading dependnecy: /Users/ashakirin/.m2/repository/io/netty/netty-transport-native-kqueue/4.1.75.Final/netty-transport-native-kqueue-4.1.75.Final.jar (No such file or directory)` The reason is that this depedency has OS specific classifier...

### What needs to be done Resources in `src/test/resources` that are not parseable should be ignored by the `RewriteMavenParser` and a message under `INFO` should be logged ### Why it...

type: enhancement
in: engine

Since maven 3.5.0 it is possible to use ${revision} variable as project version. One way to resolve this ${revision} is specify it in maven.config file: maven.config: -Drevision=2.28.0-SNAPSHOT This way is...

type: enhancement

### What needs to be done Provide migration of Jonson dependency to SpringBoot 30 in multi-module project ### Why it needs to be done Migration to SpringBoot 30 ### Acceptance...

Gradle ChangeDependency shows following result, if new dependency was already defined: ``` rewriteRun( spec -> spec.recipe(new ChangeDependency("commons-lang", "commons-lang", "org.apache.commons", "commons-lang3", "3.11.x", null, null)), buildGradle( """ plugins { id "java-library" }...

enhancement

In case if new dependency already exists, it will be doubled: ```java @Test void shouldNotAddNewIfDependencyAlreadyExistsManaged() { rewriteRun( spec -> spec.recipe(new ChangeDependencyGroupIdAndArtifactId( "javax.activation", "javax.activation-api", "jakarta.activation", "jakarta.activation-api", null, null )), pomXml( """...

enhancement

**Inspector Version** - 0.17.2 **Describe the bug** Connect to MCP server supported Streamable HTTP transport. 1) MCP Inspector sends initialization request `{ "method": "initialize", "params": { "protocolVersion": "2025-06-18", "capabilities": {...

bug
auth
needs-triage