browserup / browserup-proxy

BrowserUp Proxy is a free utility to watch, test, and manipulate web application network traffic and performance.
https://browserup.com
Apache License 2.0
164 stars 41 forks source link

It is not running in java 8 #299

Closed changho-hur closed 4 years ago

changho-hur commented 4 years ago

I am testing in selenium with java(spring, maven)

use below dependency

com.browserup browserup-proxy-core 1.0.0 test

if I run. Exception occured

Caused by: java.lang.UnsupportedClassVersionError: com/browserup/bup/BrowserUpProxyServer has been compiled by a more recent version of the Java Runtime (class file version 55.0), this version of the Java Runtime only recognizes class file versions up to 52.0

I know than version 55 is jdk11

how to run on jdk8(version 52)

erickubenka commented 4 years ago

Hi @changho-hur ,

Have you tried version 2.1.1 (latest release)?

changho-hur commented 4 years ago

it works. thank you.