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

Add BeanInfoCache support #115

Merged
merged 4 commits into from
Jul 13, 2017
Merged

Conversation

Niranjan-K
Copy link
Contributor

This contains the following changes:

Resolves #113

* @return the cache instance; must not be <code>null</code>
*/
BeanInfoCache getBeanInfoCache();
}
Copy link
Contributor

Choose a reason for hiding this comment

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

missing eof line

}
return cache.getBeanInfo(beanClass, stopClass);
}
}
Copy link
Contributor

Choose a reason for hiding this comment

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

missing eof new line

File needs to end with a new line
@@ -0,0 +1,122 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
Copy link
Member

Choose a reason for hiding this comment

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

New classes need to be released under the WSO2 license.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@kasunbg : The reason for having this license is because these classes are from the fix from the Axis2 repo.

Copy link
Member

Choose a reason for hiding this comment

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

Alright. Yes, in that case, we need to license it to ASF.

@@ -0,0 +1,33 @@
/*
* Licensed to the Apache Software Foundation (ASF) under one
Copy link
Member

Choose a reason for hiding this comment

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

New classes need to be released under the WSO2 license.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@kasunbg : The reason for having this license is because these classes are from the fix from the Axis2 repo.

@Kishanthan Kishanthan merged commit ca7efba into wso2:master Jul 13, 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.

Add proper fix for BeanInfo caching
3 participants