forked from serenity-bdd/serenity-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated to Java 8 and replaced most references to LambdaJ with Java 8…
… streams.
- Loading branch information
Showing
185 changed files
with
1,750 additions
and
1,918 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,80 @@ | ||
org.gradle.parallel=false | ||
|
||
# Dependency versions | ||
|
||
seleniumVersion = 3.4.0 | ||
htmlunitVersion = 2.27 | ||
|
||
groovyVersion = 2.4.11 | ||
gradleVersion = 4.0 | ||
|
||
junitVersion = 4.12 | ||
hamcrestVersion = 1.3 | ||
springVersion = 4.3.5.RELEASE | ||
springBootVersion = 1.4.3.RELEASE | ||
guavaVersion = 22.0 | ||
// restAssuredVersion = 2.9.0 | ||
restAssuredVersion = 3.0.2 | ||
mockitoCoreVersion = 1.10.19 | ||
jbehaveCoreVersion = 4.1 | ||
commonsIoVersion = 2.5 | ||
commonsCollectionsVersion = 3.2.2 | ||
commonsLang3Version = 3.6 | ||
commonsCodecVersion = 1.10 | ||
xstreamVersion = 1.4.9 | ||
jodaTimeVersion = 2.7 | ||
lambdajVersion = 2.3.3 | ||
gsonVersion = 2.8.1 | ||
typesafeConfigVersion = 1.3.1 | ||
freemarkerVersion = 2.3.23 | ||
wiremockCoreVersion = 1.58 | ||
cucumberVersion = 1.2.5 | ||
commonsLoggingVersion = 1.2 | ||
xmlApisVersion = 1.4.01 | ||
cglibVersion = 3.2.5 | ||
asmVersion = 5.0.3 | ||
objenesisVersion = 2.6 | ||
logbackVersion = 1.2.3 | ||
mockitoVersion = 1.9.5 | ||
openCsvVersion = 2.0 | ||
beanUtilsVersion = 1.8.3 | ||
jexcelapiVersion = 2.6.12 | ||
httpclientVersion = 4.5.3 | ||
fluentleniumVersion = 0.10.2 | ||
jhlabfiltersVersion = 2.0.235 | ||
asciidocVersion = 0.1.4 | ||
imgscalrVersion = 4.2 | ||
javaxValidationVersion = 1.1.0.Final | ||
hibernateValidatorVersion = 5.1.1.Final | ||
elApiVersion = 2.2.4 | ||
xalanVersion = 2.7.2 | ||
awaitilityVersion = 3.0.0 | ||
jsoupVersion = 1.10.3 | ||
jimfsVersion = 1.1 | ||
slf4jVersion = 1.7.25 | ||
vavrVersion = 0.9.0 | ||
browsermobVersion=2.1.4 | ||
|
||
# Webdriver libraries | ||
phantomjsDriverVersion = 1.2.1 | ||
appiumJavaClientVersion = 4.1.2 | ||
operaDriverVersion = 1.5 | ||
|
||
# Scheduled for updates | ||
byteBuddyVersion = 1.7.1 | ||
guiceVersion = 3.0 | ||
|
||
# Test-scope dependencies | ||
spockVersion = 1.1-groovy-2.4 | ||
spockExtensionsVersion = 0.1.4 | ||
assertjVersion = 3.6.2 | ||
jsonassertVersion = 1.5.0 | ||
jbehaveVersion = 4.0.5 | ||
|
||
|
||
# Bintray configuration | ||
|
||
bintrayBaseUrl = https://api.bintray.com/maven | ||
bintrayRepository = maven | ||
bintrayPackage = serenity-core | ||
projectDescription = Serenity Core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Selenium 3 upgrade plan | ||
|
||
X Dependency version numbers in property file | ||
X Update JDK version | ||
X Update Guava | ||
X Update Selenium dependencies | ||
- Identify references to Guava and remove where possible | ||
- Get rid of lambdaj (-> Java 8 and maybe vavr) | ||
- Get rid of Jodatime (-> JavaTime) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.