Skip to content

Commit

Permalink
NMS-15717 : DeviceConfig via Minion fails if sshScript output contain…
Browse files Browse the repository at this point in the history
…s control characters.(upgrade library - draft).
  • Loading branch information
Junaid-Khan-Nant committed Jan 14, 2025
1 parent 2537b17 commit dfb15c6
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 168 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public class DeviceConfig {
private String filename;

@XmlAttribute(name="scriptOutput")
@XmlJavaTypeAdapter(EscapeSequenceAdapter.class)
private String scriptOutput;

public DeviceConfig(String scriptOutput) {
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1658,7 +1658,7 @@
<dropwizardMetricsVersion>3.1.2</dropwizardMetricsVersion>
<ecjVersion>4.4.2</ecjVersion>
<eclipseGeminiVersion>2.1.0.RELEASE</eclipseGeminiVersion>
<eclipselinkVersion>2.5.1</eclipselinkVersion>
<eclipselinkVersion>2.7.6</eclipselinkVersion>
<eddsaVersion>0.3.0</eddsaVersion>
<elasticsearchNettyVersion>4.1.69.Final</elasticsearchNettyVersion>
<elasticsearchTargetVersion>7.6.2</elasticsearchTargetVersion>
Expand Down

0 comments on commit dfb15c6

Please sign in to comment.