Skip to content

Remove jmsEndpointConfig information from communication settings endpoint#354

Merged
tkaik merged 5 commits intowttech:masterfrom
sp2mbn:bugfix/remove-jmsEndpointConfig-from-communication-settings
Nov 16, 2018
Merged

Remove jmsEndpointConfig information from communication settings endpoint#354
tkaik merged 5 commits intowttech:masterfrom
sp2mbn:bugfix/remove-jmsEndpointConfig-from-communication-settings

Conversation

@sp2mbn
Copy link
Copy Markdown

@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
Copy Markdown
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
Copy Markdown
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.

String reportDomain = reportConfigurationManager.getReportDomain();

if (COMMUNICATION_SETTINGS_PARAM.equals(configType)) {
JmsEndpointConfig jmsEndpointConfig = jmsConnection.getEndpointConfig();
Copy link
Copy Markdown
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