Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: chenjunliang/java8-tutorial
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: winterbe/java8-tutorial
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 15 commits
  • 6 files changed
  • 3 contributors

Commits on Mar 22, 2016

  1. Add link to stream tutorial

    winterbe committed Mar 22, 2016
    Configuration menu
    Copy the full SHA
    6dd0e09 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2016

  1. Use class instead of bean.

    A class should only be called 'bean', if:
    
    * all properties are private (use getters/setters)
    * it implements the Serializable interface
    * it has a public default constructor
    
    See: http://stackoverflow.com/questions/3295496/what-is-a-javabean-exactly
    sboekhoff committed Jul 5, 2016
    Configuration menu
    Copy the full SHA
    642ce1c View commit details
    Browse the repository at this point in the history
  2. Merge pull request winterbe#23 from sboekhoff/sboekhoff

    Use class instead of bean.
    winterbe authored Jul 5, 2016
    Configuration menu
    Copy the full SHA
    26c0588 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2016

  1. Update README.md

    winterbe authored Oct 6, 2016
    Configuration menu
    Copy the full SHA
    23839f7 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    winterbe authored Oct 6, 2016
    Configuration menu
    Copy the full SHA
    85dae28 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2017

  1. Configuration menu
    Copy the full SHA
    b2cbf4f View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2017

  1. Merge pull request winterbe#28 from fishercoder1534/master

    update License to 2017
    winterbe authored Aug 16, 2017
    Configuration menu
    Copy the full SHA
    bf469b4 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2017

  1. Update README.md

    winterbe authored Oct 12, 2017
    Configuration menu
    Copy the full SHA
    7a07661 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    winterbe authored Oct 12, 2017
    Configuration menu
    Copy the full SHA
    6ec91e6 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2018

  1. Update README.md

    winterbe authored Jan 9, 2018
    Configuration menu
    Copy the full SHA
    093d9a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Configuration menu
    Copy the full SHA
    81a0fa3 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2018

  1. Java 11 HttpClient examples

    winterbe committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    4b92b43 View commit details
    Browse the repository at this point in the history
  2. More Java 11 examples

    winterbe committed Sep 5, 2018
    Configuration menu
    Copy the full SHA
    f2d7b5b View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Configuration menu
    Copy the full SHA
    faf9793 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. Update LICENSE

    winterbe authored Apr 27, 2023
    Configuration menu
    Copy the full SHA
    9b79999 View commit details
    Browse the repository at this point in the history
Loading