Andre Kullmann make the profiling service configurable via java prope…#5027
Andre Kullmann make the profiling service configurable via java prope…#5027kares merged 3 commits intojruby:masterfrom OttoGroupSolutionProvider:master
Conversation
|
good, but those new TODOs of yours aren't needed. the runtime is essential, setter makes no sense - since its expected to stay the same... |
|
Dear @kares, |
|
@areman thanks for the clarification and for the design pattern hints. |
|
Dear @kares, |
…tely encode the exception class if it happens to have non-default encoding unfriendly characters. As a result of that change we can then use the str() signature which allows us to eliminate Java String concatenation.
Currently the profiling service can only configured as program argument. With this pull request it will be possible to configure it as java property, too. This feature is importent to start the profiling if you don't run the jruby executable. e.g. you use jruby in a war archive or as script engine in a standard java application.