Comparing mongodb:main...jedws:master · mongodb/mongo-java-driver · 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: mongodb/mongo-java-driver
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: jedws/mongo-java-driver
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.
  • 7 commits
  • 2 files changed
  • 2 contributors

Commits on Jan 31, 2012

  1. Merge pull request #57 from jedws/encoding-concurrency

    Encoding concurrency
    bwmcadams committed Jan 31, 2012
    5 Configuration menu
    Copy the full SHA
    e7b58d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2012

  1. BSON encoding/decoding hooks now use a CopyOnWriteArrayList to store …

    …the transformers, cleaned up and shared the hooks code with a Hooks class
    Jed Wesley-Smith committed Feb 3, 2012
    Configuration menu
    Copy the full SHA
    88ab085 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2012

  1. now has a secondary lazily populated cache that can be cleared when m…

    …utated
    Jed Wesley-Smith committed Feb 4, 2012
    Configuration menu
    Copy the full SHA
    c8a1328 View commit details
    Browse the repository at this point in the history
  2. removed accidentally added Sysout println

    Jed Wesley-Smith committed Feb 4, 2012
    Configuration menu
    Copy the full SHA
    6eb04cf View commit details
    Browse the repository at this point in the history
  3. BSON encoding/decoding hooks now use a CopyOnWriteArrayList to store …

    …the transformers, cleaned up and shared the hooks code with a Hooks class
    Jed Wesley-Smith committed Feb 4, 2012
    Configuration menu
    Copy the full SHA
    f2ba31e View commit details
    Browse the repository at this point in the history
  4. Merge commit '88ab0855ceafb0fcdccfcf8a5772e87bfb3201d8' into encoding…

    …-concurrency
    Jed Wesley-Smith committed Feb 4, 2012
    Configuration menu
    Copy the full SHA
    f7b17ea View commit details
    Browse the repository at this point in the history
  5. Merge branch 'encoding-concurrency'

    Conflicts:
    	src/main/org/bson/BSON.java
    Jed Wesley-Smith committed Feb 4, 2012
    Configuration menu
    Copy the full SHA
    0053abb View commit details
    Browse the repository at this point in the history
Loading