This website requires JavaScript.
Explore
Help
Register
Sign In
The-pack-family
/
APIv3
Watch
3
Star
0
Fork
0
You've already forked APIv3
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
314
Commits
1
Branch
0
Tags
2.8
MiB
Java
100%
07b503504a
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Colin McDonald
07b503504a
Reset copiedRanks at the end of each iteration in User#getRanksScoped. This is a fix for an issue where the Iterator#remove call used here would fail if there was more than one other conflicting grants. We change this method to use a Set#remove to prevent the issues caused by trying to call Iterator#remove() multiple times and throwing an IllegalStateException.
2016-07-16 14:39:50 -04:00
src
/main
Reset copiedRanks at the end of each iteration in User#getRanksScoped. This is a fix for an issue where the Iterator#remove call used here would fail if there was more than one other conflicting grants. We change this method to use a Set#remove to prevent the issues caused by trying to call Iterator#remove() multiple times and throwing an IllegalStateException.
2016-07-16 14:39:50 -04:00
.gitignore
Update .gitignore
2016-05-21 15:22:53 -04:00
apiv3.properties
Add support for reading the http keystore path + keystore password from our config file
2016-07-10 12:50:04 -04:00
Jenkinsfile
Update Jenkinsfile to only deploy master to Maven.
2016-05-22 20:17:31 -07:00
pom.xml
Add logging with log4j. Completes
#40
2016-07-11 23:54:21 -04:00