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

Remove jmsEndpointConfig information from communication settings endpoint #354

Conversation

sp2mbn
Copy link

@sp2mbn sp2mbn commented Sep 13, 2018

Removed jmsEndpointConfig information from communication settings endpoint

Description

Motivation and Context

Fixed #352

Screenshots (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

I hereby agree to the terms of the AET Contributor License Agreement.

Copy link
Contributor

@malaskowski malaskowski left a comment

Choose a reason for hiding this comment

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

@sp2mbn thanks for contribution.
Could you please update the CHANGELOG.md according to AET contribution rules ?

private final String reportDomain;

public CommunicationSettings(JmsEndpointConfig jmsEndpointConfig, String reportDomain) {
Copy link
Contributor

Choose a reason for hiding this comment

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

It looks that JmsEndpointConfig is no longer used anywhere. It should be removed.

@@ -86,9 +81,7 @@ protected void doGet(HttpServletRequest req, HttpServletResponse resp) {
String reportDomain = reportConfigurationManager.getReportDomain();

if (COMMUNICATION_SETTINGS_PARAM.equals(configType)) {
JmsEndpointConfig jmsEndpointConfig = jmsConnection.getEndpointConfig();
Copy link
Contributor

Choose a reason for hiding this comment

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

Also, method JmsConnection.getEndpointConfig() is not used elsewhere, please remove it (from the interface and implementation).

Krzysztof Wegierski and others added 3 commits September 13, 2018 14:38
Removed JmsConnection.getEndpointConfig() method
Udpated Changelog
@tkaik tkaik merged commit c8f3041 into wttech:master Nov 16, 2018
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 jmsEndpointConfig information from communication settings endpoint
4 participants