Comparing Java-Techie-jt:master...sayeedanawar:master · Java-Techie-jt/java8 · GitHub
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: Java-Techie-jt/java8
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sayeedanawar/java8
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.
  • 4 commits
  • 68 files changed
  • 1 contributor

Commits on Jun 15, 2026

  1. Restructure project; replace examples with new src

    Remove numerous legacy example/demo Java sources and reorganize the project into a new src/main/java layout. Adds IntelliJ project files (.idea/* and java8.iml) and introduces a new com.java8.practice tree with model classes and moduleized practice code for lambdas, streams, advanced streams, optional, concurrency and exceptions (both .java and some .class files). This commit is a large cleanup and reorganization to move from scattered example packages to a structured set of practice modules.
    sayeedanawar committed Jun 15, 2026
    Configuration menu
    Copy the full SHA
    d2b9561 View commit details
    Browse the repository at this point in the history
  2. Move source files and update package names

    Relocate Java sources from src/main/java/... to src/... and update package declarations and imports from com.java8.practice.* to com.javatechie.lambda.demo.src.*. Remove stale .class files under the old paths. Adjust module files and CONCEPT.md locations to reflect the new package and directory structure.
    sayeedanawar committed Jun 15, 2026
    Configuration menu
    Copy the full SHA
    33636cf View commit details
    Browse the repository at this point in the history
  3. Create .gitignore

    sayeedanawar committed Jun 15, 2026
    Configuration menu
    Copy the full SHA
    9a671e7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fafd3a9 View commit details
    Browse the repository at this point in the history
Loading