Skip to content

Remove usage of WBeanContainer from framework and examples #1733

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

Conversation

JohnMcGuinness
Copy link
Contributor

This PR addresses the first point of #1732

Copy link
Member

@jonathanaustin jonathanaustin left a comment

Choose a reason for hiding this comment

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

This change makes sense. Have just requested some Unit Test changes.

@@ -13,7 +13,7 @@

@Test
public void testChildAccessors() {
WBeanContainer container = new WBeanContainer();
Copy link
Member

Choose a reason for hiding this comment

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

This should not really be changed as it is testing WBeanContainer.

Interestingly, there is no WContainer_Test. As this change is playing in this area, it might be worthwhile writing a WContainer_Test as well.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yep, makes sense. I reverted the changes in this file back to WBeanContainer.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I added WContainer_Test.

@JohnMcGuinness JohnMcGuinness self-assigned this Jun 9, 2020
JohnMcGuinness and others added 3 commits June 17, 2020 14:44
Reverted WBeanContainer_Test to actually test WBeanContainer. Fixed some duplicate
imports. Added a test for WContainer.
Copy link
Member

@jonathanaustin jonathanaustin left a comment

Choose a reason for hiding this comment

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

LGTM

@JohnMcGuinness JohnMcGuinness merged commit ca75b7d into BorderTech:georgie Jun 24, 2020
@JohnMcGuinness JohnMcGuinness deleted the remove-usage-of-WBeanContainer branch July 28, 2020 07:03
@JohnMcGuinness JohnMcGuinness linked an issue Jul 28, 2020 that may be closed by this pull request
10 tasks
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.

Remove usage of deprecated APIs from the framework and examples
2 participants