Skip to content

Commit

Permalink
Bump Virtual Users JDK to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
dagguh committed Dec 15, 2023
1 parent 6aba81a commit 614f971
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ Dropping a requirement of a major version of a dependency is a new contract.
## [Unreleased]
[Unreleased]: https://github.com/atlassian/infrastructure/compare/release-4.28.1...master

### Fixed
- Bump Virtual Users JDK to 11. Old Java 8 VU JARs should still work.

## [4.28.1] - 2023-12-06
[4.28.1]: https://github.com/atlassian/infrastructure/compare/release-4.28.0...release-4.28.1

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.atlassian.performance.tools.infrastructure.api.virtualusers

import com.atlassian.performance.tools.infrastructure.VirtualUsersJar
import com.atlassian.performance.tools.infrastructure.api.jvm.JavaDevelopmentKit
import com.atlassian.performance.tools.infrastructure.api.jvm.OpenJDK
import com.atlassian.performance.tools.infrastructure.api.jvm.OpenJDK11
import com.atlassian.performance.tools.infrastructure.api.os.Ubuntu
import com.atlassian.performance.tools.jvmtasks.api.TaskTimer.time
import com.atlassian.performance.tools.ssh.api.Ssh
Expand Down Expand Up @@ -30,7 +30,7 @@ class SshVirtualUsers(
) : VirtualUsers {

private val logger = LogManager.getLogger(this::class.java)
private val jdk: JavaDevelopmentKit = OpenJDK()
private val jdk: JavaDevelopmentKit = OpenJDK11()

override fun applyLoad(
options: VirtualUserOptions
Expand Down

0 comments on commit 614f971

Please sign in to comment.