Vivek Buddhadev

Results 4 issues of Vivek Buddhadev

I'm using the xjcGenerate task in my gradle script to generate required classes. It worked fine until I migrated the gradle version to 7.4 from 6.8. gradle-xjc-plugin:1.4.0 Java: 11 ```...

I'm trying to generate classes from my multiple WSDL files with the following snippets of WSDL2JAVA code ``` id "com.github.bjornvester.wsdl2java" version "2.0.2" wsdl2java { includes = [ "src/main/resources/wsdl4.0/aflost.wsdl", "src/main/resources/wsdl4.0/process.wsdl", "src/main/resources/wsdl4.0/pdf.wsdl",...

Suddenly the wsdl2java started throwing following exception. The same following setup was working before two weeks. ``` apply plugin: 'no.nils.wsdl2java' buildscript { repositories { mavenCentral() maven { url "https://plugins.gradle.org/m2/" }...

### Describe the bug I am using the Microsoft Graph API 5.80.0 to upload files to SharePoint from a Java Spring Boot application. The upload works fine in normal conditions,...

status:waiting-for-triage
type:bug