Quantcast
Channel: User Shravan Ramamurthy - Stack Overflow
Browsing all 53 articles
Browse latest View live

Comment by Shravan Ramamurthy on Unable to update java 1.8 as i have 1.9 also...

I am using MAC version 10.11.6 EI Captain

View Article



Comment by Shravan Ramamurthy on Java Protobuff java.lang.VerifyError

Yes that was the issue. The consumer of protobuf was expecting 2.4.0 , but the actual classes were generated out of 2.5.0

View Article

Comment by Shravan Ramamurthy on How do i skip the license check when running...

This goal is defined in the parent pom, I thought it would be nice if i can disable the check in the maven command itself, instead of changing in parent pom

View Article

Comment by Shravan Ramamurthy on Intermittent and continuous...

Consider using the comments section add a comment for the followup questions or edit the post. Please avoid adding these to post answer

View Article

Comment by Shravan Ramamurthy on Why does the value of the hidden input filed...

Share the code as part of the question itself. Avoid posting the code in the comment section. Once you copy the code, format the code using the "{ }" (Code sample) option in the editor

View Article


Comment by Shravan Ramamurthy on Could not transfer artifact...

This didn't work for me

View Article

Comment by Shravan Ramamurthy on Using enum, Error:...

Corrected the typo mistakes

View Article

Comment by Shravan Ramamurthy on Google IntelliJ java style: changing 2-space...

In java code style, generally, a tab is 4 spaces.

View Article


Comment by Shravan Ramamurthy on How do I retrieve all the reviewers in the...

I tried context.github.pullRequests.listReviewRequests(context.issue‌​());, but this will give reviewers added during PR creation. How do I get all the reviewers (added during PR creation,...

View Article


Comment by Shravan Ramamurthy on Unable to run rubocop with ruby version...

No, I haven't. Where do I find .rubocop.yml? or do I need to create one?

View Article

Comment by Shravan Ramamurthy on How can I avoid "Zip end of central...

I am not using Heroku but running into this issue locally. The root cause of the issue seems to be file names (in the zip) without the extensions.

View Article

Comment by Shravan Ramamurthy on Using ruby Octokit, how do I return all the...

Currently I am doing that, but it is causing the application to run slow. So, I am looking for the alternate approach to improve the performance.

View Article

Comment by Shravan Ramamurthy on Probot: How to use probot without proxy?

All the solutions in the above url require proxies, maybe you can try installing smee proxy of your own or GitHub actions.

View Article


Answer by Shravan Ramamurthy for Command to run maven spotbug goal

I just figured it out. mvn spotbugs:check

View Article

Answer by Shravan Ramamurthy for Oracle SQL - a hint clause and a table alias

Since we are forcing the database to use the provided index, In order for the hints to work, you have to specify either a table alias or table name in the hint. like the below sql snippet. Otherwise...

View Article


Answer by Shravan Ramamurthy for Java Protobuff java.lang.VerifyError

I was getting this issue due to incompatibility between the different protobuf versions (2.4.0 and 2.5.0). The consumer of protobuf was expecting 2.4.0 , but the actual classes were generated out of...

View Article

Answer by Shravan Ramamurthy for Can you regenerate a deleted modules .iml...

In my case i deleted the .iml files manually and the project structure was not showing up. I just closed the intelliJ and when i opened it back, i got a notification window indicating that Non-manged...

View Article


Answer by Shravan Ramamurthy for How to remove unused imports in Intellij...

In IntelliJ, select the project you want to optimize imports on, go to Code menu and choose Optimize imports and a small Optimize Imports popup window will appear. On the popup window you need to click...

View Article

Google IntelliJ java style: changing 2-space indentation to 4-space indentation

I have installed google-java-format plugin for IntelliJ and I have enabled the plugin. When I format the code, my java code gets indented by 2 spaces. How do i change the google java formatter plugin...

View Article

Answer by Shravan Ramamurthy for Spring Cloud Feign Error

I encountered the same error recently, with spring boot 2.0.3.RELEASE. When I added openfeign dependency first, without the version, I found that Maven was not pulling down the dependency (Not sure...

View Article
Browsing all 53 articles
Browse latest View live




Latest Images