Results 201 comments of Naoki Takezoe

It looks an issue of Xstream with JDK 11. Xstream is used for serializing and deserializing the model data as XML in Amateras Modeler. I don't know if we can...

I couldn't reproduce this issue. Could you give me more information?

Just drag-and-drop a java file from Package Explorer to the diagram. What did you mean in your previous comment?

Please specify http://takezoe.github.io/amateras-update-site/ as the update site url.

Hi, sorry for my late comment. Could include only `MSSQLDialect.java` in this pull request? Broken Japanese ERD files cannot be merged and library updates would be better to be another...

Updated README.md: 85fba98277cbc8704f46a80a7c3599919e5225bd

I think it's not impossible to package as the standalone application with EclipseRCP. However I don't have enough time to maintain this project, so I wouldn't be able to do...

aws-kinesis-scala consists the core module and the spark support module. I think the core module can be merged with AWScala basically, but it contains not only Scala wrapper of AWS-SDK...

I found a workaround that replacing consecutive ORs with IN clause as below: ```scala val seq = Range(1, 500) // This causes StackOverflowError Accounts.filter { t => seq.map { x...

Great! I'm looking forward to your pull request.