File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/main/java/com/oracle/weblogicx/imagebuilder/builder/util Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 3
3
package com .oracle .weblogicx .imagebuilder .builder .util ;
4
4
5
5
import java .io .File ;
6
- import java .io .FileDescriptor ;
7
- import java .io .FileInputStream ;
8
6
import java .io .IOException ;
9
7
import java .nio .file .Files ;
10
8
import java .nio .file .Paths ;
24
22
import org .w3c .dom .Node ;
25
23
import org .w3c .dom .NodeList ;
26
24
25
+ import static com .oracle .weblogicx .imagebuilder .builder .api .meta .MetaDataResolver .CACHE_KEY_SEPARATOR ;
27
26
import static com .oracle .weblogicx .imagebuilder .builder .impl .meta .FileMetaDataResolver .META_RESOLVER ;
28
27
import static com .oracle .weblogicx .imagebuilder .builder .util .ARUConstants .ARU_LANG_URL ;
29
- import static com .oracle .weblogicx .imagebuilder .builder .api .meta .MetaDataResolver .CACHE_KEY_SEPARATOR ;
30
28
import static com .oracle .weblogicx .imagebuilder .builder .util .ARUConstants .CONFLICTCHECKER_URL ;
31
29
import static com .oracle .weblogicx .imagebuilder .builder .util .ARUConstants .FMW_PROD_ID ;
32
30
import static com .oracle .weblogicx .imagebuilder .builder .util .ARUConstants .GET_LSINVENTORY_URL ;
@@ -191,7 +189,7 @@ public static ValidationResult validatePatches(String lsInventoryPath, List<Stri
191
189
String inventoryContent = new String (Files .readAllBytes (Paths .get (lsInventoryPath )));
192
190
String upiPayload = "<inventory_upi_request><lsinventory_output>" + inventoryContent +
193
191
"</lsinventory_output></inventory_upi_request>" ;
194
-
192
+
195
193
Document upiResult = HttpUtil .postCheckConflictRequest (GET_LSINVENTORY_URL , upiPayload , userId ,
196
194
password );
197
195
You can’t perform that action at this time.
0 commit comments