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: Bnowako/plain-java-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: readme
Choose a base ref
...
head repository: Bnowako/plain-java-server
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.
  • 14 commits
  • 13 files changed
  • 2 contributors

Commits on Sep 21, 2022

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

Commits on Oct 30, 2022

  1. Merge pull request #5 from Bnowako/readme

    add faq to readme
    Bnowako authored Oct 30, 2022
    Configuration menu
    Copy the full SHA
    94be42d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #4 from Bnowako/deser-not-accessible-constructor

    support deserializing non public classes
    Bnowako authored Oct 30, 2022
    Configuration menu
    Copy the full SHA
    2e9ec1b View commit details
    Browse the repository at this point in the history
  3. Jinn can use deser to provide body objects. User can provide info abo…

    …ut body class in endpoint creation.
    Bnowako committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    fd3e728 View commit details
    Browse the repository at this point in the history
  4. Add assertThrows

    Bnowako committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    7170e91 View commit details
    Browse the repository at this point in the history
  5. Fix test

    Bnowako committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    f9ad848 View commit details
    Browse the repository at this point in the history
  6. Deser will throw IllegalArgumentException if body field name does not…

    … match field in target class
    Bnowako committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    3eb85a1 View commit details
    Browse the repository at this point in the history
  7. optimize imports

    Bnowako committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    214cc9c View commit details
    Browse the repository at this point in the history
  8. Implement basic serialization

    Bnowako committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    3e15152 View commit details
    Browse the repository at this point in the history
  9. Extract json template strings

    Bnowako committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    64e8066 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f89b365 View commit details
    Browse the repository at this point in the history
  11. Wish returns object and object is wrapped in HttpResponse. User don't…

    … have to know about what is happening under the hood
    
    Btw. we are adding more magic :D and it is a lot of fun, now I understand better why there is a lot of going on under the hood
    Bnowako committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    a28203b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    abee31a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    070b5e4 View commit details
    Browse the repository at this point in the history
Loading