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
.
ServiceStack
/
ServiceStack.Java
Public
Notifications
You must be signed in to change notification settings
Fork
11
Star
12
Code
Pull requests
4
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Initial fix for Android studio bug using
add reference
.
- #36
#36
Merged
Layoric
merged 8 commits into
master
ServiceStack/ServiceStack.Java:master
from
ssidea-2019-update
ServiceStack/ServiceStack.Java:ssidea-2019-update
Copy head branch name to clipboard
Jan 3, 2021
Conversation
Commits
8
(8)
Checks
Files changed
Merged
Initial fix for Android studio bug using
add reference
.
#36
Layoric
merged 8 commits into
master
ServiceStack/ServiceStack.Java:master
from
ssidea-2019-update
ServiceStack/ServiceStack.Java:ssidea-2019-update
Copy head branch name to clipboard
Commits
Commits on Dec 22, 2020
Initial fix for Android studio, upgade IDEA plugin to require/target at least 2019.3 onwards.
Layoric
committed
9233fe3
View commit details
Copy full SHA for 9233fe3
Browse repository at this point
Commits on Dec 24, 2020
Remove files in .idea from source control
Layoric
committed
ce4c7ac
View commit details
Copy full SHA for ce4c7ac
Browse repository at this point
Revert plugin.xml delete.
Show description for 33e478b
Layoric
committed
33e478b
View commit details
Copy full SHA for 33e478b
Browse repository at this point
It looks like newer version of the gradle plugin `org.jetbrains.intellij` has a gradle `wrapper` task already setup. This I think downloads the associated grade? See -> https://github.com/JetBrains…
Show description for bf57926
Layoric
committed
bf57926
View commit details
Copy full SHA for bf57926
Browse repository at this point
Update on some local dev notes based on experience updating for 2019.2 and local development using 2020.3.
Layoric
committed
4b10eeb
View commit details
Copy full SHA for 4b10eeb
Browse repository at this point
Update ServiceStack client dependency to be 1.0.43.
Show description for dfa7c1b
Layoric
committed
dfa7c1b
View commit details
Copy full SHA for dfa7c1b
Browse repository at this point
Remove runnable as causing write issues, seems that update of IntelliJ requires all writes to be done on UI thread or via "invokeLater" per write. With the current structure, this causes an issue w…
Show description for 7af4f22
Layoric
committed
7af4f22
View commit details
Copy full SHA for 7af4f22
Browse repository at this point
Commits on Dec 27, 2020
Add back `invokeLater` but via `ApplicationManager`.
Layoric
committed
ac3e05c
View commit details
Copy full SHA for ac3e05c
Browse repository at this point
You can’t perform that action at this time.