-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Configured the code to work with Java 6 standards and using gradlew #1
Conversation
@@ -1,5 +1,5 @@ | |||
<?xml version="1.0" encoding="UTF-8"?> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually our repo should not include IDE specific files to allow anyone use their own tool of choice
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about it. C# has the .sln file.
If we go with Intellij then we need to share a few files
please read: #1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.Net sln files are used to list the projects to build.
However, as in this project we're using build.gradle as long as IntelliJ knows how to import the project from then I'm not sure that these files are really needed
…va-6 Configured the code to work with Java 6 standards and using gradlew
pull lastest from Microsoft master
* apache camel 2.20.x instrumentation * removed instrumentation advice from helper classes * code review #1 * code review #2 / experimental server name update * code review changes / new tests, improved direct, new license header * rebase changes * code review changes * code review changes, REST tests added * changes after rebase to newest master * code review changes * code review * code review * rebase to master
…#2503) * Build changes needed to add an Automatic Module Name to Runtime Attach (#1) Build changes needed to add an Automatic Module Name so this library can be imported into modular java projects. * I'll build with 17 since that's what we're using for the modular app that needs this. * going back to 8 since the groovy warnings don't matter. * changelog updates from PR review. * Update agent/runtime-attach/build.gradle.kts Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> * changelog updates to give new name. * ran ./gradlew :spotlessApply as per pipeline failure message Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
…#2503) * Build changes needed to add an Automatic Module Name to Runtime Attach (#1) Build changes needed to add an Automatic Module Name so this library can be imported into modular java projects. * I'll build with 17 since that's what we're using for the modular app that needs this. * going back to 8 since the groovy warnings don't matter. * changelog updates from PR review. * Update agent/runtime-attach/build.gradle.kts Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> * changelog updates to give new name. * ran ./gradlew :spotlessApply as per pipeline failure message Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
…#2503) * Build changes needed to add an Automatic Module Name to Runtime Attach (#1) Build changes needed to add an Automatic Module Name so this library can be imported into modular java projects. * I'll build with 17 since that's what we're using for the modular app that needs this. * going back to 8 since the groovy warnings don't matter. * changelog updates from PR review. * Update agent/runtime-attach/build.gradle.kts Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> * changelog updates to give new name. * ran ./gradlew :spotlessApply as per pipeline failure message Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
…#2503) * Build changes needed to add an Automatic Module Name to Runtime Attach (#1) Build changes needed to add an Automatic Module Name so this library can be imported into modular java projects. * I'll build with 17 since that's what we're using for the modular app that needs this. * going back to 8 since the groovy warnings don't matter. * changelog updates from PR review. * Update agent/runtime-attach/build.gradle.kts Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com> * changelog updates to give new name. * ran ./gradlew :spotlessApply as per pipeline failure message Co-authored-by: Trask Stalnaker <trask.stalnaker@gmail.com>
No description provided.