Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Java objects to and from http://www.yaml.org/[YAML].
For YAML to object marshalling, Camel provides integration with three
popular YAML libraries:

* The http://www.snakeyaml.org/[SnakeYAML] library
* The https://bitbucket.org/snakeyaml/snakeyaml[SnakeYAML] library

Every library requires adding the special camel component (see
"Dependency..." paragraphs further down). By default Camel uses the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Java objects to and from http://www.yaml.org/[YAML].
For YAML to object marshalling, Camel provides integration with three
popular YAML libraries:

* The http://www.snakeyaml.org/[SnakeYAML] library
* The https://bitbucket.org/snakeyaml/snakeyaml[SnakeYAML] library

Every library requires adding the special camel component (see
"Dependency..." paragraphs further down). By default Camel uses the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
import org.yaml.snakeyaml.resolver.Resolver;

/**
* Marshal and unmarshal Java objects to and from YAML using <a href="http://www.snakeyaml.org">SnakeYAML</a>
* Marshal and unmarshal Java objects to and from YAML using <a href="https://bitbucket.org/snakeyaml/snakeyaml">SnakeYAML</a>
*/
@Dataformat("snakeYaml")
public final class SnakeYAMLDataFormat extends ServiceSupport implements DataFormat, DataFormatName, CamelContextAware {
Expand Down
2 changes: 1 addition & 1 deletion docs/user-manual/modules/ROOT/pages/testing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ There are a number of third party testing libraries that Camel users have found
=== Citrus test framework

As an example of writing integration tests for Camel applications you can use the
https://citfrusframework.org[Citrus] test framework.
https://citrusframework.org[Citrus] test framework.
Citrus is an Open Source Java testing framework with focus on integration testing and messaging.

The framework provides a very good integration with Apache Camel.
Expand Down
Loading