Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JDK11 support #3601

Merged
merged 42 commits into from Feb 12, 2020
Merged
Show file tree
Hide file tree
Changes from 5 commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
7dae452
java: bump to JDK11
rohityadavcloud Dec 10, 2019
ebe48e0
tests: fix failing JDK11 unit tests (#48)
Dec 10, 2019
c5fbe3f
fix missing deps issue
rohityadavcloud Dec 11, 2019
acb66d8
Merge remote-tracking branch 'origin/master' into jdk11-support
rohityadavcloud Dec 24, 2019
40923d9
fix missing maven binary url
rohityadavcloud Dec 24, 2019
c1917bc
Merge remote-tracking branch 'origin/master' into jdk11-support
rohityadavcloud Jan 3, 2020
cf1dd21
Merge remote-tracking branch 'origin/master' into jdk11-support
rohityadavcloud Jan 6, 2020
0736143
update dependencies
rohityadavcloud Jan 6, 2020
19a9b10
fix apache to start on ssvm
rohityadavcloud Jan 7, 2020
4205095
Merge remote-tracking branch 'origin/master' into jdk11-support
rohityadavcloud Jan 7, 2020
596a6f2
revert and use Debian 9 as base systemvmtemplate
rohityadavcloud Jan 7, 2020
ac3c1c7
fix systemvmtemplate version info
rohityadavcloud Jan 7, 2020
357e219
make dist artifacts r--
rohityadavcloud Jan 7, 2020
ed9c1f3
fix apache issue
rohityadavcloud Jan 7, 2020
0ded906
fix bugs
rohityadavcloud Jan 7, 2020
f56c8d8
revert to previous netty version
rohityadavcloud Jan 7, 2020
8d48dc7
vmware workaround fix
rohityadavcloud Jan 8, 2020
90250bc
fix BUG in vmware sdk, on parsing/processing task polling
rohityadavcloud Jan 8, 2020
122a797
Merge remote-tracking branch 'origin/master' into jdk11-support
rohityadavcloud Jan 9, 2020
5ac7f06
address Daan's comments
rohityadavcloud Jan 9, 2020
3ada64a
update, the upgrade path
rohityadavcloud Jan 9, 2020
cf385d9
use other linux 64-bit for systemvms on xenserver and relax ssl hands…
rohityadavcloud Jan 9, 2020
3619839
agent: fix resource leak issue when agent fails to connect at the beg…
rohityadavcloud Jan 9, 2020
fab6167
Merge branch 'master' into jdk11-support
rohityadavcloud Jan 14, 2020
4892180
Merge branch 'master' into jdk11-support
rohityadavcloud Jan 23, 2020
c59e727
mockito-all is not used, mockito-core is used now with jdk11
rohityadavcloud Jan 23, 2020
2ceae5d
Test cases for LDAP made compliant with jdk11
Jan 24, 2020
839aefc
tests on non /proc/meminfo enabled systems
DaanHoogland Jan 26, 2020
4630d39
Merge remote-tracking branch 'origin/master' into jdk11-support
rohityadavcloud Jan 30, 2020
8c92c75
agent: SSVM/CPVM agent cert setup workaround
rohityadavcloud Jan 30, 2020
cde3079
Merge remote-tracking branch 'apache/master' into jdk11-support
Feb 4, 2020
1fa28d9
made the tests jdk 11 compliant
Feb 4, 2020
1829bf0
Merge branch 'master' into jdk11-support
rohityadavcloud Feb 7, 2020
82dcec7
fix intermittently failing test
rohityadavcloud Feb 7, 2020
a69a4ce
check for nonetypes and empty
rohityadavcloud Feb 7, 2020
919ff22
Merge branch 'master' into jdk11-support
rohityadavcloud Feb 7, 2020
93ad1f2
fix test failures and bump minor versions
rohityadavcloud Feb 7, 2020
27d3d41
Merge remote-tracking branch 'origin/master' into jdk11-support
rohityadavcloud Feb 7, 2020
61fd251
Merge remote-tracking branch 'origin/master' into jdk11-support
rohityadavcloud Feb 8, 2020
f4f1c38
bump brocade-vcs depedency per wei's comment
rohityadavcloud Feb 8, 2020
e3e8ff8
Merge remote-tracking branch 'origin/master' into jdk11-support
rohityadavcloud Feb 11, 2020
60c9a6c
update debian iso link and SHA512 checksum
rohityadavcloud Feb 11, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion .java-version
@@ -1 +1 @@
1.8
11.0
9 changes: 6 additions & 3 deletions .travis.yml
Expand Up @@ -14,13 +14,16 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

sudo: required
dist: xenial
group: edge
dist: bionic
group: stable

language: java

jdk:
- openjdk8
- openjdk11

python:
- "2.7"

Expand Down
11 changes: 2 additions & 9 deletions INSTALL.md
Expand Up @@ -15,15 +15,8 @@ was tested against a CentOS 7 x86_64 setup.

Install tools and dependencies used for development:

$ yum install git java-1.8.0-openjdk java-1.8.0-openjdk-devel \
mysql mysql-server mkisofs gcc python MySQL-python openssh-clients wget

# yum -y update
# yum -y install java-1.8.0-openjdk
# yum -y install java-1.8.0-openjdk-devel
# yum -y install mysql-server
# yum -y install git
# yum -y install genisoimage
# yum -y install git java-11-openjdk java-11-openjdk-devel \
mysql mysql-server mkisofs git gcc python MySQL-python openssh-clients wget

Set up Maven (3.6.0):

Expand Down
119 changes: 0 additions & 119 deletions agent/distro/centos/SYSCONFDIR/rc.d/init.d/cloud-agent.in

This file was deleted.

119 changes: 0 additions & 119 deletions agent/distro/fedora/SYSCONFDIR/rc.d/init.d/cloud-agent.in

This file was deleted.