Marcin Zajączkowski

Results 162 issues of Marcin Zajączkowski

Nexus [allows](https://blog.solidsoft.pl/2015/09/08/deploy-to-maven-central-using-api-key-aka-auth-token/) to user token's username and password for the promotion-related operations instead of regular username and password. It is somehow safer, as a person having only user token is...

enhancement

I believe, I proposed it in one of my earlier comments, but suggested to move it to a separate PR, after this one is merged to do not mix the...

refactoring

@alvarosanchez from the Micronaut team suggested that - due to Sonatype Nexus performance issues - it would be good to retry (not immediately fail) on the `502 Bad Gateway` errors...

enhancement

What do you think if `snapshotRepositoryUrl` defaults to something like `nexusUrl.removeSuffix("/service/local/") + , "/content/repositories/snapshots/"`? I guess it might be nice to configure the server url just once: ``` repositories {...

enhancement
help wanted
good first issue

Tweets about the project looks dully: ![image](https://user-images.githubusercontent.com/148013/108758833-dadf5b00-754b-11eb-8218-d25b13daca4e.png) It would be good to have some nice logo :-).

enhancement
help wanted

As available in [GitHub](https://docs.github.com/en/github/building-a-strong-community/configuring-issue-templates-for-your-repository). Even the standard one.

good first issue
infrastructure

As signing might fail for variety of reasons, I wonder, if it wouldn't be worth to tune the task orchestration to perform it (signing) before (noticeable long and generating side...

documentation

Playing with the repository transitioning support I came accross the situation where `initializeSonatypeStagingRepository` hangs for 10+ minutes (I didn't wait much longer), even though a read timeout is by default...

bug

The `uses configured connect timeout` test fails with: ``` java.lang.AssertionError: Expecting:

bug

As the `option` configuration field is not marked as [`@Input`](https://github.com/palantir/gradle-graal/blob/86f584d1a6cc87186556625691119b07f084e988/src/main/java/com/palantir/gradle/graal/BaseGraalCompileTask.java#L161) the `nativeImage` task is `UP-TO-DATE` after changes. Usually it's not a desired behavior.