Skip to content

Commit

Permalink
add missing test for aws dependencies (#1005)
Browse files Browse the repository at this point in the history
* add missing test

* remove broken links - websphere version out of support so docs don't exist any more
  • Loading branch information
m-brophy committed Jul 7, 2023
1 parent 0d69f4d commit b125554
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
12 changes: 12 additions & 0 deletions rules/rules-reviewed/azure/tests/azure-aws-config.windup.test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,18 @@
<fail message="aws-sqs-config hint was not found!" />
</perform>
</rule>
<rule id="azure-aws-config-test-05000">
<when>
<not>
<iterable-filter size="2">
<hint-exists message="The application contains AWS Secrets Manager configuration." />
</iterable-filter>
</not>
</when>
<perform>
<fail message="aws-secrets-config hint was not found!" />
</perform>
</rule>
</rules>
</ruleset>
</ruletest>
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ spring.cloud.aws.s3.signature.version=s3v4
# older version of AWS SQS Configuration
cloud.aws.sqs.enabled=true
cloud.aws.sqs.region=us-east-1

#secrets
aws.secretsmanager=SECRETS.MANAGER
aws-secretsmanager=SECRETS-MANAGER
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
For JBoss EAP 7, this needs to be replaced with standard Java EE 6 JMS API, or with ActiveMQ Artemis client API.
</description>
<link title="Java EE 7 JMS Tutorial" href="https://docs.oracle.com/javaee/7/tutorial/jms-concepts003.htm#BNCEH" />
<link title="WebSphere MQ JavaDoc" href="http://www-01.ibm.com/support/knowledgecenter/SSVHEW_6.2.0/com.ibm.mqe.javadoc/java/overview-summary.html" />
<tag>jms</tag>
<tag>websphere</tag>
</classification>
Expand Down
5 changes: 0 additions & 5 deletions rules/rules-reviewed/eap7/websphere/websphere-mqe.windup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@
For JBoss EAP 7, this needs to be replaced with standard Java EE 6 JMS API, or with ActiveMQ Artemis client API.
</description>
<link title="Java EE 7 JMS Tutorial" href="https://docs.oracle.com/javaee/7/tutorial/jms-concepts003.htm#BNCEH" />
<link title="WebSphere MQe JavaDoc" href="http://www-01.ibm.com/support/knowledgecenter/SSVHEW_6.2.0/com.ibm.mqe.javadoc/java/overview-summary.html" />
<tag>jms</tag>
<tag>websphere</tag>
</classification>
Expand All @@ -57,8 +56,6 @@
</message>
<link title="JBoss EAP 7 Configuring Messaging: Deploy a WebSphere MQ Resource Adapter"
href="https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.0/html-single/configuring_messaging/#deploy_the_websphere_mq_resource_adapter" />
<link title="MQe Adapter Javadoc"
href="http://www-01.ibm.com/support/knowledgecenter/SSVHEW_6.2.0/com.ibm.mqe.javadoc/java/com/ibm/mqe/adapters/package-summary.html" />
<tag>jms</tag>
<tag>messaging</tag>
<tag>websphere</tag>
Expand All @@ -79,8 +76,6 @@
</message>
<link title="JBoss EAP 7 - Configuring Messaging Destinations"
href="https://access.redhat.com/documentation/en-us/red_hat_jboss_enterprise_application_platform/7.0/html-single/configuring_messaging/#configure_destinations_artemis" />
<link title="IBM MQe Admin API Javadoc"
href="http://www-01.ibm.com/support/knowledgecenter/SSVHEW_6.2.0/com.ibm.mqe.javadoc/java/com/ibm/mqe/administration/package-summary.html" />
<tag>jms</tag>
<tag>messaging</tag>
<tag>websphere</tag>
Expand Down

0 comments on commit b125554

Please sign in to comment.