Skip to content

Change parameter types conversion#10137

Merged
nielsm5 merged 13 commits intomasterfrom
task/change-parameter-type-conversion
Dec 15, 2025
Merged

Change parameter types conversion#10137
nielsm5 merged 13 commits intomasterfrom
task/change-parameter-type-conversion

Conversation

@nielsm5
Copy link
Member

@nielsm5 nielsm5 commented Dec 11, 2025

#10144 should be merged first, which adds extra tests and fixes several parameter asValue().toString() issues.

@nielsm5 nielsm5 marked this pull request as ready for review December 13, 2025 10:14
@nielsm5 nielsm5 linked an issue Dec 13, 2025 that may be closed by this pull request
# Conflicts:
#	core/src/main/java/org/frankframework/parameters/AbstractParameter.java
#	core/src/main/java/org/frankframework/parameters/Parameter.java
#	core/src/test/java/org/frankframework/parameters/ParameterTest.java
#	core/src/test/java/org/frankframework/parameters/StringParameterTest.java
#	larva/src/main/java/org/frankframework/larva/actions/LarvaActionUtils.java
this.type = type;

if (type == ParameterType.XML) {
ConfigurationWarnings.add(this, log, "use attribute outputType with value [XML] instead");
Copy link
Contributor

Choose a reason for hiding this comment

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

Is dat niet attribute xpathResultType?


/** Renders an xml-nodeset as an xml-string (in combination with xslt or xpath). This will include the xml tags */
XML,
@ConfigurationWarning("ParameterType XML is deprecated, use StringParameter with outputType=XML instead")
Copy link
Contributor

Choose a reason for hiding this comment

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

Was het niet xpathResultType=XML?

@sonarqubecloud
Copy link

@nielsm5 nielsm5 merged commit 29de43a into master Dec 15, 2025
32 checks passed
@nielsm5 nielsm5 deleted the task/change-parameter-type-conversion branch December 15, 2025 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Figure out parameter return types

2 participants