build.gradle.kts (2 lines): - line 19: //TODO specify the versions of ByteBuddy and ASM in here, since they are used in a few places. - line 108: //TODO: apply some continuous integration rules to publish to Maven automatically when e.g. version number increases disco-java-agent/disco-java-agent-core/src/integ/java/software/amazon/disco/agent/integtest/concurrent/source/TestForkJoinTaskFactory.java (1 line): - line 130: //TODO prepended with underscores until ready for use, and flesh out implementations in next CR disco-java-agent-web/src/main/java/software/amazon/disco/agent/web/apache/event/ApacheEventFactory.java (1 line): - line 48: //TODO - using uri and method as service and operation name is unsatisfactory. disco-java-agent/disco-java-agent-core/src/main/java/software/amazon/disco/agent/concurrent/ExecutorInterceptor.java (1 line): - line 127: //TODO should we exclude ForkJoinPool here, due to it being an impl of Executor, but handled elsewhere? disco-java-agent/disco-java-agent-core/src/main/java/software/amazon/disco/agent/concurrent/TransactionContext.java (1 line): - line 264: * TODO - design a better mechanism than this. We may wish to track a pool of 'active' transaction ids disco-java-agent/disco-java-agent-api/src/main/java/software/amazon/disco/agent/reflect/concurrent/TransactionContext.java (1 line): - line 192: * TODO - design a better mechanism than this. We may wish to track a pool of 'active' transaction ids disco-java-agent-sql/src/main/java/software/amazon/disco/agent/sql/JdbcExecuteInterceptor.java (1 line): - line 88: // TODO: Consider replacing Statement Request object with a serializable object containing only relevant metadata disco-java-agent/disco-java-agent-core/src/main/java/software/amazon/disco/agent/config/AgentConfigParser.java (1 line): - line 37: //TODO these regexes look overwrought. disco-java-agent/disco-java-agent-plugin-api/build.gradle.kts (1 line): - line 22: //TODO update BB and ASM to latest