Environment | Rabbit MQ | Kafka |
---|---|---|
0 | ||
1 |
This project installs Spring Cloud Dataflow to cloudfoundry environments and executes a series of integration tests deploying streams and tasks in different scenarios.
Currently, this repo is used only to test Cloud Foundry environments, K8s acceptance tests use GH Actions in the spring-cloud-dataflow repository. The java test code here is the same used by the K8s build.
The main script is scripts/at-test-script.sh
.
It requires configuration via environment variables.
See scdf_cf_setup for details.
USAGE: ./scripts/at-test-script.sh
-
The directory
/etc/eclipse
has two files for use with code formatting,eclipse-code-formatter.xml
for the majority of the code formatting rules andeclipse.importorder
to order the import statements. -
In eclipse you import these files by navigating
Windows -> Preferences
and then the menu itemsPreferences > Java > Code Style > Formatter
andPreferences > Java > Code Style > Organize Imports
respectfully. -
In
IntelliJ
, install the pluginEclipse Code Formatter
. You can find it by searching the "Browse Repositories" under the plugin option withinIntelliJ
(Once installed you will need to reboot Intellij for it to take effect). Then navigate toIntellij IDEA > Preferences
and select the Eclipse Code Formatter. Select theeclipse-code-formatter.xml
file for the fieldEclipse Java Formatter config file
and the fileeclipse.importorder
for the fieldImport order
. Enable theEclipse code formatter
by clickingUse the Eclipse code formatter
then click the OK button.
If you configure the Eclipse Code Formatter
from File > Other Settings > Default Settings
it will set this policy across all of your Intellij projects.