Skip to content

Commit 4679610

Browse files
authored
Merge pull request #56 from n-jay/gitpod2
Add Gitpod integration to project
2 parents 0b3dec3 + db8cf9d commit 4679610

3 files changed

Lines changed: 15 additions & 0 deletions

File tree

.gitpod.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM gitpod/workspace-full
2+
3+
RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh && sdk install java 8.0.265-open && sdk install ant"

.gitpod.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
2+
tasks:
3+
- init: mvn clean install
4+
5+
image:
6+
file: .gitpod.Dockerfile
7+
8+
vscode:
9+
extensions:
10+
- vscjava.vscode-java-pack

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
![](https://github.com/apache/synapse/workflows/Synapse%20Daily%20Build/badge.svg)
22

3+
[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#https://github.com/apache/synapse)
4+
35
# Synapse
46
Apache Synapse is a lightweight and high-performance Enterprise Service Bus (ESB). Powered by a fast and asynchronous mediation engine, Apache Synapse provides exceptional support for XML, Web Services and REST. In addition to XML and SOAP,
57
Apache Synapse supports several other content interchange formats, such as plain text, binary, Hessian and JSON. The wide range of transport adapters available for Synapse, enables it to communicate over many application and transport layer protocols. As of now, Apache Synapse supports HTTP/S, Mail (POP3, IMAP, SMTP), JMS, TCP, UDP, VFS, SMS, XMPP and FIX.

0 commit comments

Comments
 (0)