Skip to content

restructuring of code#17

Merged
Manvi-55 merged 15 commits intomainfrom
manvi/samples
May 7, 2026
Merged

restructuring of code#17
Manvi-55 merged 15 commits intomainfrom
manvi/samples

Conversation

@Manvi-55
Copy link
Copy Markdown
Contributor

@Manvi-55 Manvi-55 commented May 6, 2026

created app and bundle modules and made necessary changes ands restructured the entire codebase of this sample

@Manvi-55 Manvi-55 self-assigned this May 6, 2026
Comment thread .github/workflows/java.yaml Fixed
Comment thread .github/workflows/java.yaml Fixed
@Manvi-55 Manvi-55 requested a review from IvanHargreaves May 6, 2026 10:56
…ntain permissions'

Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Copy link
Copy Markdown
Contributor

@IvanHargreaves IvanHargreaves left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great progress, just a few things I've spotted in comments. Thx.

jobs:

build-mvnw:
name: Build Maven Wrapper
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub web-ui isn't particularly good for delta changes. It looks like you've made some good updates, but I don't see the normal gradle and maven build-paths here, only gradlew, so I think they need adding back.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah,right,made the changes



<!--
Publishes artifacts to here if the deploy goal is used.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we can remove this publish section. I'm not sure how it got here originally or what the purpose was relating to this sample. Unless someone knows the intent/purpose, it can be removed.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure,done,was supposed to remove this one,missed it

// ============================================================================
cicsBundle {
build {
defaultJVMServer = project.findProperty('cics.jvmserver') ?: cicsJvmServer
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The default 'ciicsJvmServer' doesn't look correct. Our default for samples is DFHWLP.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sure,done

<parent>
<groupId>com.ibm.cicsdev</groupId>
<artifactId>cics-java-liberty-springboot-transactions</artifactId>
<version>0.1.0</version>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we were making all the updated (SB3 based) samples consistent with version 1.0.0 now, rather than 0.1.0. There might be other instances where the versions haven't been updated, so please check all that apply.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah,done

Comment thread gradle.properties Outdated
cicsBomVersion=6.3-20250905155520

# Framework Versions
jakartaVersion=10.0.0
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see where in this delta these variables are being used? Maybe I've missed where they are supposed to be used.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I intended to use them but didnt use,so I think these can be ignored at the moment.Removed,thanks!

@Manvi-55 Manvi-55 requested a review from IvanHargreaves May 7, 2026 07:25
Copy link
Copy Markdown
Contributor

@IvanHargreaves IvanHargreaves left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, just a couple more questions in comments.

Comment thread gradle.properties Outdated
java_version = 17

# CICS Configuration
cicsJvmServer=DFHWLP
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this used? If not it can be removed. Thanks.

Comment thread gradle.properties Outdated
# CICS Configuration
cicsJvmServer=DFHWLP

libertyApisVersion=25.0.0.9 No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, is it used?

@Manvi-55 Manvi-55 requested a review from IvanHargreaves May 7, 2026 09:23
@Manvi-55 Manvi-55 merged commit b231c34 into main May 7, 2026
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants