-
-
Notifications
You must be signed in to change notification settings - Fork 27.3k
#2852: MaverickWingman #2864
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
#2852: MaverickWingman #2864
Conversation
|
Hey @iluwatar, Help me with this thing also. Thankyou!
|
|
The code style does not follow the google style that we use. See https://github.com/iluwatar/java-design-patterns/wiki/12.-IDE-instructions You can run the checkstyle checks using IDE plugin or using the command line (mvn validate). |
.github/dependabot.yml
Outdated
| <<<<<<< Updated upstream | ||
| ======= | ||
| allow: | ||
| - dependency-name: "org.springframework.boot:spring-boot-dependencies" | ||
| - dependency-name: "commons-dbcp:commons-dbcp" | ||
| - dependency-name: "org.htmlunit.:htmlunit" | ||
| - dependency-name: "com.google.code.gson:gson" | ||
| - dependency-name: "com.google.inject:guice" | ||
| - dependency-name: "com.github.stefanbirkner:system-lambda" | ||
| - dependency-name: "org.apache.maven.plugins:maven-surefire-plugin" | ||
| - dependency-name: "org.apache.maven.plugins:maven-assembly-plugin" | ||
| - dependency-name: "org.sonarsource.scanner.maven:sonar-maven-plugin" | ||
| - dependency-name: "org.apache.maven.plugins:maven-checkstyle-plugin" | ||
| - dependency-name: "com.mycila:license-maven-plugin" | ||
| - dependency-name: "org.jacoco:jacoco-maven-plugin" | ||
| - dependency-name: "com.iluwatar.urm:urm-maven-plugin" | ||
| >>>>>>> Stashed changes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be removed
|
|
Looks good! Thank you for the contribution 🎉 @all-contributors please add @MaverickWingman for code |
|
I couldn't determine any contributions to add, did you specify any contributions? I've put up a pull request to add @MaverickWingman! 🎉 |






Pull request title
Pull request description
adjust maven group id to org.htmlunit
org.htmlunit
htmlunit
3.11.0
Replace all usages of com.gargoylesoftware.htmlunit by org.htmlunit.
Replace all usages of net.sourceforge.htmlunit by org.htmlunit.
a. import org.htmlunit.BrowserVersion;
b. import org.htmlunit.WebClient;
c. import org.htmlunit.html.HtmlInput;
d. import org.htmlunit.html.HtmlPage;
Reference: https://htmlunit.sourceforge.io/