ShannonDing commented on issue #1242: [FIX] Travis-CI Java 8 building environments URL: https://github.com/apache/rocketmq/pull/1242#issuecomment-501518558 > @duhenglucky @ShannonDing > > The error occurred because Travis-CI using an `OpenJDK 11.0.2` building environment, `jdk_switcher` is no longer exists in this building environment. Specify an `Oracle JDK 8` building environment could fix that. > > I only fixed Travis-CI Java 8 building environments in `.travis.yml` at [b567f35](https://github.com/apache/rocketmq/commit/b567f3533475bda3f4bae74c1f4df4844737e3f3), other changes like modify documents or update `README.md` were completed by Alibaba Group staff. > > It's better to merge this pull request to `master` branch. After that, merge branch`master` into `develop` to get the latest changes. Thanks for your good job. To keeping the master clear and as same code as the release version, as usual, it 's forbidden to merge PR into master directly. all PRs will be merged into develop branch, then merge into master after tests. Could you please move this PR to the develop branch?
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
