| Field and Description |
|---|
| io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils.FILE_SEPARATOR
Use
File.separator, since it is guaranteed to be a
string containing a single character and it does not require a privilege check. |
| io.arivera.oss.embedded.rabbitmq.apache.commons.lang3.SystemUtils.PATH_SEPARATOR
Use
File.pathSeparator, since it is guaranteed to be a
string containing a single character and it does not require a privilege check. |
| Enum Constant and Description |
|---|
| io.arivera.oss.embedded.rabbitmq.OfficialArtifactRepository.RABBITMQ
in favor of
OfficialArtifactRepository.GITHUB since starting with v3.7.0, this repository is no longer updated.
More info: Package Distribution Changes. |
Copyright © 2016–2021. All rights reserved.