-
Notifications
You must be signed in to change notification settings - Fork 1
Aj 6.1 #20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Aj 6.1 #20
Changes from 9 commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
f94f2fe
first set of changes
AaronJhaj 23e9156
should import with no errors
AaronJhaj 0e1962e
more changes
AaronJhaj 799d069
web.xml and build.properties
AaronJhaj 8b4ca40
correct name
AaronJhaj 60b46f5
fixes and readme changes
AaronJhaj 65654f5
minor readme tweak
AaronJhaj 5eb2e86
java 17 update and minor updates
AaronJhaj 6106cea
more updates
AaronJhaj c9dcb6a
java 17 updates
AaronJhaj 8bc4f30
minor update
AaronJhaj File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
cics-java-liberty-jdbc-bundle/.settings/org.eclipse.buildship.core.prefs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| arguments= | ||
| auto.sync=false | ||
| build.scans.enabled=false | ||
| connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER) | ||
| connection.project.dir=../cics-java-liberty-jdbc-web | ||
| eclipse.preferences.version=1 | ||
| gradle.user.home= | ||
| java.home= | ||
| jvm.arguments= | ||
| offline.mode=false | ||
| override.workspace.settings=false | ||
| show.console.view=false | ||
| show.executions.view=false |
2 changes: 2 additions & 0 deletions
2
cics-java-liberty-jdbc-bundle/.settings/org.eclipse.core.resources.prefs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| eclipse.preferences.version=1 | ||
| encoding/<project>=UTF-8 |
2 changes: 2 additions & 0 deletions
2
cics-java-liberty-jdbc-bundle/.settings/org.eclipse.ltk.core.refactoring.prefs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| eclipse.preferences.version=1 | ||
| org.eclipse.ltk.core.refactoring.enable.project.refactoring.history=false |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <classpath> | ||
| <classpathentry kind="src" output="bin/main" path="src/main/java"> | ||
| <attributes> | ||
| <attribute name="gradle_scope" value="main"/> | ||
| <attribute name="gradle_used_by_scope" value="main,test"/> | ||
| </attributes> | ||
| </classpathentry> | ||
| <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-17/"> | ||
| <attributes> | ||
| <attribute name="module" value="true"/> | ||
| </attributes> | ||
| </classpathentry> | ||
| <classpathentry kind="con" path="com.ibm.cics.explorer.sdk.web.LIBERTY_LIBRARIES/L./V.61/JE.JEE_V9_R1"/> | ||
| <classpathentry kind="output" path="bin/default"/> | ||
| </classpath> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
cics-java-liberty-jdbc-web/.settings/org.eclipse.buildship.core.prefs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| arguments= | ||
| auto.sync=false | ||
| build.scans.enabled=false | ||
| connection.gradle.distribution=GRADLE_DISTRIBUTION(WRAPPER) | ||
| connection.project.dir= | ||
| eclipse.preferences.version=1 | ||
| gradle.user.home= | ||
| java.home= | ||
| jvm.arguments= | ||
| offline.mode=false | ||
| override.workspace.settings=false | ||
| show.console.view=false | ||
| show.executions.view=false |
2 changes: 2 additions & 0 deletions
2
cics-java-liberty-jdbc-web/.settings/org.eclipse.jdt.apt.core.prefs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,5 @@ | ||
| eclipse.preferences.version=1 | ||
| org.eclipse.jdt.apt.aptEnabled=false | ||
| org.eclipse.jdt.apt.genSrcDir=.apt_generated | ||
| org.eclipse.jdt.apt.genTestSrcDir=.apt_generated_tests | ||
| org.eclipse.jdt.apt.reconcileEnabled=true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 21 additions & 3 deletions
24
cics-java-liberty-jdbc-web/.settings/org.eclipse.wst.common.component
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,9 +1,27 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?><project-modules id="moduleCoreId" project-version="1.5.0"> | ||
|
|
||
|
|
||
|
|
||
| <wb-module deploy-name="com.ibm.cicsdev.jdbc.web"> | ||
| <wb-resource deploy-path="/" source-path="/WebContent" tag="defaultRootSource"/> | ||
| <wb-resource deploy-path="/WEB-INF/classes" source-path="/src"/> | ||
| <wb-resource deploy-path="/WEB-INF/classes" source-path="/.apt_generated"/> | ||
|
|
||
| <wb-resource deploy-path="/WEB-INF/classes" source-path="/src/main/java"/> | ||
|
|
||
| <wb-resource deploy-path="/" source-path="/src/main/webapp"/> | ||
|
|
||
|
|
||
|
|
||
| <property name="context-root" value="com.ibm.cicsdev.jdbc.web"/> | ||
|
|
||
|
|
||
|
|
||
| <property name="java-output-path" value="/com.ibm.cicsdev.jdbc.web/WebContent/WEB-INF/classes"/> | ||
|
|
||
|
|
||
|
|
||
| </wb-module> | ||
| </project-modules> | ||
|
|
||
|
|
||
|
|
||
| </project-modules> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| source.. = src/main/java | ||
|
|
||
| web.content.dir = src/main/webapp | ||
|
|
||
| jre.compilation.profile = JavaSE-17 | ||
|
|
||
| war.name = cics-java-liberty-jdbc-web.war |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,8 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <web-app xmlns="http://xmlns.jcp.org/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
| xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_1.xsd" | ||
| version="3.1"> | ||
| <display-name>com.ibm.cicsdev.jdbc.web</display-name> | ||
| </web-app> | ||
| <web-app | ||
| xmlns="https://jakarta.ee/xml/ns/jakartaee" | ||
| xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
| xsi:schemaLocation="https://jakarta.ee/xml/ns/jakartaee https://jakarta.ee/xml/ns/jakartaee/web-app_5_0.xsd" | ||
| version="5.0"> | ||
| <display-name>com.ibm.cicsdev.jdbc.web</display-name> | ||
| </web-app> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
33 changes: 33 additions & 0 deletions
33
etc/eclipse_projects/com.ibm.cicsdev.jdbc.web.cicsbundle/.project
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,33 @@ | ||
| <?xml version="1.0" encoding="UTF-8"?> | ||
| <projectDescription> | ||
| <name>com.ibm.cics.server.examples.wlp.jdbc.bundle</name> | ||
| <comment></comment> | ||
| <projects> | ||
| </projects> | ||
| <buildSpec> | ||
| <buildCommand> | ||
| <name>com.ibm.cics.bundle.ui.bundlebuilder</name> | ||
| <arguments> | ||
| <dictionary> | ||
| <key>bundleID</key> | ||
| <value>com.ibm.cics.server.examples.wlp.jdbc.bundle</value> | ||
| </dictionary> | ||
| <dictionary> | ||
| <key>majorVersion</key> | ||
| <value></value> | ||
| </dictionary> | ||
| <dictionary> | ||
| <key>microVersion</key> | ||
| <value></value> | ||
| </dictionary> | ||
| <dictionary> | ||
| <key>minorVersion</key> | ||
| <value></value> | ||
| </dictionary> | ||
| </arguments> | ||
| </buildCommand> | ||
| </buildSpec> | ||
| <natures> | ||
| <nature>com.ibm.cics.bundle.ui.bundlenature</nature> | ||
| </natures> | ||
| </projectDescription> |
3 changes: 2 additions & 1 deletion
3
...e_projects/com.ibm.cicsdev.jdbc.web.cicsbundle/.settings/org.eclipse.core.resources.prefs
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,3 +1,4 @@ | ||
| eclipse.preferences.version=1 | ||
| encoding//META-INF/cics.xml=UTF-8 | ||
| encoding/com.ibm.cicsdev.jdbc.web.warbundle=UTF-8 | ||
| encoding/<project>=UTF-8 | ||
| encoding/cics-java-liberty-jdbc-web.warbundle=UTF-8 |
4 changes: 2 additions & 2 deletions
4
etc/eclipse_projects/com.ibm.cicsdev.jdbc.web.cicsbundle/META-INF/cics.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,7 +1,7 @@ | ||
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
| <manifest xmlns="http://www.ibm.com/xmlns/prod/cics/bundle" id="com.ibm.cicsdev.jdbc.web.cicsbundle" bundleMajorVer="1" bundleMinorVer="0" bundleMicroVer="0" bundleVersion="1" bundleRelease="0" build="IntB-201511072132"> | ||
| <manifest xmlns="http://www.ibm.com/xmlns/prod/cics/bundle" id="com.ibm.cics.server.examples.wlp.jdbc.bundle" bundleMajorVer="1" bundleMinorVer="0" bundleMicroVer="0" bundleVersion="1" bundleRelease="0" build="IntB-201511072132"> | ||
| <meta_directives> | ||
| <timestamp>2017-08-01T09:50:06.715+01:00</timestamp> | ||
| </meta_directives> | ||
| <define name="com.ibm.cicsdev.jdbc.web" type="http://www.ibm.com/xmlns/prod/cics/bundle/WARBUNDLE" path="com.ibm.cicsdev.jdbc.web.warbundle"/> | ||
| <define name="cics-java-liberty-jdbc-web" type="http://www.ibm.com/xmlns/prod/cics/bundle/WARBUNDLE" path="cics-java-liberty-jdbc-web.warbundle"/> | ||
| </manifest> |
2 changes: 2 additions & 0 deletions
2
...eclipse_projects/com.ibm.cicsdev.jdbc.web.cicsbundle/cics-java-liberty-jdbc-web.warbundle
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,2 @@ | ||
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
| <warbundle symbolicname="cics-java-liberty-jdbc-web" jvmserver="DFHWLP"/> |
2 changes: 0 additions & 2 deletions
2
etc/eclipse_projects/com.ibm.cicsdev.jdbc.web.cicsbundle/com.ibm.cicsdev.jdbc.web.warbundle
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,4 @@ | ||
| rootProject.name = 'com.ibm.cicsdev.springboot.jdbc' | ||
| rootProject.name = 'cics-java-liberty-jdbc' | ||
|
|
||
| include(':cics-java-liberty-jdbc-web') | ||
| include(':cics-java-liberty-jdbc-bundle') |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.