Skip to content

Fix camel case in some methods' names#5898

Merged
GutoVeronezi merged 1 commit into
apache:mainfrom
scclouds:fix-camel-case
Jan 26, 2022
Merged

Fix camel case in some methods' names#5898
GutoVeronezi merged 1 commit into
apache:mainfrom
scclouds:fix-camel-case

Conversation

@GutoVeronezi

Copy link
Copy Markdown
Contributor

Description

Fix camel case in some methods' names.

Types of changes

  • Breaking change (fix or feature that would cause existing functionality to change)
  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Enhancement (improves an existing feature and functionality)
  • Cleanup (Code refactoring and cleanup, that may add test cases)

Feature/Enhancement Scale or Bug Severity

Feature/Enhancement Scale

  • Major
  • Minor

@GutoVeronezi

Copy link
Copy Markdown
Contributor Author

@blueorangutan package

@blueorangutan

Copy link
Copy Markdown

@GutoVeronezi a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

@blueorangutan

Copy link
Copy Markdown

Packaging result: ✖️ el7 ✖️ el8 ✖️ debian ✖️ suse15. SL-JID 2299

@sureshanaparti sureshanaparti left a comment

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.

code LGTM

@sureshanaparti

Copy link
Copy Markdown
Contributor

Hi @GutoVeronezi Is this good to go in 4.16.1? If so, please rebase with 4.16.

@sureshanaparti

Copy link
Copy Markdown
Contributor

@blueorangutan package

@blueorangutan

Copy link
Copy Markdown

@sureshanaparti a Jenkins job has been kicked to build packages. I'll keep you posted as I make progress.

@blueorangutan

Copy link
Copy Markdown

Packaging result: ✔️ el7 ✔️ el8 ✔️ debian ✔️ suse15. SL-JID 2303

@DaanHoogland DaanHoogland left a comment

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.

Looks good and should be done. One caveat is that some bean handling third party libraries may have required these to be in a different case and the names where on purpose. I do not know of these cases to be so.

@GabrielBrascher GabrielBrascher left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

LGTM

@sureshanaparti sureshanaparti added this to the 4.17.0.0 milestone Jan 26, 2022
@GutoVeronezi

Copy link
Copy Markdown
Contributor Author

Looks good and should be done. One caveat is that some bean handling third party libraries may have required these to be in a different case and the names where on purpose. I do not know of these cases to be so.

Hey @DaanHoogland, thanks. These beans don't seem to be the case you mentioned, as they only handle our own packages.

Note: In case the beans that address these cases don't have javadoc, I think we should put some javadoc in them, explaining why they are written in different ways.

@GutoVeronezi

Copy link
Copy Markdown
Contributor Author

Hi @GutoVeronezi Is this good to go in 4.16.1? If so, please rebase with 4.16.

Hey @sureshanaparti, I'm good with it in main only, thanks.

@sureshanaparti

Copy link
Copy Markdown
Contributor

@blueorangutan test

@blueorangutan

Copy link
Copy Markdown

@sureshanaparti a Trillian-Jenkins test job (centos7 mgmt + kvm-centos7) has been kicked to run smoke tests

@SadiJr SadiJr left a comment

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.

Code LGTM

@blueorangutan

Copy link
Copy Markdown

Trillian test result (tid-3014)
Environment: kvm-centos7 (x2), Advanced Networking with Mgmt server 7
Total time taken: 32758 seconds
Marvin logs: https://github.com/blueorangutan/acs-prs/releases/download/trillian/pr5898-t3014-kvm-centos7.zip
Smoke tests completed. 92 look OK, 0 have errors
Only failed tests results shown below:

Test Result Time (s) Test File

@GutoVeronezi

Copy link
Copy Markdown
Contributor Author

Merging it based in the tests results and 5 approvals.

@GutoVeronezi GutoVeronezi merged commit d26ce15 into apache:main Jan 26, 2022
@yadvr

yadvr commented Jan 27, 2022

Copy link
Copy Markdown
Member

Lgtm but one caveat, the getters and setters Methods are dynamically used during runtime to get the Field, were the affected APIs manually tested @GutoVeronezi? (such changes are not caught by smoketests that don't check api response for all keys)

@GutoVeronezi

Copy link
Copy Markdown
Contributor Author

@rohityadavcloud, yes, they were tested. The behavior is kept.

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.

8 participants