-
Notifications
You must be signed in to change notification settings - Fork 36
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
Upgrade to Java 8, Jetty 9.4.2, Selenium 3.0.1 #1775
Closed
vmus
wants to merge
17
commits into
BladeRunnerJS:master
from
vmus:upgrade-jetty-9.4-brjs-1.5-selenium-3
Closed
Upgrade to Java 8, Jetty 9.4.2, Selenium 3.0.1 #1775
vmus
wants to merge
17
commits into
BladeRunnerJS:master
from
vmus:upgrade-jetty-9.4-brjs-1.5-selenium-3
Conversation
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
* master: (305 commits) adding release note for 1.5.9 release BladeRunnerJS#1757 ensure fixture factory teardowns are called during GWTTestRunner endTest correcting test names adding release note for 1.5.8 release ElementUtility bugfix for case where SVG elements are used in IE11 - adding tests refactor ElementUtilityTest layout in line with new coding style adding release notes for 1.5.7 replace use of element.className.match with element.classList.contains to allow it to work with svg elements update emitr library to 0.0.9 Revert "Add parameter to avoid error being suppressed in emitr.js" updating release notes for 1.5.6 with note about emitr fix Add parameter to avoid error being suppressed in emitr.js (BladeRunnerJS#1746) bugfix for locale switcher, ensures locale redirect works form root level index.html. - contains check for IE - unit test added - release note added adding release note for ListenerCompatUtil fix changing ListenerCompatUtil to use typeof when checking listener method is a function. fixes BladeRunnerJS#1743 adding release note for jquery upgrade upgrading jquery to 1.12.4 and removing an unnecessary test that was testing visibility of a zero size element. BladeRunnerJS#1702 adding release notes for version 1.5.3 feat(br-util): Add `cancelPerformOnce` method to `Utility` workaround for very strange chrome bug where it would mark this perfectly ordinary operator as an unknown identifier ...
* master: fix(tests): Fix issues with tests in CT5 prevent jsdoc command from jsdocking new es6 classes fix(tests): Fix errors spotted when running tests in CT5 feat(br-services) Add CT5 HTML/XML services refactor: Rename blades in it-app feat(aliases): Simplify the alias data format and allow alias registration
Thanks @vmus We will pick this up when we update our downstream projects for java 8. |
Merged via another rebased version of this PR. |
@vmus Thank you for the PR. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Based on the old
upgrade-jetty
branch:https://github.com/BladeRunnerJS/brjs/compare/upgrade-jetty
For your reference, @andyberry88 @thecapdan