Mike Youngstrom
Mike Youngstrom
@anuraaga SendMessageRequest does have a builder but it builds a new immutable instance, it doesn't modify the original instance. Creating the new Carrier isn't the issue here. I think the...
@anuraaga yeah, that's a good idea and better than the workaround I've been using in many cases. Thanks.
I actually think this issue can be duplicated with a single endpoint as well. As long as that endpoint is connected via SSO.
Just so it is on your radar @twoseat here are 2 other enhancement requests in this area also: https://github.com/cloudfoundry/cf-java-client/issues/851 and https://github.com/cloudfoundry/cf-java-client/issues/899. Might be considered dupes.
@twoseat @nebhale So, the loggregator team just announced the removal of support for the v1 firehose in 3 months. How is the loggregator v2 support coming?
@wilkinsona Sure, using `.profile` can be considered a hack. But sometimes a hack is the appropriate solution to a problem for an end user application. The `java-buildpack` doesn't today actively...
To fix my problem with eclipse import organization I had to manually: * Remove all packages from Java->Appearance->Code Style->Organize Imports * Create a new "Active profile" * Set `Between import...
Thanks for the tips @martinlippert! With your instructions I was able to get the language server working and that coupled with the liclipse plugin and a terraform textmate bundle I...
@xoebus In our situation there are a couple of problems with adding *.subdomain.org as a wildcard domain. - *.subdomain.org contains hosts that target cloudfoundry and non cloudfoundry applications. - *.subdomain.org...
Are the issues "Open for Contribution" supposed to be closed?