Skip to content

Updating projects build & upload separated jars#20

Merged
Yonisha merged 1 commit into
masterfrom
improvements/publishing_artifacts
Jan 5, 2015
Merged

Updating projects build & upload separated jars#20
Yonisha merged 1 commit into
masterfrom
improvements/publishing_artifacts

Conversation

@Yonisha

@Yonisha Yonisha commented Jan 3, 2015

Copy link
Copy Markdown

Updating projects to build and upload separated jars that currently include the 'core' and appenders (jar per appender).

Few things so the CR will be more easy to understand:

  1. New 'Logging' module - I created new 'Logging' module and moved all the logging related code (e.g. appenders and such) from the 'Core' module to the new module. That separation is required since a) logging isn't part of the core, b) prevent from gradle.build to be mixed with both core & logging tasks.

The above means that you may ignore all the 'move' changes (there's nothing to see there actually) and focus on the build files.

  1. Published artifacts dependencies is still WIP (their pom will include all the project dependencies same as today)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually I think adding the logging level was a good idea.
Why should we change it?
(one possible answer can be that .Net logging does not have this level)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

However, I'm not sure at all that logging.common should become to the general applicationinsights common so this might be a consideration against this change.

@Yonisha Yonisha merged commit fda9138 into master Jan 5, 2015
@Yonisha Yonisha deleted the improvements/publishing_artifacts branch January 13, 2015 07:31
trask pushed a commit that referenced this pull request Apr 22, 2021
* Instrumenter

* Spotless

* More instrumenter

* More

* Instrumenter API

* New Instrumenter API - InstrumenterBuilder (#20)

* New Instrumenter API - InstrumenterBuilder

* New Instrumenter API - InstrumenterBuilder - code review comments

* Start doccing

* Docs

* Most tests

* Last test

* Stick with current hostName lookup for now

* Update testing-common/src/main/groovy/io/opentelemetry/instrumentation/test/base/HttpClientTest.groovy

Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>

* New Instrumenter API - code review comments (#21)

* Doc

* Checkstyle

* Cleanups

Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
trask pushed a commit that referenced this pull request Apr 22, 2021
* Instrumenter

* Spotless

* More instrumenter

* More

* Instrumenter API

* New Instrumenter API - InstrumenterBuilder (#20)

* New Instrumenter API - InstrumenterBuilder

* New Instrumenter API - InstrumenterBuilder - code review comments

* Start doccing

* Docs

* Most tests

* Last test

* Stick with current hostName lookup for now

* Update testing-common/src/main/groovy/io/opentelemetry/instrumentation/test/base/HttpClientTest.groovy

Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>

* New Instrumenter API - code review comments (#21)

* Doc

* Checkstyle

* Cleanups

Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
trask pushed a commit that referenced this pull request May 26, 2021
* Instrumenter

* Spotless

* More instrumenter

* More

* Instrumenter API

* New Instrumenter API - InstrumenterBuilder (#20)

* New Instrumenter API - InstrumenterBuilder

* New Instrumenter API - InstrumenterBuilder - code review comments

* Start doccing

* Docs

* Most tests

* Last test

* Stick with current hostName lookup for now

* Update testing-common/src/main/groovy/io/opentelemetry/instrumentation/test/base/HttpClientTest.groovy

Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>

* New Instrumenter API - code review comments (#21)

* Doc

* Checkstyle

* Cleanups

Co-authored-by: Mateusz Rzeszutek <mrzeszutek@splunk.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants