-
Notifications
You must be signed in to change notification settings - Fork 70
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
Minimal project setup #1
Milestone
Comments
I think we can (and should) keep this simple. I see no benefit if we create a complicated and fancy dependency strategy |
Merged
JonasKunz
referenced
this issue
in JonasKunz/inspectit-ocelot
Dec 4, 2018
ivansenic
pushed a commit
that referenced
this issue
Dec 4, 2018
tobiangerstein
pushed a commit
that referenced
this issue
Aug 8, 2019
#335) * [wip skip-ci] started ldap integration * [skip ci] option to use ldap authentication * [skip ci] introduced userservicemanager * [skip ci] Added global exception handlers * [skip ci] added docs #1 * more unit tests * More unit tests and documentation * Optimized imports and added builder default annotations * Fixed SecurityConfigurationIntTest * added documentation for config server * Added agent mapping docu * Merge branch 'master' into ldap * Implemented review comments
ArianeKraus
added a commit
to ArianeKraus/inspectit-ocelot
that referenced
this issue
Jan 27, 2020
ArianeKraus
added a commit
to ArianeKraus/inspectit-ocelot
that referenced
this issue
Jan 27, 2020
ivansenic
added a commit
to ivansenic/inspectit-ocelot
that referenced
this issue
Feb 21, 2020
ivansenic
added a commit
to ivansenic/inspectit-ocelot
that referenced
this issue
Feb 25, 2020
ivansenic
added a commit
to ivansenic/inspectit-ocelot
that referenced
this issue
Feb 25, 2020
ivansenic
added a commit
to ivansenic/inspectit-ocelot
that referenced
this issue
Mar 10, 2020
ivansenic
added a commit
to ivansenic/inspectit-ocelot
that referenced
this issue
Mar 10, 2020
ivansenic
added a commit
to ivansenic/inspectit-ocelot
that referenced
this issue
Mar 19, 2020
ivansenic
added a commit
to ivansenic/inspectit-ocelot
that referenced
this issue
Mar 24, 2020
ivansenic
added a commit
to ivansenic/inspectit-ocelot
that referenced
this issue
Apr 6, 2020
ivansenic
added a commit
to ivansenic/inspectit-ocelot
that referenced
this issue
Apr 6, 2020
ivansenic
added a commit
to ivansenic/inspectit-ocelot
that referenced
this issue
Apr 13, 2020
ivansenic
added a commit
to ivansenic/inspectit-ocelot
that referenced
this issue
Apr 14, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create the minimal project setup:
jmh
,jococo
, etcinspectit-oce-agent
?)1.8
for nowpremain
andagentmain
(simple sysout) -> see https://docs.oracle.com/javase/7/docs/api/java/lang/instrument/package-summary.html1.8
target.gitignore
that works with intellij (at best copy what's generated from Spring initz, I always found these to be good)CONTRIBUTE.MD
and share any needed development environment setupConfirm:
-javaagent
(test versions 8 & 11)The text was updated successfully, but these errors were encountered: