Bump peter-evans/create-pull-request from 4.1.1 to 4.1.2

Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v4.1.1...v4.1.2)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
1 file changed
tree: 84865ef22ab03b00adf027abf3ce07c3c6a212b6
  1. .github/
  2. .mvn/
  3. archetypes/
  4. catalog/
  5. components-starter/
  6. core/
  7. core-starter/
  8. docs/
  9. dsl-starter/
  10. parent/
  11. tests/
  12. tooling/
  13. .asf.yaml
  14. .gitattributes
  15. .gitignore
  16. Jenkinsfile.sb
  17. Jenkinsfile.sb.deploy
  18. Jenkinsfile.sb.jdk17
  19. KEYS
  20. LICENSE.txt
  21. mvnw
  22. mvnw.cmd
  23. NOTICE.txt
  24. pom.xml
  25. README.md
  26. starter-create
  27. starter-create.cmd
  28. starter-delete
  29. starter-delete.cmd
README.md

Apache Camel Spring Boot Support

Maven Central Javadocs Stack Overflow Chat Twitter

Apache Camel is a powerful open source integration framework based on known Enterprise Integration Patterns with powerful bean integration.

Introduction

This project provides Spring Boot support for Apache Camel.

Creating / deleting starters

To create a starter for the zoot component, run the following command:

./starter-create zoot

Similarly, to delete the starter for the zoot component, run the following command:

./starter-delete zoot

More information can be found on the Camel website