<genjar jarfile="${project.target.dir}/gbapi-${gb.version}.jar">\r
<class name="com.gitblit.Keys" />\r
<class name="com.gitblit.client.GitblitClient" />\r
+ <class name="com.gitblit.models.FederationModel" />\r
+ <class name="com.gitblit.models.FederationProposal" />\r
+ <class name="com.gitblit.models.FederationSet" /> \r
<classpath refid="master-classpath" />\r
<classfilter>\r
<exclude name="com.google.gson." />\r
- Added nullchecking when concurrently forking a repository and trying to display it's fork network (issue-187)\r
- Fixed bug where permission changes were not visible in the web ui to a logged-in user until the user logged-out and then logged back in again (issue-186)\r
- Fixed nullpointer on creating a repository with mixed case (issue 185)\r
+- Include missing model classes in api library (issue-184)\r
- Fixed nullpointer when using *web.allowForking = true* && *git.cacheRepositoryList = false* (issue 182)\r
- Likely fix for commit and commitdiff page failures when a submodule reference changes (issue 178)\r
- Build project models from the repository model cache, when possible, to reduce page load time (issue 172)\r