Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
127 changes: 0 additions & 127 deletions src/Z-OS-Connect-Customer-Services-Interface/.classpath

This file was deleted.

8 changes: 4 additions & 4 deletions src/Z-OS-Connect-Customer-Services-Interface/.project
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<name>org.eclipse.wst.common.project.facet.core.builder</name>
<arguments>
</arguments>
</buildCommand>
Expand All @@ -28,12 +28,12 @@
</natures>
<filteredResources>
<filter>
<id>1651670931055</id>
<id>1765041060958</id>
<name></name>
<type>30</type>
<matcher>
<id>org.eclipse.core.resources.regexFilterMatcher</id>
<arguments>node_modules|.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
<arguments>node_modules|\.git|__CREATED_BY_JAVA_LANGUAGE_SERVER__</arguments>
</matcher>
</filter>
</filteredResources>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,9 @@
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.MapperFeature;
import com.fasterxml.jackson.databind.PropertyNamingStrategies;
import com.fasterxml.jackson.databind.PropertyNamingStrategies.SnakeCaseStrategy;
// Removed unused imports
// import com.fasterxml.jackson.databind.PropertyNamingStrategies;
// import com.fasterxml.jackson.databind.PropertyNamingStrategies.SnakeCaseStrategy;
import com.ibm.cics.cip.bank.springboot.customerservices.ConnectionInfo;
import com.ibm.cics.cip.bank.springboot.customerservices.jsonclasses.accountenquiry.AccountEnquiryForm;
import com.ibm.cics.cip.bank.springboot.customerservices.jsonclasses.accountenquiry.AccountEnquiryJson;
Expand Down Expand Up @@ -134,6 +135,7 @@ public String showAcctForm(AccountEnquiryForm accountEnquiryForm)
// made
// This function gets its arguments created using magic and the form
// submitted
@SuppressWarnings("deprecation")
@PostMapping("/enqacct")
public String returnAcct(@Valid AccountEnquiryForm accountEnquiryForm,
BindingResult bindingResult, Model model)
Expand Down Expand Up @@ -378,6 +380,7 @@ public String showCreateAccForm(CreateAccountForm createAccForm,
}


@SuppressWarnings("null")
@PostMapping("/createacc")
public String processCreateAcc(@Valid CreateAccountForm createAccForm,
BindingResult bindingResult, Model model)
Expand Down Expand Up @@ -487,6 +490,7 @@ public String showCreateCustForm(CreateCustomerForm createCustForm,
}


@SuppressWarnings("null")
@PostMapping("/createcust")
public String processCreateCust(@Valid CreateCustomerForm createCustForm,
BindingResult bindingResult, Model model)
Expand Down Expand Up @@ -584,6 +588,7 @@ public String showUpdateAccountForm(UpdateAccountForm updateAccForm,
}


@SuppressWarnings("null")
@PostMapping("/updateacc")
public String processCreateAcc(@Valid UpdateAccountForm updateAccountForm,
BindingResult bindingResult, Model model)
Expand Down Expand Up @@ -685,6 +690,7 @@ public String showUpdateAccountForm(UpdateCustomerForm updateCustomerForm,
}


@SuppressWarnings("null")
@PostMapping("/updatecust")
public String processUpdateCust(
@Valid UpdateCustomerForm updateCustomerForm,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ public PaymentInterfaceJson submit(

try
{
@SuppressWarnings("null")
ResponseSpec response = client.put()
.header("content-type", "application/json")
.accept(MediaType.APPLICATION_JSON)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public String showForm(TransferForm personForm)
}


@SuppressWarnings("null")
@PostMapping("/paydbcr")
public String checkPersonInfo(@Valid TransferForm transferForm,
BindingResult bindingResult, Model model)
Expand Down
33 changes: 32 additions & 1 deletion src/webui/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<attribute name="maven.pomderived" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17">
<attributes>
<attribute name="maven.pomderived" value="true"/>
</attributes>
Expand All @@ -20,6 +20,37 @@
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/resources">
<attributes>
<attribute name="maven.pomderived" value="true"/>
<attribute name="test" value="true"/>
<attribute name="optional" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" path="target/generated-sources/annotations">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="ignore_optional_problems" value="true"/>
<attribute name="m2e-apt" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="ignore_optional_problems" value="true"/>
<attribute name="m2e-apt" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
Expand Down
Loading