Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
JavaMuller
/
mustache.java
Public
forked from
spullara/mustache.java
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 6, 2016
add test metadata collection
spullara
committed
9732c37
View commit details
Copy full SHA for 9732c37
Browse repository at this point
change to jdk8
spullara
committed
dc77c83
View commit details
Copy full SHA for dc77c83
Browse repository at this point
Create circle.yml
Show description for b1219c2
spullara
committed
b1219c2
View commit details
Copy full SHA for b1219c2
Browse repository at this point
Commits on Apr 5, 2016
used the wrong stream
spullara
committed
c0e3690
View commit details
Copy full SHA for c0e3690
Browse repository at this point
pull the warning message out
spullara
committed
9fef41a
View commit details
Copy full SHA for 9fef41a
Browse repository at this point
show how to customize valuecode to do things differently
spullara
committed
1a50d71
View commit details
Copy full SHA for 1a50d71
Browse repository at this point
Commits on Mar 27, 2016
add a test that implements dyanmic partial behavior
Sam Pullara
committed
eaee8ce
View commit details
Copy full SHA for eaee8ce
Browse repository at this point
Commits on Mar 26, 2016
Merge branch 'master' of github.com:spullara/mustache.java
spullara
committed
84625ea
View commit details
Copy full SHA for 84625ea
Browse repository at this point
Commits on Mar 20, 2016
cleaning up some nits
spullara
committed
dc87817
View commit details
Copy full SHA for dc87817
Browse repository at this point
more repeatable compilation benchmark
spullara
committed
7128679
View commit details
Copy full SHA for 7128679
Browse repository at this point
enable all the benchmarks
spullara
committed
42bb234
View commit details
Copy full SHA for 42bb234
Browse repository at this point
take advantage of an optimization we can make when a mustache is not recursive which is very common
spullara
committed
e8df536
View commit details
Copy full SHA for e8df536
Browse repository at this point
improve performance across the board for escaping
spullara
committed
1f35caf
View commit details
Copy full SHA for 1f35caf
Browse repository at this point
initial version of the benchmark
spullara
committed
5b9fce4
View commit details
Copy full SHA for 5b9fce4
Browse repository at this point
Commits on Mar 19, 2016
post compilation we can remove the thread local partial cache as it is only needed to handle recursion during the compilation step
spullara
committed
f1591fd
View commit details
Copy full SHA for f1591fd
Browse repository at this point
Commits on Mar 10, 2016
remove a couple warnings from compilation
spullara
committed
a9d4f77
View commit details
Copy full SHA for a9d4f77
Browse repository at this point
Commits on Jan 22, 2016
Merge pull request #160 from jwils/master
Show description for e8f5dd6
spullara
committed
e8f5dd6
View commit details
Copy full SHA for e8f5dd6
Browse repository at this point
Commits on Jan 15, 2016
fix up some duplicate code
spullara
committed
1f5606f
View commit details
Copy full SHA for 1f5606f
Browse repository at this point
do some minor refactorings
spullara
committed
5542b0a
View commit details
Copy full SHA for 5542b0a
Browse repository at this point
Commits on Dec 22, 2015
reversed these by accident
spullara
committed
7d72d1d
View commit details
Copy full SHA for 7d72d1d
Browse repository at this point
Add additional escape characters for non-standard quotes or no quotes for attributes
spullara
committed
4e0b75d
View commit details
Copy full SHA for 4e0b75d
Browse repository at this point
Commits on Nov 4, 2015
Add support for renaming tags in translations
Show description for 1a60ec9
jwils
committed
1a60ec9
View commit details
Copy full SHA for 1a60ec9
Browse repository at this point
Commits on Aug 24, 2015
remove codegen and indy from the mainline. they arent used and dont perform sufficiently differently from the normal compiler to continue to maintain them.
spullara
committed
90759d8
View commit details
Copy full SHA for 90759d8
Browse repository at this point
Merge branch 'master' of github.com:spullara/mustache.java
spullara
committed
2355bfc
View commit details
Copy full SHA for 2355bfc
Browse repository at this point
a fix to the benchmark results in new results that are even more in favor of removing codegen / indy from the codebase to simplify things
spullara
committed
150cdd8
View commit details
Copy full SHA for 150cdd8
Browse repository at this point
Update with the latest versions
Show description for 097465a
spullara
committed
097465a
View commit details
Copy full SHA for 097465a
Browse repository at this point
[maven-release-plugin] prepare for next development iteration
spullara
committed
a50901a
View commit details
Copy full SHA for a50901a
Browse repository at this point
[maven-release-plugin] prepare release mustache.java-0.9.1
spullara
committed
45aa96a
View commit details
Copy full SHA for 45aa96a
Browse repository at this point
Commits on Aug 4, 2015
Merge pull request #131 from sbuettner/master
Show description for a5b7ec1
spullara
committed
a5b7ec1
View commit details
Copy full SHA for a5b7ec1
Browse repository at this point
Merge pull request #144 from soldierkam/master
Show description for b741136
spullara
committed
b741136
View commit details
Copy full SHA for b741136
Browse repository at this point
Merge pull request #127 from orirawlings/multipleRecursivePartials
Show description for c6cdb78
spullara
committed
c6cdb78
View commit details
Copy full SHA for c6cdb78
Browse repository at this point
Merge pull request #150 from landism/scala-extensions-2.10/TwitterObjectHandler
Show description for b49390f
spullara
committed
b49390f
View commit details
Copy full SHA for b49390f
Browse repository at this point
Commits on Jul 25, 2015
add TwitterObjectHandler back to scala-extensions-2.10
Matt Landis
committed
4cf263a
View commit details
Copy full SHA for 4cf263a
Browse repository at this point
Commits on Jun 24, 2015
Fix bug for templates with multiple recursive partials
orirawlings
committed
2dce548
View commit details
Copy full SHA for 2dce548
Browse repository at this point
Commits on May 8, 2015
Compile method invoked on wrong instance
m5k10
committed
6fbc972
View commit details
Copy full SHA for 6fbc972
Browse repository at this point
Previous
Next
You can’t perform that action at this time.