Skip to content

restructuring of code#17

Open
Manvi-55 wants to merge 8 commits intomainfrom
manvi/samples
Open

restructuring of code#17
Manvi-55 wants to merge 8 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.



<!--
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.

// ============================================================================
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.

<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.

Comment thread gradle.properties
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.

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