https://linen.dev logo
#wiremock-java
Title
# wiremock-java
o

Oleg Nenashev

10/27/2023, 4:51 PM
👍 1
After a few patches I am still stuck with Error 401 from Nexus. Unless something is completely wrong, the credentials should work, because I use the same in the Testcontainers Java module release flow
There might be escaping issues though
d

Dirk Bolte

10/30/2023, 10:05 AM
the "old" distribution mechanism is still in the gradle files
can there be any conflict
?
and it definitely is 0ss.sonatybe? not s01.oss.sonatype?
o

Oleg Nenashev

10/30/2023, 10:15 AM
This is what we were said in https://issues.sonatype.org/browse/OSSRH-95888 . The entire
org.wiremock
group is on the legacy server
d

Dirk Bolte

10/30/2023, 10:15 AM
k - just checking
o

Oleg Nenashev

10/30/2023, 10:15 AM
can there be any conflict
Might be. Trying the password first
I also broke the CI, sorry 🤦‍♂️
I will disable signing for CI, something got broken
d

Dirk Bolte

10/30/2023, 10:17 AM
np - in german: wo gehobelt wird, fallen Späne. In english more or less: if you work, there are side effects
😃 1
o

Oleg Nenashev

10/30/2023, 10:17 AM
Every Maven Central encounter ends up with a bunch of burned releases for me 😞
d

Dirk Bolte

10/30/2023, 10:18 AM
I initially started with a release on s01 - but never pushed anything:
Screenshot 2023-10-30 at 11.18.07.png
so I don't think this can cause a side effect
o

Oleg Nenashev

10/30/2023, 10:21 AM
By the way, maybe we chould change the artifactId before releasing. Most of the projects actually use the
wiremock-${purpose}-extension
pattern, and I think it would be useful to rename before we declare Maven Central done, wdyt?
d

Dirk Bolte

10/30/2023, 10:21 AM
sure - got ahead
should we change the repo name as well then?
o

Oleg Nenashev

10/30/2023, 10:22 AM
Would be nice. I can do the bulk change
👍 1
FYI https://github.com/wiremock/wiremock-state-extension/pull/89 . Will retry the release after merging
d

Dirk Bolte

10/30/2023, 10:56 AM
thx
o

Oleg Nenashev

10/30/2023, 12:29 PM
So the release still fails, and I am out of ideas. I guess I will submit a ticket to OSSRH. The same creds work in another release flow, for Maven though
d

Dirk Bolte

10/30/2023, 12:30 PM
😞
2 Views