zaenk

Results 8 comments of zaenk

### Prerequisites: * Download Visual Studio Installer * From Visual Studio Build Tools, install Visual C++ build tools. Select the following components * Visual C++ Build Tools core features *...

In addition to `MimeHeaders` propagation `javax.xml.bind.Unmarshaller#setAttachmentUnmarshaller` must also be set to properly support SOAP MTOM & XOP. For an example, see this SO answer: https://stackoverflow.com/a/24417032

this used to be a feature for `testDataBuilders` ```kotlin generateTestBuilders.set(true) testDirConnection { connectToKotlinSourceSet("testFixtures") } ``` `testDataBuilders` is now deprecated in favor of `generateDataBuilders` - but according to the v4 migration...

@ilterpehlivan yes, essentially it does, original discussion: https://github.com/Netflix/dgs-framework/discussions/234

https://github.com/SmartBear/soapui/issues/738#issuecomment-1556176255 This ⬆️ and: * use jdk 16 x86_64, won't work with aarch64/arm64 * revert the last commit `git revert --no-commit d8d2f979` - all it does is it bumps the...

I just wanted to do this exact same thing! Thanks for opening this PR!

this feels really sub-optimal right now - for a docker compose file three different versions need to be set up - one for the admin-tools, another for server or auto-setup...