Skip to content

Commit

Permalink
hot fix: camel changed xsd url
Browse files Browse the repository at this point in the history
  • Loading branch information
kragall committed May 24, 2022
1 parent b73d5d0 commit cd88a9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,6 @@ class LogMessageTests {
failLogMessage(pid, payload, 403)
}

@Test
fun logMessage5(){
val pid = formatId("mp-log5")
val payload = "This message is logged"

// test: Logging an empty payload
failEarlyLogMessage(pid, payload, 401)
}

companion object{

fun failEarlyLogMessage(pid: String, payload: String, code: Int){
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:camel="http://camel.apache.org/schema/spring"
xsi:schemaLocation="http://www.springframework.org/schema/beans
http://www.springframework.org/schema/beans/spring-beans.xsd
https://www.springframework.org/schema/beans/spring-beans.xsd
http://camel.apache.org/schema/spring
http://camel.apache.org/schema/spring-xml/camel-spring-xml-3.16.0.xsd">
https://camel.apache.org/schema/spring/camel-spring-3.16.0.xsd">

<camel:sslContextParameters id="ChSslContext">
<camel:keyManagers keyPassword="password">
Expand Down

0 comments on commit cd88a9c

Please sign in to comment.