-
Notifications
You must be signed in to change notification settings - Fork 49
/
Copy pathwinrm-1.1.01.diffoscope
84 lines (82 loc) · 4.78 KB
/
winrm-1.1.01.diffoscope
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# .class differences caused by generated .java
1 / 2 target/reference/org.sentrysoftware/winrm-1.1.01.jar target/winrm-1.1.01.jar
2 / 2 target/reference/org.sentrysoftware/winrm-1.1.01-sources.jar target/winrm-1.1.01-sources.jar
--- target/reference/org.sentrysoftware/winrm-1.1.01-sources.jar
+++ target/winrm-1.1.01-sources.jar
├── zipinfo {}
│ @@ -1,8 +1,8 @@
│ -Zip file size: 193463 bytes, number of entries: 154
│ +Zip file size: 193445 bytes, number of entries: 154
│ drwxr-xr-x 2.0 unx 0 b- stor 25-Feb-17 12:31 META-INF/
│ -rw-r--r-- 2.0 unx 64 b- defN 25-Feb-17 12:31 META-INF/MANIFEST.MF
│ @@ -84,15 +84,15 @@
│ -rw-r--r-- 2.0 unx 4922 b- defN 25-Feb-17 12:31 org/sentrysoftware/winrm/wql/WinRMWqlExecutor.java
│ -rw-r--r-- 2.0 unx 10784 b- defN 25-Feb-17 12:31 org/sentrysoftware/winrm/service/WinRMWebService.java
│ --rw-r--r-- 2.0 unx 3016 b- defN 25-Feb-17 12:31 org/sentrysoftware/winrm/service/WinRMWebServiceClient.java
│ +-rw-r--r-- 2.0 unx 2926 b- defN 25-Feb-17 12:31 org/sentrysoftware/winrm/service/WinRMWebServiceClient.java
│ -rw-r--r-- 2.0 unx 1855 b- defN 25-Feb-17 12:31 org/sentrysoftware/winrm/service/enumeration/AnyEPRType.java
│ -rw-r--r-- 2.0 unx 4840 b- defN 25-Feb-17 12:31 org/sentrysoftware/winrm/service/enumeration/Enumerate.java
│ @@ -149,8 +149,8 @@
│ -rw-r--r-- 2.0 unx 5288 b- defN 25-Feb-17 12:31 META-INF/maven/org.sentrysoftware/winrm/pom.xml
│ -rw-r--r-- 2.0 unx 59 b- defN 25-Feb-17 12:31 META-INF/maven/org.sentrysoftware/winrm/pom.properties
│ -154 files, 578205 bytes uncompressed, 165125 bytes compressed: 71.4%
│ +154 files, 578115 bytes uncompressed, 165107 bytes compressed: 71.4%
├── org/sentrysoftware/winrm/service/WinRMWebService.java
│ @@ -6,15 +6,15 @@
│ import jakarta.jws.WebService;
│ import jakarta.jws.soap.SOAPBinding;
│ import jakarta.xml.bind.annotation.XmlSeeAlso;
│ import jakarta.xml.ws.Action;
│
│ /**
│ * This class was generated by Apache CXF 4.1.0
│ - * 2025-02-17T12:33:04.938Z
│ + * 2025-02-17T22:23:20.441Z
│ * Generated source version: 4.1.0
│ *
│ */
│ @WebService(targetNamespace = "http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", name = "WinRMWebService")
│ @XmlSeeAlso({org.sentrysoftware.winrm.service.enumeration.ObjectFactory.class, org.sentrysoftware.winrm.service.transfer.ObjectFactory.class, org.sentrysoftware.winrm.service.shell.ObjectFactory.class, org.sentrysoftware.winrm.service.wsman.ObjectFactory.class, org.xmlsoap.schemas.ws._2004._08.addressing.ObjectFactory.class})
│ @SOAPBinding(parameterStyle = SOAPBinding.ParameterStyle.BARE)
│ public interface WinRMWebService {
├── org/sentrysoftware/winrm/service/WinRMWebServiceClient.java
│ @@ -7,35 +7,35 @@
│ import jakarta.xml.ws.WebEndpoint;
│ import jakarta.xml.ws.WebServiceClient;
│ import jakarta.xml.ws.WebServiceFeature;
│ import jakarta.xml.ws.Service;
│
│ /**
│ * This class was generated by Apache CXF 4.1.0
│ - * 2025-02-17T12:33:04.987Z
│ + * 2025-02-17T22:23:20.496Z
│ * Generated source version: 4.1.0
│ *
│ */
│ @WebServiceClient(name = "WinRMWebServiceClient",
│ - wsdlLocation = "file:/home/runner/work/winrm/winrm/target/release/src/main/resources/wsdl/WinRM.wsdl",
│ + wsdlLocation = "file:/var/maven/app/src/main/resources/wsdl/WinRM.wsdl",
│ targetNamespace = "http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd")
│ public class WinRMWebServiceClient extends Service {
│
│ public static final URL WSDL_LOCATION;
│
│ public static final QName SERVICE = new QName("http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", "WinRMWebServiceClient");
│ public static final QName WinRMPort = new QName("http://schemas.dmtf.org/wbem/wsman/1/wsman.xsd", "WinRMPort");
│ static {
│ URL url = null;
│ try {
│ - url = URI.create("file:/home/runner/work/winrm/winrm/target/release/src/main/resources/wsdl/WinRM.wsdl").toURL();
│ + url = URI.create("file:/var/maven/app/src/main/resources/wsdl/WinRM.wsdl").toURL();
│ } catch (MalformedURLException e) {
│ java.util.logging.Logger.getLogger(WinRMWebServiceClient.class.getName())
│ .log(java.util.logging.Level.INFO,
│ - "Can not initialize the default wsdl from {0}", "file:/home/runner/work/winrm/winrm/target/release/src/main/resources/wsdl/WinRM.wsdl");
│ + "Can not initialize the default wsdl from {0}", "file:/var/maven/app/src/main/resources/wsdl/WinRM.wsdl");
│ }
│ WSDL_LOCATION = url;
│ }
│
│ public WinRMWebServiceClient(URL wsdlLocation) {
│ super(wsdlLocation, SERVICE);
│ }