-
Notifications
You must be signed in to change notification settings - Fork 284
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: spullara/mustache.java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: mustache.java-0.9.11
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: spullara/mustache.java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: mustache.java-0.9.13
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 12 commits
- 26 files changed
- 4 contributors
Commits on Oct 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 61649d4 - Browse repository at this point
Copy the full SHA 61649d4View commit details
Commits on Oct 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 39dbf47 - Browse repository at this point
Copy the full SHA 39dbf47View commit details
Commits on Nov 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 761f226 - Browse repository at this point
Copy the full SHA 761f226View commit details
Commits on Feb 26, 2024
-
Remove usage of jUnit 3.x TestCase
Align the test suite with junit 4.x APIs. Convert BenchmarkTest into a junit test.
Configuration menu - View commit details
-
Copy full SHA for 5c3735e - Browse repository at this point
Copy the full SHA 5c3735eView commit details -
Replace hamcrest assertions with jUnit assertions
Hamcrest isn't really adding anything here, so we may as well just use the junit assertion APIs
Configuration menu - View commit details
-
Copy full SHA for 01054a7 - Browse repository at this point
Copy the full SHA 01054a7View commit details -
Introduce use of assertThrows() from jUnit 4.x Clean up exception declarations in tests
Configuration menu - View commit details
-
Copy full SHA for 9896a26 - Browse repository at this point
Copy the full SHA 9896a26View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2342f36 - Browse repository at this point
Copy the full SHA 2342f36View commit details
Commits on Apr 24, 2024
-
Make ClasspathResolver thread-safe
We run mustache with huge parallelism in buck2 and as described in https://issuetracker.google.com/issues/137929327 and https://bugs.openjdk.java.net/browse/JDK-8205976 using getResourceAsStream can sometimes be not thread-safe, such as when used with URLClassLoader. This applies the suggested workaround, which resolves the issue.
3Configuration menu - View commit details
-
Copy full SHA for a58f7a2 - Browse repository at this point
Copy the full SHA a58f7a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5187e6b - Browse repository at this point
Copy the full SHA 5187e6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 634b460 - Browse repository at this point
Copy the full SHA 634b460View commit details
Commits on May 2, 2024
-
Fix ClasspathResolver for non-context class loader case
Broke the case where the context class loader can't actually find the resource and the fallback has to be used. Also added a test case to catch this specific regression.
Configuration menu - View commit details
-
Copy full SHA for adb82eb - Browse repository at this point
Copy the full SHA adb82ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6020349 - Browse repository at this point
Copy the full SHA 6020349View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff mustache.java-0.9.11...mustache.java-0.9.13