Skip to content
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

WFCORE-805 Add capabilty information to ResourceDefinition / MRR #909

Merged
merged 1 commit into from Jul 22, 2015

Conversation

ctomc
Copy link
Contributor

@ctomc ctomc commented Jul 21, 2015

No description provided.

@ctomc ctomc force-pushed the model-references-2 branch 2 times, most recently from 1a7f686 to f19abfb Compare July 21, 2015 15:21
@wildfly-ci
Copy link

Core - Full Integration Build 1375 is now running using a merge of f19abfb

@wildfly-ci
Copy link

Linux Build 2239 is now running using a merge of f19abfb

@wildfly-ci
Copy link

Windows Build 1764 is now running using a merge of f19abfb

@wildfly-ci
Copy link

Core - Full Integration Build 1375 outcome was FAILURE using a merge of f19abfb
Summary: Tests passed: 382, ignored: 111; exit code 1 Build time: 0:03:52

Build problems:

Process exited with code 1

@wildfly-ci
Copy link

Windows Build 1764 outcome was SUCCESS using a merge of f19abfb
Summary: Tests passed: 3377, ignored: 63 Build time: 0:33:40

@wildfly-ci
Copy link

Linux Build 2239 outcome was SUCCESS using a merge of f19abfb
Summary: Tests passed: 3377, ignored: 63 Build time: 0:35:43

/**
* Returns capability definition for this resource.
*
* @return RuntimeCapability if any registered otherwise null
Copy link
Contributor

Choose a reason for hiding this comment

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

This will not return null but may return an empty set.

The javadoc should use plural forms; it doesn't return a single capability.

@bstansberry
Copy link
Contributor

Other than the 2 comments, looks good.

@ctomc
Copy link
Contributor Author

ctomc commented Jul 21, 2015

fixed the PR based on the comments.
I went with introducing interface Capability that AbstractCapability implements

@wildfly-ci
Copy link

Core - Full Integration Build 1379 is now running using a merge of 581ccf2

@wildfly-ci
Copy link

Linux Build 2243 is now running using a merge of 581ccf2

@wildfly-ci
Copy link

Windows Build 1768 is now running using a merge of 581ccf2

@wildfly-ci
Copy link

Core - Full Integration Build 1379 outcome was FAILURE using a merge of 581ccf2
Summary: Tests passed: 382, ignored: 111; exit code 1 Build time: 0:03:57

Build problems:

Process exited with code 1

*
* @param resourceRegistration a {@link ManagementResourceRegistration} created from this definition
*/
default void registerCapabilities(final ManagementResourceRegistration resourceRegistration){
Copy link
Contributor Author

Choose a reason for hiding this comment

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

just heads up, this is default method just so wildfly full code wont get angry.

@wildfly-ci
Copy link

Windows Build 1768 outcome was SUCCESS using a merge of 3675a20
Summary: Tests passed: 3377, ignored: 63 Build time: 0:33:34

@wildfly-ci
Copy link

Linux Build 2243 outcome was SUCCESS using a merge of 3675a20
Summary: Tests passed: 3377, ignored: 63 Build time: 0:35:24

@wildfly-ci
Copy link

Windows Build 1769 is now running using a merge of 3675a20

@wildfly-ci
Copy link

Linux Build 2244 is now running using a merge of 3675a20

@wildfly-ci
Copy link

Core - Full Integration Build 1380 is now running using a merge of 3675a20

@wildfly-ci
Copy link

Windows Build 1769 outcome was SUCCESS using a merge of 3675a20
Summary: Tests passed: 3377, ignored: 63 Build time: 0:33:54

@wildfly-ci
Copy link

Linux Build 2244 outcome was SUCCESS using a merge of 3675a20
Summary: Tests passed: 3377, ignored: 63 Build time: 0:38:51

@wildfly-ci
Copy link

Core - Full Integration Build 1383 is now running using a merge of 3675a20

@bstansberry
Copy link
Contributor

Assuming the tests come out ok, this looks good.

@ctomc
Copy link
Contributor Author

ctomc commented Jul 22, 2015

tests should be fine, the previous two full had 4 failed tests as result of hanged processes on agent. (agent has been rebooted since)

@bstansberry
Copy link
Contributor

Ah, ok that explains why I saw the same 4 failures on a couple other runs. Thanks.

@wildfly-ci
Copy link

Core - Full Integration Build 1383 outcome was SUCCESS using a merge of 3675a20
Summary: Tests passed: 2951, ignored: 357 Build time: 0:45:30

bstansberry added a commit that referenced this pull request Jul 22, 2015
WFCORE-805 Add capabilty information to ResourceDefinition / MRR
@bstansberry bstansberry merged commit dd01259 into wildfly:master Jul 22, 2015
spyrkob pushed a commit to spyrkob/wildfly-core that referenced this pull request Sep 17, 2020
JBEAP-20064 Add PR template to include PR-processor hints
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants