Giter Site home page Giter Site logo

gameoflife's Introduction

This is a simple demonstration application used in the Jenkins: The Definitive Guide book.

Building the project

The project is a simple multi-module Maven project. To build the whole project, just run mvn install from the root directory.

Running the game

The application is a very simple online version of Conway's 'game of life'. To see what the game does, run mvn install as described above, then go to the gameoflife-web directory and run mvn jetty:run. The application will be running on http://localhost:9090.

Running the acceptance tests

The acceptance tests are written using Webdriver and Serenity (previously known as 'Thucydides'). They are designed to run against a running server. Run the jetty instance as described about, then, in another window, go to the gameoflife-acceptance-tests directory and run mvn clean verify. The test reports will be generated in the target/site/thucydides directory.

The book

Streamline software development with Jenkins, the popular Java-based open source tool that has revolutionized the way teams think about Continuous Integration (CI). This complete guide shows you how to automate your build, integration, release, and deployment processes with Jenkins—and demonstrates how CI can save you time, money, and many headaches.

Ideal for developers, software architects, and project managers, Jenkins: The Definitive Guide is both a CI tutorial and a comprehensive Jenkins reference. Through its wealth of best practices and real-world tips, you'll discover how easy it is to set up a CI service with Jenkins.

  • Learn how to install, configure, and secure your Jenkins server
  • Organize and monitor general-purpose build jobs
  • Integrate automated tests to verify builds, and set up code quality reporting
  • Establish effective team notification strategies and techniques
  • Configure build pipelines, parameterized jobs, matrix builds, and other advanced jobs
  • Manage a farm of Jenkins servers to run distributed builds
  • Implement automated deployment and continuous delivery

The author

John is an experienced consultant and trainer specialising in Enterprise Java, Web Development, and Open Source technologies, based in Sydney, Australia. Well known in the Java community for his many published articles, and as author of Java Power Tools, John helps organisations around the world to optimize their Java development processes and infrastructures and provides training and mentoring in open source technologies, SDLC tools, and agile development processes. John is CEO of Wakaleo Consulting, a company that provides consulting, training and mentoring services in Enterprise Java and Agile Development. He is also part of the founding team of Test Automation, a service that automates the manual regression tests conducted during the integration and acceptance testing stages of a web site release.

gameoflife's People

Contributors

renovate[bot] avatar sarvex avatar

Watchers

 avatar  avatar  avatar

gameoflife's Issues

Security Policy violation Binary Artifacts

This issue was automatically created by Allstar.

Security Policy Violation
Project is out of compliance with Binary Artifacts policy: binaries present in source code

Rule Description
Binary Artifacts are an increased security risk in your repository. Binary artifacts cannot be reviewed, allowing the introduction of possibly obsolete or maliciously subverted executables. For more information see the Security Scorecards Documentation for Binary Artifacts.

Remediation Steps
To remediate, remove the generated executable artifacts from the repository.

First 10 Artifacts Found

  • gameoflife-core/build/libs/gameoflife-core.jar
  • gameoflife-web/tools/jmeter/bin/ApacheJMeter.jar
  • gameoflife-web/tools/jmeter/extras/ant-jmeter-1.0.9.jar
  • gameoflife-web/tools/jmeter/lib/Tidy.jar
  • gameoflife-web/tools/jmeter/lib/avalon-framework-4.1.4.jar
  • gameoflife-web/tools/jmeter/lib/bsf-2.4.0.jar
  • gameoflife-web/tools/jmeter/lib/bsh-2.0b4.jar
  • gameoflife-web/tools/jmeter/lib/bshclient.jar
  • gameoflife-web/tools/jmeter/lib/commons-codec-1.3.jar
  • gameoflife-web/tools/jmeter/lib/commons-collections-3.2.jar
  • Run a Scorecards scan to see full list.

Additional Information
This policy is drawn from Security Scorecards, which is a tool that scores a project's adherence to security best practices. You may wish to run a Scorecards scan directly on this repository for more details.


⚠️ There is an updated version of this policy result! Click here to see the latest update


This issue will auto resolve when the policy is in compliance.

Issue created by Allstar. See https://github.com/ossf/allstar/ for more information. For questions specific to the repository, please contact the owner or maintainer.

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: File contents are invalid JSON but parse using JSON5. Support for this will be removed in a future release so please change to a support .json5 file name or ensure correct JSON syntax.

Rate-Limited

These updates are currently rate-limited. Click on a checkbox below to force their creation now.

  • Update dependency org.apache.maven.plugins:maven-deploy-plugin to v3.1.2
  • Update dependency org.apache.maven.plugins:maven-pmd-plugin to v3.22.0
  • 🔐 Create all rate-limited PRs at once 🔐

Warning

Renovate failed to look up the following dependencies: Failed to look up maven package com.wakaleo.gameoflife:gameoflife-core, Failed to look up maven package org.apache.maven.plugins:findbugs-maven-plugin.

Files affected: gameoflife-web/pom.xml, pom.xml


Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
gameoflife-acceptance-tests/Dockerfile
gameoflife-web/Dockerfile
  • tomcat 10-jre8
github-actions
.github/workflows/codacy.yml
  • actions/checkout v4
  • codacy/codacy-analysis-cli-action 240c610b1b65402cda39c6355968ef50aa2c07ba
  • github/codeql-action v3
.github/workflows/codeql.yml
  • actions/checkout v4
  • github/codeql-action v3
  • github/codeql-action v3
  • github/codeql-action v3
.github/workflows/datree-validation.yml
  • actions/checkout v4
  • tj-actions/changed-files v41
gradle
gameoflife-core/build.gradle
  • junit:junit 4.13.2
  • org.hamcrest:hamcrest-all 1.3
  • pmd:pmd 4.3
  • com.google.code.findbugs:findbugs 3.0.1
maven
gameoflife-acceptance-tests/pom.xml
  • org.easytesting:fest-assert 1.4
  • net.thucydides:thucydides-core 0.9.275
  • net.thucydides:thucydides-junit 0.9.275
  • com.googlecode.lambdaj:lambdaj 2.3.3
  • org.codehaus.groovy:groovy-all 3.0.20
  • org.slf4j:slf4j-simple 2.0.11
  • org.slf4j:slf4j-api 2.0.11
  • mysql:mysql-connector-java 8.0.33
  • org.apache.maven.plugins:maven-surefire-plugin 3.2.5
  • org.apache.maven.plugins:maven-failsafe-plugin 3.2.5
  • net.thucydides.maven.plugins:maven-thucydides-plugin 0.9.275
gameoflife-build/pom.xml
gameoflife-core/pom.xml
  • org.apache.maven.plugins:maven-javadoc-plugin 3.6.3
  • org.apache.maven.plugins:maven-jxr-plugin 3.3.2
  • org.apache.maven.plugins:maven-surefire-report-plugin 3.2.5
  • org.codehaus.mojo:cobertura-maven-plugin 2.7
  • org.apache.maven.plugins:maven-checkstyle-plugin 3.3.1
gameoflife-deploy/pom.xml
  • org.codehaus.cargo:cargo-maven2-plugin 1.9.0
gameoflife-web/pom.xml
  • org.eclipse.jetty:jetty-maven-plugin 11.0.19
  • org.apache.maven.plugins:maven-war-plugin 3.4.0
  • org.apache.maven.plugins:maven-antrun-plugin 3.1.0
  • org.apache.maven.plugins:maven-surefire-plugin 3.2.5
  • com.wakaleo.gameoflife:gameoflife-core 1.0-SNAPSHOT
  • org.springframework:spring-webmvc 6.1.3
  • org.springframework:spring-core 6.1.3
  • org.springframework:spring-web 6.1.3
  • javax.servlet:jstl 1.2
  • javax.servlet:servlet-api 2.5
  • org.mockito:mockito-all 1.10.19
  • org.easytesting:fest-assert 1.4
  • org.slf4j:slf4j-simple 2.0.11
  • org.slf4j:slf4j-api 2.0.11
pom.xml
  • net.serenity-bdd.maven.plugins:serenity-maven-plugin 4.0.43
  • org.apache.maven.plugins:maven-compiler-plugin 3.12.1
  • org.apache.maven.plugins:maven-surefire-plugin 3.2.5
  • org.jacoco:jacoco-maven-plugin 0.8.11
  • org.apache.maven.plugins:maven-release-plugin 3.0.1
  • org.apache.maven.plugins:maven-deploy-plugin 3.1.1
  • org.easyb:maven-easyb-plugin 1.4
  • com.jelastic:jelastic-maven-plugin 1.9.5
  • org.easyb:maven-easyb-plugin 1.6
  • org.apache.maven.wagon:wagon-webdav-jackrabbit 3.5.3
  • org.easyb:easyb-core 1.6
  • junit:junit 4.13.2
  • org.hamcrest:hamcrest-all 1.3
  • org.mockito:mockito-all 1.10.19
  • org.apache.maven.plugins:maven-pmd-plugin 3.21.2
  • org.apache.maven.plugins:findbugs-maven-plugin 2.4.0
  • org.apache.maven.plugins:maven-enforcer-plugin 3.4.1
  • org.apache.maven.plugins:maven-site-plugin 3.12.1
  • org.apache.maven.plugins:maven-project-info-reports-plugin 3.5.0
  • org.jacoco:jacoco-maven-plugin 0.8.11
  • org.apache.maven.plugins:maven-checkstyle-plugin 3.3.1
  • org.apache.maven.plugins:maven-pmd-plugin 3.21.2
  • org.codehaus.mojo:findbugs-maven-plugin 3.0.5
  • org.apache.maven.plugins:maven-javadoc-plugin 3.6.3
  • gr.spinellis:UmlGraph 4.6
  • org.apache.maven.plugins:maven-jxr-plugin 3.3.2
  • org.apache.maven.plugins:maven-enforcer-plugin 3.4.1
  • org.apache.maven.plugins:maven-site-plugin 3.12.1
  • org.codehaus.mojo:cobertura-maven-plugin 2.7
  • org.apache.maven.plugins:maven-pmd-plugin 3.21.2
  • org.apache.maven.plugins:maven-checkstyle-plugin 3.3.1
  • org.codehaus.mojo:findbugs-maven-plugin 3.0.5
  • org.apache.maven.plugins:maven-javadoc-plugin 3.6.3
  • gr.spinellis:UmlGraph 4.6
  • org.apache.maven.plugins:maven-jxr-plugin 3.3.2

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.