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: iluwatar/java-design-patterns
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: iluwatar/java-design-patterns
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: kongleong86-feature1
Choose a head ref
  • 6 commits
  • 11 files changed
  • 3 contributors

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    eaf4f49 View commit details
    Browse the repository at this point in the history
  2. Remove redundant casts.

    kongleong86 authored and iluwatar committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    773ec85 View commit details
    Browse the repository at this point in the history
  3. Move import up

    kongleong86 authored and iluwatar committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    030432c View commit details
    Browse the repository at this point in the history
  4. Update repository/src/test/java/com/iluwatar/repository/RepositoryTes…

    …t.java
    
    Co-authored-by: Robert Volkmann <20912167+robertvolkmann@users.noreply.github.com>
    iluwatar and robertvolkmann committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    012ffb3 View commit details
    Browse the repository at this point in the history
  5. Update repository/src/test/java/com/iluwatar/repository/AnnotationBas…

    …edRepositoryTest.java
    
    Co-authored-by: Robert Volkmann <20912167+robertvolkmann@users.noreply.github.com>
    iluwatar and robertvolkmann committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    a65a417 View commit details
    Browse the repository at this point in the history
  6. dependencies: Upgrade mockito 3.5 to 4.5 (#2316)

    * refactor: move tests of leader-followers into correct package
    
    * dep: remove version constraint for Mockito in acyclic-visitor
    
    * dep: remove version constraint for Mockito in caching
    
    * chore: cleanup mockito-core import on some POMs
    
    * dep: upgrade core.mocktio 3.5.6 to 4.5.1
    
    "- org.mockito.Mockito#verifyZeroInteractions an alias of verifyNoMoreInteractions"
    mockito/mockito@caf35b2
    robertvolkmann authored and iluwatar committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    a7dc629 View commit details
    Browse the repository at this point in the history
Loading