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

PAYARA-1926 Remove unnecessary validation for Mojarra #2074

Merged
merged 8 commits into from Oct 24, 2017
Merged

PAYARA-1926 Remove unnecessary validation for Mojarra #2074

merged 8 commits into from Oct 24, 2017

Conversation

arjantijms
Copy link
Contributor

PAYARA-1926 Mojarra's default was set to false some time ago, but GF and now Payara wasn't updated it seems.

@arjantijms arjantijms added this to the Payara-5-Beta-1 milestone Oct 17, 2017
Copy link
Contributor

@MattGill98 MattGill98 left a comment

Choose a reason for hiding this comment

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

The changes seem to work, just one semantic comment from me!

*
* @return The name of the currently running application
*/
public String getName();
String getName();
Copy link
Contributor

Choose a reason for hiding this comment

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

Why has this been made package private?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It's not package private, it's an interface and public is already the default ;)

Copy link
Contributor

Choose a reason for hiding this comment

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

This is why I'm the apprentice ;)

@Contract
public interface ResourceHandler {

public java.util.List getResourceList();
public List getResourceList();
Copy link
Contributor

Choose a reason for hiding this comment

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

That's made me feel a lot better ;)

@Pandrex247
Copy link
Member

Jenkins, quick test Payara 5 please.

@arjantijms
Copy link
Contributor Author

Jenkins, quick test Payara 5 please

@payara-ci
Copy link
Contributor

Quick build and test passed!

@arjantijms arjantijms merged commit 17587dd into payara:Payara-5 Oct 24, 2017
@arjantijms arjantijms modified the milestones: Payara-5-Beta-1, Payara 5-alpha4 Oct 27, 2017
Pandrex247 added a commit to Pandrex247/Payara that referenced this pull request Oct 27, 2017
@arjantijms arjantijms modified the milestones: Payara 5-alpha4, Payara-5-Beta-1 Dec 21, 2017
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.

None yet

4 participants