-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1778 from BladeRunnerJS/v1.6.0-release-notes
V1.6.0 release notes
- Loading branch information
Showing
5 changed files
with
19 additions
and
1 deletion.
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
File renamed without changes.
File renamed without changes.
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,5 @@ | ||
{ | ||
"milestone": "1.6.0", | ||
"name": "BladeRunnerJS 1.6.0", | ||
"prerelease": false | ||
} |
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,13 @@ | ||
## BladeRunnerJS @tagVersion@ | ||
|
||
BladeRunnerJS @tagVersion@ contains full Java 8 support and new features. | ||
|
||
##### Java 8 | ||
|
||
BRJS was previously built and compiled with Java 8 but distributed to run against Java 7+. This is the first release that targets Java 8. We advise users to upgrade their Java versions to 8 and to ensure prod servers are upgraded where necessary. | ||
|
||
### Enhancements | ||
|
||
- `br.AliasRegistryClass` format has been simplified and now allows inline alias registration. | ||
- The version of Selenium that is shipped with BRJS has been upgraded to 3.0.1. | ||
- The Jetty version, which BRJS uses as a dev server, has been upgraded to 9.4.2. |